var/cache/dev/ContainerR3T4Trm/App_KernelDevDebugContainer.php line 426

Open in your IDE?
  1. <?php
  2. namespace ContainerR3T4Trm;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  36.             '.container.private.twig' => 'get_Container_Private_TwigService',
  37.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  38.             'cache.app' => 'getCache_AppService',
  39.             'cache.system' => 'getCache_SystemService',
  40.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  41.             'doctrine' => 'getDoctrineService',
  42.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  43.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  44.             'event_dispatcher' => 'getEventDispatcherService',
  45.             'http_kernel' => 'getHttpKernelService',
  46.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  47.             'request_stack' => 'getRequestStackService',
  48.             'router' => 'getRouterService',
  49.             'cache_clearer' => 'getCacheClearerService',
  50.             'filesystem' => 'getFilesystemService',
  51.             'serializer' => 'getSerializerService',
  52.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  53.             'form.factory' => 'getForm_FactoryService',
  54.             'form.type.file' => 'getForm_Type_FileService',
  55.             'profiler' => 'getProfilerService',
  56.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  57.             'security.token_storage' => 'getSecurity_TokenStorageService',
  58.             'twig' => 'getTwigService',
  59.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  60.             'session' => 'getSessionService',
  61.             'validator' => 'getValidatorService',
  62.         ];
  63.         $this->fileMap = [
  64.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  65.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  66.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  67.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  68.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  69.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  70.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  71.             '.container.private.session' => 'get_Container_Private_SessionService',
  72.             'App\\Controller\\AdminController' => 'getAdminControllerService',
  73.             'App\\Controller\\DefaultController' => 'getDefaultControllerService',
  74.             'App\\Controller\\DeployController' => 'getDeployControllerService',
  75.             'App\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  76.             'App\\Controller\\SecretsController' => 'getSecretsControllerService',
  77.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  78.             'App\\Controller\\SolutionController' => 'getSolutionControllerService',
  79.             'App\\Controller\\UserController' => 'getUserControllerService',
  80.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  81.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  82.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  83.             'cache.app_clearer' => 'getCache_AppClearerService',
  84.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  85.             'cache.system_clearer' => 'getCache_SystemClearerService',
  86.             'cache_warmer' => 'getCacheWarmerService',
  87.             'console.command_loader' => 'getConsole_CommandLoaderService',
  88.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  89.             'error_controller' => 'getErrorControllerService',
  90.             'routing.loader' => 'getRouting_LoaderService',
  91.             'services_resetter' => 'getServicesResetterService',
  92.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  93.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  94.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  95.         ];
  96.         $this->aliases = [
  97.             'App\\Kernel' => 'kernel',
  98.             'database_connection' => 'doctrine.dbal.default_connection',
  99.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  100.         ];
  101.         $this->privates['service_container'] = function () {
  102.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  103.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  104.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  105.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  106.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  107.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  108.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  109.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  110.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  111.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  112.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  113.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  114.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  116.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  121.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  141.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  148.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  149.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  160.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  161.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  162.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  170.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  171.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  172.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  227.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  234.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  235.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  236.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  238.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  239.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  241.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  242.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  243.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  244.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  245.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  246.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  247.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  248.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  250.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  252.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  253.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  254.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  255.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  256.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/ReflectionBasedDriver.php';
  257.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  259.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  260.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  261.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  262.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  264.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  265.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  266.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  267.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  268.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  269.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  270.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  271.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  272.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  273.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  274.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  275.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  276.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  277.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  278.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  279.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  280.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  281.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  283.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  286.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  287.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  288.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  289.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  290.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  291.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  292.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  294.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  296.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  297.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  300.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  301.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  302.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  303.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractSyslogHandler.php';
  304.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/SyslogHandler.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  341.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  347.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  349.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  351.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  352.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  353.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  354.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  355.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  356.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  357.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  358.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  359.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  365.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  386.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  387.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  395.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  397.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  402.         };
  403.     }
  404.     public function compile(): void
  405.     {
  406.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  407.     }
  408.     public function isCompiled(): bool
  409.     {
  410.         return true;
  411.     }
  412.     public function getRemovedIds(): array
  413.     {
  414.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  415.     }
  416.     protected function load($file$lazyLoad true)
  417.     {
  418.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  419.             return $class::do($this$lazyLoad);
  420.         }
  421.         if ('.' === $file[-4]) {
  422.             $class substr($class0, -4);
  423.         } else {
  424.             $file .= '.php';
  425.         }
  426.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  427.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  428.     }
  429.     /**
  430.      * Gets the public '.container.private.profiler' shared service.
  431.      *
  432.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  433.      */
  434.     protected function get_Container_Private_ProfilerService()
  435.     {
  436.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  437.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  438.         $a->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  439.         $a->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  440.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  441.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  442.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  443.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  444.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  445.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  446.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  447.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  448.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  449.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  450.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  451.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  452.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  453.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  454.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  455.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  456.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  457.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  458.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  459.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  460.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  461.         if ($this->has('kernel')) {
  462.             $g->setKernel($b);
  463.         }
  464.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  465.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  466.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  467.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  468.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  469.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  470.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  471.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  472.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  473.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  474.         $instance->add($d);
  475.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = 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()), true));
  476.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  477.         $instance->add($e);
  478.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  479.         $instance->add($f);
  480.         $instance->add($g);
  481.         return $instance;
  482.     }
  483.     /**
  484.      * Gets the public '.container.private.security.authorization_checker' shared service.
  485.      *
  486.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  487.      */
  488.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  489.     {
  490.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  491.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  492.             return $this->services['.container.private.security.authorization_checker'];
  493.         }
  494.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalsefalsefalse);
  495.     }
  496.     /**
  497.      * Gets the public '.container.private.security.token_storage' shared service.
  498.      *
  499.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  500.      */
  501.     protected function get_Container_Private_Security_TokenStorageService()
  502.     {
  503.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  504.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  505.         ], [
  506.             'request_stack' => '?',
  507.         ]));
  508.     }
  509.     /**
  510.      * Gets the public '.container.private.twig' shared service.
  511.      *
  512.      * @return \Twig\Environment
  513.      */
  514.     protected function get_Container_Private_TwigService()
  515.     {
  516.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  517.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  518.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  519.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  520.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  521.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  522.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  523.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  524.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  525.         $a->addPath((\dirname(__DIR__4).'/templates'));
  526.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  527.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  528.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  529.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  530.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  531.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  532.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  533.         $g = ($this->services['router'] ?? $this->getRouterService());
  534.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  535.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  536.         $i = new \Symfony\Bridge\Twig\AppVariable();
  537.         $i->setEnvironment('dev');
  538.         $i->setDebug(true);
  539.         if ($this->has('.container.private.security.token_storage')) {
  540.             $i->setTokenStorage($c);
  541.         }
  542.         if ($this->has('request_stack')) {
  543.             $i->setRequestStack($b);
  544.         }
  545.         $j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  546.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  547.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  548.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  549.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  550.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(NULL));
  551.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($b$e->getBaseUrl(), $e->isSecure())), new RewindableGenerator(function () {
  552.             return new \EmptyIterator();
  553.         }, 0))));
  554.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__4), 'UTF-8'));
  555.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  556.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  557.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  558.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  559.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b$g)));
  560.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  561.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension(NULL));
  562.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  563.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  564.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  565.         $instance->addGlobal('app'$i);
  566.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  567.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  568.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  569.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  570.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  571.         ], [
  572.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  573.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  574.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  575.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  576.         ])));
  577.         $instance->addGlobal('APP_VERSION'$this->getEnv('APP_VERSION'));
  578.         $instance->registerUndefinedFilterCallback([=> $j=> 'suggestFilter']);
  579.         $instance->registerUndefinedFunctionCallback([=> $j=> 'suggestFunction']);
  580.         $instance->registerUndefinedTokenParserCallback([=> $j=> 'suggestTag']);
  581.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  582.         return $instance;
  583.     }
  584.     /**
  585.      * Gets the public '.container.private.validator' shared service.
  586.      *
  587.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  588.      */
  589.     protected function get_Container_Private_ValidatorService()
  590.     {
  591.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  592.         if (isset($this->services['.container.private.validator'])) {
  593.             return $this->services['.container.private.validator'];
  594.         }
  595.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  596.     }
  597.     /**
  598.      * Gets the public 'cache.app' shared service.
  599.      *
  600.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  601.      */
  602.     protected function getCache_AppService()
  603.     {
  604.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('9-jBWzVrxn'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  605.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  606.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  607.     }
  608.     /**
  609.      * Gets the public 'cache.system' shared service.
  610.      *
  611.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  612.      */
  613.     protected function getCache_SystemService()
  614.     {
  615.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('tuVEUvAnag'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  616.     }
  617.     /**
  618.      * Gets the public 'cache.validator_expression_language' shared service.
  619.      *
  620.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  621.      */
  622.     protected function getCache_ValidatorExpressionLanguageService()
  623.     {
  624.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('LshJQ29lyS'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  625.     }
  626.     /**
  627.      * Gets the public 'doctrine' shared service.
  628.      *
  629.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  630.      */
  631.     protected function getDoctrineService()
  632.     {
  633.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  634.     }
  635.     /**
  636.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  637.      *
  638.      * @return \Doctrine\DBAL\Connection
  639.      */
  640.     protected function getDoctrine_Dbal_DefaultConnectionService()
  641.     {
  642.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  643.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  644.             return $this->services['doctrine.dbal.default_connection'];
  645.         }
  646.         $b = new \Doctrine\DBAL\Configuration();
  647.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  648.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  649.         $c->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  650.         $c->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  651.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  652.         $d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  653.         $d->setConnectionName('default');
  654.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  655.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  656.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'password' => $this->getEnv('DATABASE_PASSWORD'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''driverOptions' => [], 'defaultTableOptions' => []], $b$a, []);
  657.     }
  658.     /**
  659.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  660.      *
  661.      * @return \Doctrine\ORM\EntityManager
  662.      */
  663.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  664.     {
  665.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  666.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  667.             return $this->services['doctrine.orm.default_entity_manager'];
  668.         }
  669.         $b = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  670.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  671.             return $this->services['doctrine.orm.default_entity_manager'];
  672.         }
  673.         $c = new \Doctrine\ORM\Configuration();
  674.         $d = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  675.         $d->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  676.         $c->setEntityNamespaces(['App' => 'App\\Entity']);
  677.         $c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  678.         $c->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  679.         $c->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  680.         $c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($d, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  681.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  682.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  683.         ], [
  684.             'doctrine.ulid_generator' => '?',
  685.             'doctrine.uuid_generator' => '?',
  686.         ])));
  687.         $c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  688.         $c->setProxyNamespace('Proxies');
  689.         $c->setAutoGenerateProxyClasses(true);
  690.         $c->setSchemaIgnoreClasses([]);
  691.         $c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  692.         $c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  693.         $c->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  694.         $c->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  695.         $c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  696.         $c->setLazyGhostObjectEnabled(false);
  697.         $c->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  698.             'App\\Repository\\DeployLogRepository' => ['privates''App\\Repository\\DeployLogRepository''getDeployLogRepositoryService'true],
  699.             'App\\Repository\\DeployPackagesRepository' => ['privates''App\\Repository\\DeployPackagesRepository''getDeployPackagesRepositoryService'true],
  700.             'App\\Repository\\GroupeRepository' => ['privates''App\\Repository\\GroupeRepository''getGroupeRepositoryService'true],
  701.             'App\\Repository\\LoginAtemptRepository' => ['privates''App\\Repository\\LoginAtemptRepository''getLoginAtemptRepositoryService'true],
  702.             'App\\Repository\\PermissionRepository' => ['privates''App\\Repository\\PermissionRepository''getPermissionRepositoryService'true],
  703.             'App\\Repository\\ProgressRepository' => ['privates''App\\Repository\\ProgressRepository''getProgressRepositoryService'true],
  704.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  705.         ], [
  706.             'App\\Repository\\DeployLogRepository' => '?',
  707.             'App\\Repository\\DeployPackagesRepository' => '?',
  708.             'App\\Repository\\GroupeRepository' => '?',
  709.             'App\\Repository\\LoginAtemptRepository' => '?',
  710.             'App\\Repository\\PermissionRepository' => '?',
  711.             'App\\Repository\\ProgressRepository' => '?',
  712.             'App\\Repository\\UserRepository' => '?',
  713.         ])));
  714.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$c$b);
  715.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  716.         return $instance;
  717.     }
  718.     /**
  719.      * Gets the public 'event_dispatcher' shared service.
  720.      *
  721.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  722.      */
  723.     protected function getEventDispatcherService()
  724.     {
  725.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  726.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  727.         $a->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  728.         $a->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  729.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  730.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  731.         $instance->addListener('kernel.controller', [=> function () {
  732.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  733.         }, => 'onKernelController'], 0);
  734.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  735.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  736.         }, => 'checkPassport'], 1024);
  737.         $instance->addListener('kernel.response', [=> function () {
  738.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  739.         }, => 'onKernelResponse'], 0);
  740.         $instance->addListener('kernel.response', [=> function () {
  741.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  742.         }, => 'onKernelResponse'], 0);
  743.         $instance->addListener('kernel.response', [=> function () {
  744.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  745.         }, => 'onKernelResponse'], -1024);
  746.         $instance->addListener('kernel.request', [=> function () {
  747.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  748.         }, => 'setDefaultLocale'], 100);
  749.         $instance->addListener('kernel.request', [=> function () {
  750.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  751.         }, => 'onKernelRequest'], 16);
  752.         $instance->addListener('kernel.finish_request', [=> function () {
  753.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  754.         }, => 'onKernelFinishRequest'], 0);
  755.         $instance->addListener('kernel.request', [=> function () {
  756.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  757.         }, => 'onKernelRequest'], 256);
  758.         $instance->addListener('kernel.response', [=> function () {
  759.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  760.         }, => 'onResponse'], -255);
  761.         $instance->addListener('kernel.controller_arguments', [=> function () {
  762.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  763.         }, => 'onControllerArguments'], 0);
  764.         $instance->addListener('kernel.exception', [=> function () {
  765.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  766.         }, => 'logKernelException'], 0);
  767.         $instance->addListener('kernel.exception', [=> function () {
  768.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  769.         }, => 'onKernelException'], -128);
  770.         $instance->addListener('kernel.response', [=> function () {
  771.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  772.         }, => 'removeCspHeader'], -128);
  773.         $instance->addListener('kernel.request', [=> function () {
  774.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  775.         }, => 'onKernelRequest'], 15);
  776.         $instance->addListener('kernel.finish_request', [=> function () {
  777.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  778.         }, => 'onKernelFinishRequest'], -15);
  779.         $instance->addListener('console.error', [=> function () {
  780.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  781.         }, => 'onConsoleError'], -128);
  782.         $instance->addListener('console.terminate', [=> function () {
  783.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  784.         }, => 'onConsoleTerminate'], -128);
  785.         $instance->addListener('console.error', [=> function () {
  786.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  787.         }, => 'onConsoleError'], 0);
  788.         $instance->addListener('kernel.request', [=> function () {
  789.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  790.         }, => 'configure'], 2048);
  791.         $instance->addListener('console.command', [=> function () {
  792.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  793.         }, => 'configure'], 2048);
  794.         $instance->addListener('kernel.request', [=> function () {
  795.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  796.         }, => 'onKernelRequest'], 32);
  797.         $instance->addListener('kernel.finish_request', [=> function () {
  798.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  799.         }, => 'onKernelFinishRequest'], 0);
  800.         $instance->addListener('kernel.exception', [=> function () {
  801.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  802.         }, => 'onKernelException'], -64);
  803.         $instance->addListener('kernel.request', [=> function () {
  804.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  805.         }, => 'onKernelRequest'], 128);
  806.         $instance->addListener('kernel.response', [=> function () {
  807.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  808.         }, => 'onKernelResponse'], -1000);
  809.         $instance->addListener('kernel.finish_request', [=> function () {
  810.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  811.         }, => 'onFinishRequest'], 0);
  812.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  813.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  814.         }, => 'onMessageFailed'], 100);
  815.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  816.             return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  817.         }, => 'onMessageFailed'], 200);
  818.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  819.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  820.         }, => 'onWorkerStarted'], 0);
  821.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  822.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  823.         }, => 'onWorkerRunning'], 0);
  824.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  825.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  826.         }, => 'onMessageFailed'], 0);
  827.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  828.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  829.         }, => 'onWorkerRunning'], 0);
  830.         $instance->addListener('kernel.response', [=> function () {
  831.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  832.         }, => 'onKernelResponse'], -100);
  833.         $instance->addListener('kernel.exception', [=> function () {
  834.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  835.         }, => 'onKernelException'], 0);
  836.         $instance->addListener('kernel.terminate', [=> function () {
  837.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  838.         }, => 'onKernelTerminate'], -1024);
  839.         $instance->addListener('kernel.controller', [=> function () {
  840.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  841.         }, => 'onKernelController'], 0);
  842.         $instance->addListener('kernel.response', [=> function () {
  843.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  844.         }, => 'onKernelResponse'], 0);
  845.         $instance->addListener('console.error', [=> function () {
  846.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  847.         }, => 'onConsoleError'], 0);
  848.         $instance->addListener('console.terminate', [=> function () {
  849.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  850.         }, => 'onConsoleTerminate'], 0);
  851.         $instance->addListener('kernel.response', [=> function () {
  852.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  853.         }, => 'onKernelResponse'], 0);
  854.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  855.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  856.         }, => 'checkPassport'], 0);
  857.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  858.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  859.         }, => 'onLoginSuccess'], 0);
  860.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  861.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  862.         }, => 'onVoterVote'], 0);
  863.         $instance->addListener('kernel.request', [=> function () {
  864.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  865.         }, => 'configureLogoutUrlGenerator'], 8);
  866.         $instance->addListener('kernel.request', [=> function () {
  867.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  868.         }, => 'onKernelRequest'], 8);
  869.         $instance->addListener('kernel.finish_request', [=> function () {
  870.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  871.         }, => 'onKernelFinishRequest'], 0);
  872.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  873.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  874.         }, => 'onWorkerMessageHandled'], 0);
  875.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  876.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  877.         }, => 'onWorkerMessageFailed'], 0);
  878.         $instance->addListener('kernel.controller', [=> function () {
  879.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  880.         }, => 'onKernelController'], 0);
  881.         $instance->addListener('kernel.controller', [=> function () {
  882.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  883.         }, => 'onKernelController'], 0);
  884.         $instance->addListener('kernel.controller', [=> function () {
  885.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  886.         }, => 'onKernelController'], -128);
  887.         $instance->addListener('kernel.view', [=> function () {
  888.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  889.         }, => 'onKernelView'], 0);
  890.         $instance->addListener('kernel.controller', [=> function () {
  891.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  892.         }, => 'onKernelController'], 0);
  893.         $instance->addListener('kernel.response', [=> function () {
  894.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  895.         }, => 'onKernelResponse'], 0);
  896.         $instance->addListener('kernel.controller_arguments', [=> function () {
  897.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  898.         }, => 'onKernelControllerArguments'], 0);
  899.         $instance->addListener('kernel.controller_arguments', [=> function () {
  900.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  901.         }, => 'onKernelControllerArguments'], 0);
  902.         $instance->addListener('kernel.response', [=> function () {
  903.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  904.         }, => 'onKernelResponse'], -128);
  905.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  906.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  907.         }, => 'checkPassport'], 512);
  908.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  909.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  910.         }, => 'onLogout'], 0);
  911.         return $instance;
  912.     }
  913.     /**
  914.      * Gets the public 'http_kernel' shared service.
  915.      *
  916.      * @return \Symfony\Component\HttpKernel\HttpKernel
  917.      */
  918.     protected function getHttpKernelService()
  919.     {
  920.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  921.         if (isset($this->services['http_kernel'])) {
  922.             return $this->services['http_kernel'];
  923.         }
  924.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  925.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  926.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  927.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  928.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  929.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  930.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  931.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  932.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  933.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  934.         }, 8)), $b));
  935.     }
  936.     /**
  937.      * Gets the public 'messenger.default_bus' shared service.
  938.      *
  939.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  940.      */
  941.     protected function getMessenger_DefaultBusService()
  942.     {
  943.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  944.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  945.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  946.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  947.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  948.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  949.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  950.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  951.         }, 7)));
  952.     }
  953.     /**
  954.      * Gets the public 'request_stack' shared service.
  955.      *
  956.      * @return \Symfony\Component\HttpFoundation\RequestStack
  957.      */
  958.     protected function getRequestStackService()
  959.     {
  960.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  961.     }
  962.     /**
  963.      * Gets the public 'router' shared service.
  964.      *
  965.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  966.      */
  967.     protected function getRouterService()
  968.     {
  969.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  970.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  971.         $a->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  972.         $a->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  973.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  974.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  975.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  976.         ], [
  977.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  978.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'en');
  979.         $instance->setConfigCacheFactory(new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  980.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  981.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  982.         }, 2)));
  983.         return $instance;
  984.     }
  985.     /**
  986.      * Gets the private '.debug.http_client' shared service.
  987.      *
  988.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  989.      */
  990.     protected function get_Debug_HttpClientService()
  991.     {
  992.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  993.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  994.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  995.         $b->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  996.         $b->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  997.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  998.         $a->setLogger($b);
  999.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1000.     }
  1001.     /**
  1002.      * Gets the private '.service_locator.zJyh7qS' shared service.
  1003.      *
  1004.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1005.      */
  1006.     protected function get_ServiceLocator_ZJyh7qSService()
  1007.     {
  1008.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1009.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1010.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1011.         ], [
  1012.             'security.firewall.map.context.dev' => '?',
  1013.             'security.firewall.map.context.main' => '?',
  1014.         ]);
  1015.     }
  1016.     /**
  1017.      * Gets the private 'annotations.cache_adapter' shared service.
  1018.      *
  1019.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1020.      */
  1021.     protected function getAnnotations_CacheAdapterService()
  1022.     {
  1023.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1024.     }
  1025.     /**
  1026.      * Gets the private 'annotations.cached_reader' shared service.
  1027.      *
  1028.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1029.      */
  1030.     protected function getAnnotations_CachedReaderService()
  1031.     {
  1032.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1033.     }
  1034.     /**
  1035.      * Gets the private 'annotations.reader' shared service.
  1036.      *
  1037.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1038.      */
  1039.     protected function getAnnotations_ReaderService()
  1040.     {
  1041.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1042.         $instance->addGlobalIgnoredName('required'NULL);
  1043.         return $instance;
  1044.     }
  1045.     /**
  1046.      * Gets the private 'cache.annotations' shared service.
  1047.      *
  1048.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1049.      */
  1050.     protected function getCache_AnnotationsService()
  1051.     {
  1052.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('qrbwT7dFah'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1053.     }
  1054.     /**
  1055.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1056.      *
  1057.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1058.      */
  1059.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1060.     {
  1061.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1062.     }
  1063.     /**
  1064.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1065.      *
  1066.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1067.      */
  1068.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1069.     {
  1070.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1071.     }
  1072.     /**
  1073.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  1074.      *
  1075.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1076.      */
  1077.     protected function getCache_Messenger_RestartWorkersSignalService()
  1078.     {
  1079.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('t7uMb1tsAN'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1080.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1081.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1082.     }
  1083.     /**
  1084.      * Gets the private 'cache.property_info' shared service.
  1085.      *
  1086.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1087.      */
  1088.     protected function getCache_PropertyInfoService()
  1089.     {
  1090.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PUXZsKeXfa'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1091.     }
  1092.     /**
  1093.      * Gets the private 'cache.security_expression_language' shared service.
  1094.      *
  1095.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1096.      */
  1097.     protected function getCache_SecurityExpressionLanguageService()
  1098.     {
  1099.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('c5LMWy1nqi'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1100.     }
  1101.     /**
  1102.      * Gets the private 'cache.serializer' shared service.
  1103.      *
  1104.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1105.      */
  1106.     protected function getCache_SerializerService()
  1107.     {
  1108.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Aw3I0Uqbqh'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1109.     }
  1110.     /**
  1111.      * Gets the private 'cache.validator' shared service.
  1112.      *
  1113.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1114.      */
  1115.     protected function getCache_ValidatorService()
  1116.     {
  1117.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('uqRCaggucC'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1118.     }
  1119.     /**
  1120.      * Gets the private 'data_collector.form' shared service.
  1121.      *
  1122.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1123.      */
  1124.     protected function getDataCollector_FormService()
  1125.     {
  1126.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1127.     }
  1128.     /**
  1129.      * Gets the private 'data_collector.request' shared service.
  1130.      *
  1131.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1132.      */
  1133.     protected function getDataCollector_RequestService()
  1134.     {
  1135.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1136.     }
  1137.     /**
  1138.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1139.      *
  1140.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1141.      */
  1142.     protected function getDebug_DebugHandlersListenerService()
  1143.     {
  1144.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1145.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1146.         $a->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  1147.         $a->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  1148.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1149.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  1150.     }
  1151.     /**
  1152.      * Gets the private 'debug.file_link_formatter' shared service.
  1153.      *
  1154.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1155.      */
  1156.     protected function getDebug_FileLinkFormatterService()
  1157.     {
  1158.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__4), function () {
  1159.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1160.         });
  1161.     }
  1162.     /**
  1163.      * Gets the private 'debug.log_processor' shared service.
  1164.      *
  1165.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1166.      */
  1167.     protected function getDebug_LogProcessorService()
  1168.     {
  1169.         return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1170.     }
  1171.     /**
  1172.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1173.      *
  1174.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1175.      */
  1176.     protected function getDebug_Security_Access_DecisionManagerService()
  1177.     {
  1178.         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 () {
  1179.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1180.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  1181.         }, 2), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1182.     }
  1183.     /**
  1184.      * Gets the private 'debug.security.firewall' shared service.
  1185.      *
  1186.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1187.      */
  1188.     protected function getDebug_Security_FirewallService()
  1189.     {
  1190.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1191.         if (isset($this->privates['debug.security.firewall'])) {
  1192.             return $this->privates['debug.security.firewall'];
  1193.         }
  1194.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $a, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1195.     }
  1196.     /**
  1197.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  1198.      *
  1199.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  1200.      */
  1201.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  1202.     {
  1203.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1204.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1205.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1206.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1207.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1208.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  1209.         ], [
  1210.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1211.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1212.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1213.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1214.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  1215.         ]), [=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  1216.     }
  1217.     /**
  1218.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  1219.      *
  1220.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  1221.      */
  1222.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  1223.     {
  1224.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')], false);
  1225.     }
  1226.     /**
  1227.      * Gets the private 'exception_listener' shared service.
  1228.      *
  1229.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1230.      */
  1231.     protected function getExceptionListenerService()
  1232.     {
  1233.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1234.     }
  1235.     /**
  1236.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1237.      *
  1238.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1239.      */
  1240.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1241.     {
  1242.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  1243.     }
  1244.     /**
  1245.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1246.      *
  1247.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1248.      */
  1249.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1250.     {
  1251.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  1252.     }
  1253.     /**
  1254.      * Gets the private 'locale_aware_listener' shared service.
  1255.      *
  1256.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1257.      */
  1258.     protected function getLocaleAwareListenerService()
  1259.     {
  1260.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1261.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  1262.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1263.     }
  1264.     /**
  1265.      * Gets the private 'locale_listener' shared service.
  1266.      *
  1267.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1268.      */
  1269.     protected function getLocaleListenerService()
  1270.     {
  1271.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()), false, []);
  1272.     }
  1273.     /**
  1274.      * Gets the private 'monolog.handler.file_log' shared service.
  1275.      *
  1276.      * @return \Monolog\Handler\StreamHandler
  1277.      */
  1278.     protected function getMonolog_Handler_FileLogService()
  1279.     {
  1280.         $this->privates['monolog.handler.file_log'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 200trueNULLfalse);
  1281.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  1282.         return $instance;
  1283.     }
  1284.     /**
  1285.      * Gets the private 'monolog.handler.syslog_handler' shared service.
  1286.      *
  1287.      * @return \Monolog\Handler\SyslogHandler
  1288.      */
  1289.     protected function getMonolog_Handler_SyslogHandlerService()
  1290.     {
  1291.         $this->privates['monolog.handler.syslog_handler'] = $instance = new \Monolog\Handler\SyslogHandler(false'user'400true1);
  1292.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  1293.         return $instance;
  1294.     }
  1295.     /**
  1296.      * Gets the private 'monolog.logger' shared service.
  1297.      *
  1298.      * @return \Symfony\Bridge\Monolog\Logger
  1299.      */
  1300.     protected function getMonolog_LoggerService()
  1301.     {
  1302.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1303.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1304.         $instance->useMicrosecondTimestamps(true);
  1305.         $instance->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  1306.         $instance->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  1307.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1308.         return $instance;
  1309.     }
  1310.     /**
  1311.      * Gets the private 'monolog.logger.cache' shared service.
  1312.      *
  1313.      * @return \Symfony\Bridge\Monolog\Logger
  1314.      */
  1315.     protected function getMonolog_Logger_CacheService()
  1316.     {
  1317.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1318.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1319.         $instance->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  1320.         $instance->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  1321.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1322.         return $instance;
  1323.     }
  1324.     /**
  1325.      * Gets the private 'monolog.logger.request' shared service.
  1326.      *
  1327.      * @return \Symfony\Bridge\Monolog\Logger
  1328.      */
  1329.     protected function getMonolog_Logger_RequestService()
  1330.     {
  1331.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1332.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1333.         $instance->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  1334.         $instance->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  1335.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1336.         return $instance;
  1337.     }
  1338.     /**
  1339.      * Gets the private 'monolog.logger.security' shared service.
  1340.      *
  1341.      * @return \Symfony\Bridge\Monolog\Logger
  1342.      */
  1343.     protected function getMonolog_Logger_SecurityService()
  1344.     {
  1345.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  1346.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1347.         $instance->pushHandler(($this->privates['monolog.handler.syslog_handler'] ?? $this->getMonolog_Handler_SyslogHandlerService()));
  1348.         $instance->pushHandler(($this->privates['monolog.handler.file_log'] ?? $this->getMonolog_Handler_FileLogService()));
  1349.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1350.         return $instance;
  1351.     }
  1352.     /**
  1353.      * Gets the private 'parameter_bag' shared service.
  1354.      *
  1355.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1356.      */
  1357.     protected function getParameterBagService()
  1358.     {
  1359.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1360.     }
  1361.     /**
  1362.      * Gets the private 'profiler_listener' shared service.
  1363.      *
  1364.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1365.      */
  1366.     protected function getProfilerListenerService()
  1367.     {
  1368.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  1369.         if (isset($this->privates['profiler_listener'])) {
  1370.             return $this->privates['profiler_listener'];
  1371.         }
  1372.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  1373.     }
  1374.     /**
  1375.      * Gets the private 'property_info' shared service.
  1376.      *
  1377.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  1378.      */
  1379.     protected function getPropertyInfoService()
  1380.     {
  1381.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  1382.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  1383.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1384.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1385.         }, 3), new RewindableGenerator(function () {
  1386.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1387.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1388.         }, 2), new RewindableGenerator(function () {
  1389.             return new \EmptyIterator();
  1390.         }, 0), new RewindableGenerator(function () {
  1391.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1392.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1393.         }, 2), new RewindableGenerator(function () {
  1394.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1395.         }, 1));
  1396.     }
  1397.     /**
  1398.      * Gets the private 'router.request_context' shared service.
  1399.      *
  1400.      * @return \Symfony\Component\Routing\RequestContext
  1401.      */
  1402.     protected function getRouter_RequestContextService()
  1403.     {
  1404.         return $this->privates['router.request_context'] = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  1405.     }
  1406.     /**
  1407.      * Gets the private 'router_listener' shared service.
  1408.      *
  1409.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1410.      */
  1411.     protected function getRouterListenerService()
  1412.     {
  1413.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  1414.     }
  1415.     /**
  1416.      * Gets the private 'security.context_listener.0' shared service.
  1417.      *
  1418.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  1419.      */
  1420.     protected function getSecurity_ContextListener_0Service()
  1421.     {
  1422.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  1423.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  1424.         }, 1), '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'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  1425.     }
  1426.     /**
  1427.      * Gets the private 'security.event_dispatcher.main' shared service.
  1428.      *
  1429.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  1430.      */
  1431.     protected function getSecurity_EventDispatcher_MainService()
  1432.     {
  1433.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  1434.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1435.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  1436.         }, => 'checkPassport'], 2048);
  1437.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1438.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  1439.         }, => 'onSuccessfulLogin'], 0);
  1440.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1441.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  1442.         }, => 'onLogout'], 64);
  1443.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1444.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  1445.         }, => 'onLogout'], 0);
  1446.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1447.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  1448.         }, => 'preCheckCredentials'], 256);
  1449.         $instance->addListener('security.authentication.success', [=> function () {
  1450.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  1451.         }, => 'postCheckCredentials'], 256);
  1452.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1453.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1454.         }, => 'checkPassport'], 1024);
  1455.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1456.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1457.         }, => 'checkPassport'], 0);
  1458.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1459.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1460.         }, => 'onLoginSuccess'], 0);
  1461.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1462.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1463.         }, => 'checkPassport'], 512);
  1464.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1465.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1466.         }, => 'onLogout'], 0);
  1467.         return $instance;
  1468.     }
  1469.     /**
  1470.      * Gets the private 'security.firewall.map' shared service.
  1471.      *
  1472.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1473.      */
  1474.     protected function getSecurity_Firewall_MapService()
  1475.     {
  1476.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  1477.         if (isset($this->privates['security.firewall.map'])) {
  1478.             return $this->privates['security.firewall.map'];
  1479.         }
  1480.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  1481.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  1482.             yield 'security.firewall.map.context.main' => NULL;
  1483.         }, 2));
  1484.     }
  1485.     /**
  1486.      * Gets the private 'security.logout_url_generator' shared service.
  1487.      *
  1488.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1489.      */
  1490.     protected function getSecurity_LogoutUrlGeneratorService()
  1491.     {
  1492.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  1493.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  1494.         return $instance;
  1495.     }
  1496.     /**
  1497.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  1498.      *
  1499.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  1500.      */
  1501.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  1502.     {
  1503.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1504.     }
  1505.     /**
  1506.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  1507.      *
  1508.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  1509.      */
  1510.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  1511.     {
  1512.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  1513.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL), 0'doctrine.orm');
  1514.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  1515.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  1516.     }
  1517.     /**
  1518.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  1519.      *
  1520.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  1521.      */
  1522.     protected function getSensioFrameworkExtra_Security_ListenerService()
  1523.     {
  1524.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), NULL, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1525.     }
  1526.     /**
  1527.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  1528.      *
  1529.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  1530.      */
  1531.     protected function getSensioFrameworkExtra_View_ListenerService()
  1532.     {
  1533.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  1534.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1535.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1536.         ], [
  1537.             'twig' => '?',
  1538.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  1539.         return $instance;
  1540.     }
  1541.     /**
  1542.      * Gets the private 'session_listener' shared service.
  1543.      *
  1544.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1545.      */
  1546.     protected function getSessionListenerService()
  1547.     {
  1548.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1549.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  1550.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  1551.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  1552.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  1553.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  1554.         ], [
  1555.             'initialized_session' => '?',
  1556.             'logger' => '?',
  1557.             'session' => '?',
  1558.             'session_collector' => '?',
  1559.             'session_factory' => '?',
  1560.         ]), true$this->parameters['session.storage.options']);
  1561.     }
  1562.     /**
  1563.      * Gets the private 'validator.builder' shared service.
  1564.      *
  1565.      * @return \Symfony\Component\Validator\ValidatorBuilder
  1566.      */
  1567.     protected function getValidator_BuilderService()
  1568.     {
  1569.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  1570.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1571.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1572.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  1573.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  1574.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  1575.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  1576.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  1577.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  1578.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  1579.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  1580.         ], [
  1581.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  1582.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  1583.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  1584.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  1585.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  1586.             'doctrine.orm.validator.unique' => '?',
  1587.             'security.validator.user_password' => '?',
  1588.             'validator.expression' => '?',
  1589.         ])));
  1590.         $instance->setTranslationDomain('validators');
  1591.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  1592.         $instance->enableAnnotationMapping(true);
  1593.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1594.         $instance->addMethodMapping('loadValidatorMetadata');
  1595.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  1596.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  1597.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  1598.         return $instance;
  1599.     }
  1600.     /**
  1601.      * Gets the private 'web_profiler.csp.handler' shared service.
  1602.      *
  1603.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  1604.      */
  1605.     protected function getWebProfiler_Csp_HandlerService()
  1606.     {
  1607.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  1608.     }
  1609.     /**
  1610.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  1611.      *
  1612.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  1613.      */
  1614.     protected function getWebProfiler_DebugToolbarService()
  1615.     {
  1616.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1617.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  1618.             return $this->privates['web_profiler.debug_toolbar'];
  1619.         }
  1620.         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);
  1621.     }
  1622.     /**
  1623.      * Gets the public 'cache_clearer' alias.
  1624.      *
  1625.      * @return object The ".container.private.cache_clearer" service.
  1626.      */
  1627.     protected function getCacheClearerService()
  1628.     {
  1629.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  1630.         return $this->get('.container.private.cache_clearer');
  1631.     }
  1632.     /**
  1633.      * Gets the public 'filesystem' alias.
  1634.      *
  1635.      * @return object The ".container.private.filesystem" service.
  1636.      */
  1637.     protected function getFilesystemService()
  1638.     {
  1639.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  1640.         return $this->get('.container.private.filesystem');
  1641.     }
  1642.     /**
  1643.      * Gets the public 'serializer' alias.
  1644.      *
  1645.      * @return object The ".container.private.serializer" service.
  1646.      */
  1647.     protected function getSerializerService()
  1648.     {
  1649.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  1650.         return $this->get('.container.private.serializer');
  1651.     }
  1652.     /**
  1653.      * Gets the public 'security.csrf.token_manager' alias.
  1654.      *
  1655.      * @return object The ".container.private.security.csrf.token_manager" service.
  1656.      */
  1657.     protected function getSecurity_Csrf_TokenManagerService()
  1658.     {
  1659.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  1660.         return $this->get('.container.private.security.csrf.token_manager');
  1661.     }
  1662.     /**
  1663.      * Gets the public 'form.factory' alias.
  1664.      *
  1665.      * @return object The ".container.private.form.factory" service.
  1666.      */
  1667.     protected function getForm_FactoryService()
  1668.     {
  1669.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  1670.         return $this->get('.container.private.form.factory');
  1671.     }
  1672.     /**
  1673.      * Gets the public 'form.type.file' alias.
  1674.      *
  1675.      * @return object The ".container.private.form.type.file" service.
  1676.      */
  1677.     protected function getForm_Type_FileService()
  1678.     {
  1679.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  1680.         return $this->get('.container.private.form.type.file');
  1681.     }
  1682.     /**
  1683.      * Gets the public 'profiler' alias.
  1684.      *
  1685.      * @return object The ".container.private.profiler" service.
  1686.      */
  1687.     protected function getProfilerService()
  1688.     {
  1689.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  1690.         return $this->get('.container.private.profiler');
  1691.     }
  1692.     /**
  1693.      * Gets the public 'security.authorization_checker' alias.
  1694.      *
  1695.      * @return object The ".container.private.security.authorization_checker" service.
  1696.      */
  1697.     protected function getSecurity_AuthorizationCheckerService()
  1698.     {
  1699.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  1700.         return $this->get('.container.private.security.authorization_checker');
  1701.     }
  1702.     /**
  1703.      * Gets the public 'security.token_storage' alias.
  1704.      *
  1705.      * @return object The ".container.private.security.token_storage" service.
  1706.      */
  1707.     protected function getSecurity_TokenStorageService()
  1708.     {
  1709.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  1710.         return $this->get('.container.private.security.token_storage');
  1711.     }
  1712.     /**
  1713.      * Gets the public 'twig' alias.
  1714.      *
  1715.      * @return object The ".container.private.twig" service.
  1716.      */
  1717.     protected function getTwigService()
  1718.     {
  1719.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  1720.         return $this->get('.container.private.twig');
  1721.     }
  1722.     /**
  1723.      * Gets the public 'security.password_encoder' alias.
  1724.      *
  1725.      * @return object The ".container.private.security.password_encoder" service.
  1726.      */
  1727.     protected function getSecurity_PasswordEncoderService()
  1728.     {
  1729.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  1730.         return $this->get('.container.private.security.password_encoder');
  1731.     }
  1732.     /**
  1733.      * Gets the public 'session' alias.
  1734.      *
  1735.      * @return object The ".container.private.session" service.
  1736.      */
  1737.     protected function getSessionService()
  1738.     {
  1739.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  1740.         return $this->get('.container.private.session');
  1741.     }
  1742.     /**
  1743.      * Gets the public 'validator' alias.
  1744.      *
  1745.      * @return object The ".container.private.validator" service.
  1746.      */
  1747.     protected function getValidatorService()
  1748.     {
  1749.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  1750.         return $this->get('.container.private.validator');
  1751.     }
  1752.     /**
  1753.      * @return array|bool|float|int|string|\UnitEnum|null
  1754.      */
  1755.     public function getParameter(string $name)
  1756.     {
  1757.         if (isset($this->buildParameters[$name])) {
  1758.             return $this->buildParameters[$name];
  1759.         }
  1760.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  1761.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  1762.         }
  1763.         if (isset($this->loadedDynamicParameters[$name])) {
  1764.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1765.         }
  1766.         return $this->parameters[$name];
  1767.     }
  1768.     public function hasParameter(string $name): bool
  1769.     {
  1770.         if (isset($this->buildParameters[$name])) {
  1771.             return true;
  1772.         }
  1773.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  1774.     }
  1775.     public function setParameter(string $name$value): void
  1776.     {
  1777.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  1778.     }
  1779.     public function getParameterBag(): ParameterBagInterface
  1780.     {
  1781.         if (null === $this->parameterBag) {
  1782.             $parameters $this->parameters;
  1783.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  1784.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  1785.             }
  1786.             foreach ($this->buildParameters as $name => $value) {
  1787.                 $parameters[$name] = $value;
  1788.             }
  1789.             $this->parameterBag = new FrozenParameterBag($parameters);
  1790.         }
  1791.         return $this->parameterBag;
  1792.     }
  1793.     private $loadedDynamicParameters = [
  1794.         'kernel.runtime_environment' => false,
  1795.         'kernel.build_dir' => false,
  1796.         'kernel.cache_dir' => false,
  1797.         'ENC_DEC_IV' => false,
  1798.         'ENC_DEC_CiPHER' => false,
  1799.         'GITLAB_API_TOKEN' => false,
  1800.         'DEPLOY_API_KEY' => false,
  1801.         'DEPLOY_API_URL' => false,
  1802.         'DEPLOY_API_PORT' => false,
  1803.         'kernel.secret' => false,
  1804.         'debug.container.dump' => false,
  1805.         'serializer.mapping.cache.file' => false,
  1806.         'validator.mapping.cache.file' => false,
  1807.         'profiler.storage.dsn' => false,
  1808.         'doctrine.orm.proxy_dir' => false,
  1809.     ];
  1810.     private $dynamicParameters = [];
  1811.     private function getDynamicParameter(string $name)
  1812.     {
  1813.         switch ($name) {
  1814.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  1815.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  1816.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  1817.             case 'ENC_DEC_IV'$value $this->getEnv('ENC_DEC_IV'); break;
  1818.             case 'ENC_DEC_CiPHER'$value $this->getEnv('ENC_DEC_CiPHER'); break;
  1819.             case 'GITLAB_API_TOKEN'$value $this->getEnv('GITLAB_API_TOKEN'); break;
  1820.             case 'DEPLOY_API_KEY'$value $this->getEnv('DEPLOY_API_KEY'); break;
  1821.             case 'DEPLOY_API_URL'$value $this->getEnv('DEPLOY_API_URL'); break;
  1822.             case 'DEPLOY_API_PORT'$value $this->getEnv('DEPLOY_API_PORT'); break;
  1823.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  1824.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  1825.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  1826.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  1827.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  1828.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  1829.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  1830.         }
  1831.         $this->loadedDynamicParameters[$name] = true;
  1832.         return $this->dynamicParameters[$name] = $value;
  1833.     }
  1834.     protected function getDefaultParameters(): array
  1835.     {
  1836.         return [
  1837.             'kernel.project_dir' => \dirname(__DIR__4),
  1838.             'kernel.environment' => 'dev',
  1839.             'kernel.debug' => true,
  1840.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  1841.             'kernel.bundles' => [
  1842.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  1843.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  1844.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  1845.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  1846.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  1847.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  1848.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  1849.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  1850.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  1851.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  1852.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  1853.             ],
  1854.             'kernel.bundles_metadata' => [
  1855.                 'FrameworkBundle' => [
  1856.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  1857.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  1858.                 ],
  1859.                 'WebServerBundle' => [
  1860.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle'),
  1861.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  1862.                 ],
  1863.                 'MakerBundle' => [
  1864.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  1865.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  1866.                 ],
  1867.                 'SecurityBundle' => [
  1868.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  1869.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  1870.                 ],
  1871.                 'DoctrineBundle' => [
  1872.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  1873.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  1874.                 ],
  1875.                 'DoctrineMigrationsBundle' => [
  1876.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  1877.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  1878.                 ],
  1879.                 'SensioFrameworkExtraBundle' => [
  1880.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  1881.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  1882.                 ],
  1883.                 'TwigBundle' => [
  1884.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  1885.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  1886.                 ],
  1887.                 'TwigExtraBundle' => [
  1888.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  1889.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  1890.                 ],
  1891.                 'MonologBundle' => [
  1892.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  1893.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  1894.                 ],
  1895.                 'WebProfilerBundle' => [
  1896.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  1897.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  1898.                 ],
  1899.             ],
  1900.             'kernel.charset' => 'UTF-8',
  1901.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  1902.             'event_dispatcher.event_aliases' => [
  1903.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  1904.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  1905.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  1906.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  1907.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  1908.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  1909.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  1910.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  1911.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  1912.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  1913.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  1914.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  1915.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  1916.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  1917.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  1918.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  1919.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  1920.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  1921.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  1922.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  1923.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  1924.             ],
  1925.             'fragment.renderer.hinclude.global_template' => NULL,
  1926.             'fragment.path' => '/_fragment',
  1927.             'kernel.http_method_override' => false,
  1928.             'kernel.trusted_hosts' => [
  1929.             ],
  1930.             'kernel.default_locale' => 'en',
  1931.             'kernel.enabled_locales' => [
  1932.             ],
  1933.             'kernel.error_controller' => 'error_controller',
  1934.             'debug.file_link_format' => NULL,
  1935.             'asset.request_context.base_path' => NULL,
  1936.             'asset.request_context.secure' => NULL,
  1937.             'debug.error_handler.throw_at' => -1,
  1938.             'router.request_context.host' => 'localhost',
  1939.             'router.request_context.scheme' => 'http',
  1940.             'router.request_context.base_url' => '',
  1941.             'router.resource' => 'kernel::loadRoutes',
  1942.             'request_listener.http_port' => 80,
  1943.             'request_listener.https_port' => 443,
  1944.             'session.metadata.storage_key' => '_sf2_meta',
  1945.             'session.storage.options' => [
  1946.                 'cache_limiter' => '0',
  1947.                 'cookie_secure' => 'auto',
  1948.                 'cookie_httponly' => true,
  1949.                 'cookie_samesite' => 'lax',
  1950.                 'gc_probability' => 1,
  1951.             ],
  1952.             'session.save_path' => NULL,
  1953.             'session.metadata.update_threshold' => 0,
  1954.             'form.type_extension.csrf.enabled' => true,
  1955.             'form.type_extension.csrf.field_name' => '_token',
  1956.             'validator.translation_domain' => 'validators',
  1957.             'profiler_listener.only_exceptions' => false,
  1958.             'profiler_listener.only_main_requests' => false,
  1959.             'security.role_hierarchy.roles' => [
  1960.             ],
  1961.             'security.access.denied_url' => NULL,
  1962.             'security.authentication.manager.erase_credentials' => true,
  1963.             'security.authentication.session_strategy.strategy' => 'migrate',
  1964.             'security.access.always_authenticate_before_granting' => false,
  1965.             'security.authentication.hide_user_not_found' => true,
  1966.             'security.firewalls' => [
  1967.                 => 'dev',
  1968.                 => 'main',
  1969.             ],
  1970.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  1971.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  1972.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  1973.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  1974.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  1975.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  1976.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  1977.             'doctrine.entity_managers' => [
  1978.                 'default' => 'doctrine.orm.default_entity_manager',
  1979.             ],
  1980.             'doctrine.default_entity_manager' => 'default',
  1981.             'doctrine.dbal.connection_factory.types' => [
  1982.             ],
  1983.             'doctrine.connections' => [
  1984.                 'default' => 'doctrine.dbal.default_connection',
  1985.             ],
  1986.             'doctrine.default_connection' => 'default',
  1987.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  1988.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  1989.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  1990.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  1991.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  1992.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  1993.             'doctrine.orm.cache.memcache_host' => 'localhost',
  1994.             'doctrine.orm.cache.memcache_port' => 11211,
  1995.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  1996.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  1997.             'doctrine.orm.cache.memcached_host' => 'localhost',
  1998.             'doctrine.orm.cache.memcached_port' => 11211,
  1999.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2000.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2001.             'doctrine.orm.cache.redis_host' => 'localhost',
  2002.             'doctrine.orm.cache.redis_port' => 6379,
  2003.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2004.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2005.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2006.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2007.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2008.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2009.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2010.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2011.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2012.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2013.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  2014.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2015.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2016.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2017.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2018.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2019.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2020.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2021.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2022.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2023.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2024.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2025.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2026.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2027.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2028.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2029.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2030.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2031.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2032.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2033.             'doctrine.orm.auto_generate_proxy_classes' => true,
  2034.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  2035.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2036.             'doctrine.migrations.preferred_em' => NULL,
  2037.             'doctrine.migrations.preferred_connection' => NULL,
  2038.             'twig.form.resources' => [
  2039.                 => 'form_div_layout.html.twig',
  2040.             ],
  2041.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  2042.             'monolog.use_microseconds' => true,
  2043.             'monolog.swift_mailer.handlers' => [
  2044.             ],
  2045.             'monolog.handlers_to_channels' => [
  2046.                 'monolog.handler.syslog_handler' => NULL,
  2047.                 'monolog.handler.file_log' => NULL,
  2048.             ],
  2049.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2050.             'web_profiler.debug_toolbar.mode' => 2,
  2051.             'maker.compatible_check.doctrine.supports_attributes' => true,
  2052.             'data_collector.templates' => [
  2053.                 'data_collector.request' => [
  2054.                     => 'request',
  2055.                     => '@WebProfiler/Collector/request.html.twig',
  2056.                 ],
  2057.                 'data_collector.time' => [
  2058.                     => 'time',
  2059.                     => '@WebProfiler/Collector/time.html.twig',
  2060.                 ],
  2061.                 'data_collector.memory' => [
  2062.                     => 'memory',
  2063.                     => '@WebProfiler/Collector/memory.html.twig',
  2064.                 ],
  2065.                 'data_collector.validator' => [
  2066.                     => 'validator',
  2067.                     => '@WebProfiler/Collector/validator.html.twig',
  2068.                 ],
  2069.                 'data_collector.ajax' => [
  2070.                     => 'ajax',
  2071.                     => '@WebProfiler/Collector/ajax.html.twig',
  2072.                 ],
  2073.                 'data_collector.form' => [
  2074.                     => 'form',
  2075.                     => '@WebProfiler/Collector/form.html.twig',
  2076.                 ],
  2077.                 'data_collector.exception' => [
  2078.                     => 'exception',
  2079.                     => '@WebProfiler/Collector/exception.html.twig',
  2080.                 ],
  2081.                 'data_collector.logger' => [
  2082.                     => 'logger',
  2083.                     => '@WebProfiler/Collector/logger.html.twig',
  2084.                 ],
  2085.                 'data_collector.events' => [
  2086.                     => 'events',
  2087.                     => '@WebProfiler/Collector/events.html.twig',
  2088.                 ],
  2089.                 'data_collector.router' => [
  2090.                     => 'router',
  2091.                     => '@WebProfiler/Collector/router.html.twig',
  2092.                 ],
  2093.                 'data_collector.cache' => [
  2094.                     => 'cache',
  2095.                     => '@WebProfiler/Collector/cache.html.twig',
  2096.                 ],
  2097.                 'data_collector.security' => [
  2098.                     => 'security',
  2099.                     => '@Security/Collector/security.html.twig',
  2100.                 ],
  2101.                 'data_collector.twig' => [
  2102.                     => 'twig',
  2103.                     => '@WebProfiler/Collector/twig.html.twig',
  2104.                 ],
  2105.                 'data_collector.http_client' => [
  2106.                     => 'http_client',
  2107.                     => '@WebProfiler/Collector/http_client.html.twig',
  2108.                 ],
  2109.                 'data_collector.doctrine' => [
  2110.                     => 'db',
  2111.                     => '@Doctrine/Collector/db.html.twig',
  2112.                 ],
  2113.                 'data_collector.messenger' => [
  2114.                     => 'messenger',
  2115.                     => '@WebProfiler/Collector/messenger.html.twig',
  2116.                 ],
  2117.                 'data_collector.config' => [
  2118.                     => 'config',
  2119.                     => '@WebProfiler/Collector/config.html.twig',
  2120.                 ],
  2121.             ],
  2122.             'console.command.ids' => [
  2123.             ],
  2124.         ];
  2125.     }
  2126.     protected function throw($message)
  2127.     {
  2128.         throw new RuntimeException($message);
  2129.     }
  2130. }