var/cache/dev/ContainerR1MDTbY/App_KernelDevDebugContainer.php line 487

Open in your IDE?
  1. <?php
  2. namespace ContainerR1MDTbY;
  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.filesystem' => 'get_Container_Private_FilesystemService',
  34.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  35.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  36.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  37.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  38.             '.container.private.twig' => 'get_Container_Private_TwigService',
  39.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  40.             'cache.app' => 'getCache_AppService',
  41.             'cache.system' => 'getCache_SystemService',
  42.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  43.             'data_collector.dump' => 'getDataCollector_DumpService',
  44.             'doctrine' => 'getDoctrineService',
  45.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  46.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  47.             'event_dispatcher' => 'getEventDispatcherService',
  48.             'http_kernel' => 'getHttpKernelService',
  49.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  50.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  51.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  52.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  53.             'request_stack' => 'getRequestStackService',
  54.             'router' => 'getRouterService',
  55.             'translator' => 'getTranslatorService',
  56.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  57.             'cache_clearer' => 'getCacheClearerService',
  58.             'filesystem' => 'getFilesystemService',
  59.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  60.             'form.factory' => 'getForm_FactoryService',
  61.             'form.type.file' => 'getForm_Type_FileService',
  62.             'profiler' => 'getProfilerService',
  63.             'serializer' => 'getSerializerService',
  64.             'twig' => 'getTwigService',
  65.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  66.             'security.token_storage' => 'getSecurity_TokenStorageService',
  67.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  68.             'session' => 'getSessionService',
  69.             'validator' => 'getValidatorService',
  70.         ];
  71.         $this->fileMap = [
  72.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  73.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  74.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  75.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  76.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  77.             '.container.private.session' => 'get_Container_Private_SessionService',
  78.             'App\\Controller\\AboutController' => 'getAboutControllerService',
  79.             'App\\Controller\\Admin\\AboutCrudController' => 'getAboutCrudControllerService',
  80.             'App\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  81.             'App\\Controller\\Admin\\HeadersCrudController' => 'getHeadersCrudControllerService',
  82.             'App\\Controller\\Admin\\RolesCrudController' => 'getRolesCrudControllerService',
  83.             'App\\Controller\\Admin\\TagCrudController' => 'getTagCrudControllerService',
  84.             'App\\Controller\\Admin\\UserCrudController' => 'getUserCrudControllerService',
  85.             'App\\Controller\\DefaultController' => 'getDefaultControllerService',
  86.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  87.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  88.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  89.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand' => 'getMakeAdminMigrationCommandService',
  90.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  91.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  92.             'Scheb\\TwoFactorBundle\\Model\\PersisterInterface' => 'getPersisterInterfaceService',
  93.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Email\\Generator\\CodeGeneratorInterface' => 'getCodeGeneratorInterfaceService',
  94.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorFormRendererInterface' => 'getTwoFactorFormRendererInterfaceService',
  95.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  96.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  97.             'cache.app_clearer' => 'getCache_AppClearerService',
  98.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  99.             'cache.system_clearer' => 'getCache_SystemClearerService',
  100.             'cache_warmer' => 'getCacheWarmerService',
  101.             'console.command_loader' => 'getConsole_CommandLoaderService',
  102.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  103.             'error_controller' => 'getErrorControllerService',
  104.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  105.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  106.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  107.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  108.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  109.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  110.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  111.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  112.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  113.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  114.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  115.             'routing.loader' => 'getRouting_LoaderService',
  116.             'scheb_two_factor.firewall_context' => 'getSchebTwoFactor_FirewallContextService',
  117.             'scheb_two_factor.form_controller' => 'getSchebTwoFactor_FormControllerService',
  118.             'services_resetter' => 'getServicesResetterService',
  119.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  120.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  121.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  122.         ];
  123.         $this->aliases = [
  124.             'App\\Kernel' => 'kernel',
  125.             'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\TwoFactorFirewallContext' => 'scheb_two_factor.firewall_context',
  126.             'database_connection' => 'doctrine.dbal.default_connection',
  127.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  128.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  129.             'scheb_two_factor.security.email.code_generator' => 'Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\Email\\Generator\\CodeGeneratorInterface',
  130.         ];
  131.         $this->privates['service_container'] = function () {
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  138.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  151.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  168.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  175.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  237.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  254.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  255.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  256.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  274.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  275.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  276.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  277.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  280.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  283.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  284.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  285.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  287.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  288.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  289.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  290.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.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/Processor/ProcessorInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  320.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  321.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  322.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  324.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  325.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/SQLLogger.php';
  326.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/DebugStack.php';
  327.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  328.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  329.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  330.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/LoggerChain.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  332.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  334.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  335.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  336.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  337.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  338.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  339.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  340.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  341.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  342.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  343.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  344.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  363.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  370.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/TwoFactorFirewallConfig.php';
  371.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Http/Utils/RequestDataReader.php';
  372.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Event/TwoFactorFormListener.php';
  373.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderPreparationListener.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  376.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  377.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  378.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  379.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  380.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  381.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  382.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/UrlSigner.php';
  383.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  384.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  385.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/Authentication/AuthenticationTrustResolver.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  389.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TwoFactorProviderRegistry.php';
  390.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/PreparationRecorderInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Security/TwoFactor/Provider/TokenPreparationRecorder.php';
  392.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  394.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  395.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  396.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  397.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  402.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  403.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  414.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  436.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  437.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  438.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  441.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  443.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  445.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  447.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  448.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  449.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  450.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  451.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  452.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  453.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  454.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  455.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  458.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  478.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  479.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  480.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  481.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  482.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  483.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  485.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  486.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  488.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  490.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  497.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  498.         };
  499.     }
  500.     public function compile(): void
  501.     {
  502.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  503.     }
  504.     public function isCompiled(): bool
  505.     {
  506.         return true;
  507.     }
  508.     public function getRemovedIds(): array
  509.     {
  510.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  511.     }
  512.     protected function load($file$lazyLoad true)
  513.     {
  514.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  515.             return $class::do($this$lazyLoad);
  516.         }
  517.         if ('.' === $file[-4]) {
  518.             $class substr($class0, -4);
  519.         } else {
  520.             $file .= '.php';
  521.         }
  522.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  523.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  524.     }
  525.     protected function createProxy($class, \Closure $factory)
  526.     {
  527.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  528.         return $factory();
  529.     }
  530.     /**
  531.      * Gets the public '.container.private.filesystem' shared service.
  532.      *
  533.      * @return \Symfony\Component\Filesystem\Filesystem
  534.      */
  535.     protected function get_Container_Private_FilesystemService()
  536.     {
  537.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  538.     }
  539.     /**
  540.      * Gets the public '.container.private.profiler' shared service.
  541.      *
  542.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  543.      */
  544.     protected function get_Container_Private_ProfilerService()
  545.     {
  546.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  547.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  548.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  549.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  550.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  551.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  552.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  553.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  554.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  555.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  556.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  557.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  558.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  559.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  560.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  561.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  562.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  563.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  564.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  565.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  566.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  567.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  568.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  569.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  570.         if ($this->has('kernel')) {
  571.             $g->setKernel($b);
  572.         }
  573.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  574.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  575.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  576.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  577.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  578.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  579.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  580.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  581.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  582.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  583.         $instance->add($d);
  584.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  585.         $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));
  586.         $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())));
  587.         $instance->add($e);
  588.         $instance->add($f);
  589.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  590.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  591.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  592.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  593.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  594.         $instance->add($g);
  595.         return $instance;
  596.     }
  597.     /**
  598.      * Gets the public '.container.private.security.authorization_checker' shared service.
  599.      *
  600.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  601.      */
  602.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  603.     {
  604.         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()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), falsefalsefalse);
  605.     }
  606.     /**
  607.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  608.      *
  609.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  610.      */
  611.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  612.     {
  613.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  614.     }
  615.     /**
  616.      * Gets the public '.container.private.security.token_storage' shared service.
  617.      *
  618.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  619.      */
  620.     protected function get_Container_Private_Security_TokenStorageService()
  621.     {
  622.         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, [
  623.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  624.         ], [
  625.             'request_stack' => '?',
  626.         ]));
  627.     }
  628.     /**
  629.      * Gets the public '.container.private.twig' shared service.
  630.      *
  631.      * @return \Twig\Environment
  632.      */
  633.     protected function get_Container_Private_TwigService()
  634.     {
  635.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  636.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  637.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  638.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  639.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  640.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  641.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  642.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  643.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  644.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  645.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  646.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  647.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  648.         $a->addPath((\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), 'SchebTwoFactor');
  649.         $a->addPath((\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/views'), '!SchebTwoFactor');
  650.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  651.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  652.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  653.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  654.         $a->addPath((\dirname(__DIR__4).'/templates'));
  655.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  656.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  657.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  658.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  659.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  660.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  661.         $d = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  662.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  663.         $f = ($this->services['router'] ?? $this->getRouterService());
  664.         $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  665.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  666.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  667.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  668.         $j = new \Symfony\Bridge\Twig\AppVariable();
  669.         $j->setEnvironment('dev');
  670.         $j->setDebug(true);
  671.         if ($this->has('.container.private.security.token_storage')) {
  672.             $j->setTokenStorage($h);
  673.         }
  674.         if ($this->has('request_stack')) {
  675.             $j->setRequestStack($g);
  676.         }
  677.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  678.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  679.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  680.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  681.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($d));
  682.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__4), 'UTF-8'));
  683.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  684.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  685.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  686.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  687.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  688.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($g, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  689.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($g));
  690.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  691.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  692.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  693.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  694.         $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($g, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
  695.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  696.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  697.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  698.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  699.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator''getAdminUrlGeneratorService'false],
  700.         ], [
  701.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  702.         ])));
  703.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  704.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $f$d$g$instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  705.         $instance->addGlobal('app'$j);
  706.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  707.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  708.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  709.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  710.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  711.         ], [
  712.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  713.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  714.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  715.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  716.         ])));
  717.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  718.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  719.         $instance->registerUndefinedTokenParserCallback([=> $k=> 'suggestTag']);
  720.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  721.         return $instance;
  722.     }
  723.     /**
  724.      * Gets the public '.container.private.validator' shared service.
  725.      *
  726.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  727.      */
  728.     protected function get_Container_Private_ValidatorService()
  729.     {
  730.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  731.     }
  732.     /**
  733.      * Gets the public 'cache.app' shared service.
  734.      *
  735.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  736.      */
  737.     protected function getCache_AppService()
  738.     {
  739.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('dYRX87BPTa'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  740.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  741.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  742.     }
  743.     /**
  744.      * Gets the public 'cache.system' shared service.
  745.      *
  746.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  747.      */
  748.     protected function getCache_SystemService()
  749.     {
  750.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+wx6FZTOKS'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  751.     }
  752.     /**
  753.      * Gets the public 'cache.validator_expression_language' shared service.
  754.      *
  755.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  756.      */
  757.     protected function getCache_ValidatorExpressionLanguageService()
  758.     {
  759.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('bSchZA+VHC'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  760.     }
  761.     /**
  762.      * Gets the public 'data_collector.dump' shared service.
  763.      *
  764.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  765.      */
  766.     protected function getDataCollector_DumpService()
  767.     {
  768.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  769.     }
  770.     /**
  771.      * Gets the public 'doctrine' shared service.
  772.      *
  773.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  774.      */
  775.     protected function getDoctrineService()
  776.     {
  777.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  778.     }
  779.     /**
  780.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  781.      *
  782.      * @return \Doctrine\DBAL\Connection
  783.      */
  784.     protected function getDoctrine_Dbal_DefaultConnectionService()
  785.     {
  786.         $a = new \Doctrine\DBAL\Configuration();
  787.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  788.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  789.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  790.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  791.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  792.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  793.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  794.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  795.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  796.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  797.             'stof_doctrine_extensions.listener.sluggable' => ['privates''stof_doctrine_extensions.listener.sluggable''getStofDoctrineExtensions_Listener_SluggableService'true],
  798.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  799.         ], [
  800.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  801.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  802.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  803.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  804.             'stof_doctrine_extensions.listener.sluggable' => '?',
  805.             'stof_doctrine_extensions.listener.timestampable' => '?',
  806.         ]), [=> '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'=> 'stof_doctrine_extensions.listener.sluggable'=> 'stof_doctrine_extensions.listener.timestampable'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  807.     }
  808.     /**
  809.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  810.      *
  811.      * @return \Doctrine\ORM\EntityManager
  812.      */
  813.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  814.     {
  815.         if ($lazyLoad) {
  816.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  817.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  818.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  819.                     $proxy->setProxyInitializer(null);
  820.                     return true;
  821.                 });
  822.             });
  823.         }
  824.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Autoloader.php';
  825.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  826.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  827.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  828.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  829.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  830.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  831.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  832.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  833.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  834.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  835.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  836.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  837.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  838.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  839.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  840.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  841.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  842.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  843.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  844.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  845.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  846.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  847.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  848.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  849.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  850.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  851.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  852.         $a = new \Doctrine\ORM\Configuration();
  853.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  854.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  855.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  856.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  857.         $a->setQueryCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  858.         $a->setResultCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  859.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  860.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  861.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  862.         ], [
  863.             'doctrine.ulid_generator' => '?',
  864.             'doctrine.uuid_generator' => '?',
  865.         ])));
  866.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  867.         $a->setProxyNamespace('Proxies');
  868.         $a->setAutoGenerateProxyClasses(true);
  869.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  870.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  871.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  872.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  873.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  874.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  875.             'App\\Repository\\AboutRepository' => ['privates''App\\Repository\\AboutRepository''getAboutRepositoryService'true],
  876.             'App\\Repository\\HeadersRepository' => ['privates''App\\Repository\\HeadersRepository''getHeadersRepositoryService'true],
  877.             'App\\Repository\\RolesRepository' => ['privates''App\\Repository\\RolesRepository''getRolesRepositoryService'true],
  878.             'App\\Repository\\TagRepository' => ['privates''App\\Repository\\TagRepository''getTagRepositoryService'true],
  879.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  880.         ], [
  881.             'App\\Repository\\AboutRepository' => '?',
  882.             'App\\Repository\\HeadersRepository' => '?',
  883.             'App\\Repository\\RolesRepository' => '?',
  884.             'App\\Repository\\TagRepository' => '?',
  885.             'App\\Repository\\UserRepository' => '?',
  886.         ])));
  887.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  888.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  889.         return $instance;
  890.     }
  891.     /**
  892.      * Gets the public 'event_dispatcher' shared service.
  893.      *
  894.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  895.      */
  896.     protected function getEventDispatcherService()
  897.     {
  898.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  899.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  900.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  901.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  902.         $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())));
  903.         $instance->addListener('kernel.controller', [=> function () {
  904.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  905.         }, => 'onKernelController'], 0);
  906.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  907.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  908.         }, => 'checkPassport'], 1024);
  909.         $instance->addListener('kernel.response', [=> function () {
  910.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  911.         }, => 'onKernelResponse'], 0);
  912.         $instance->addListener('kernel.exception', [=> function () {
  913.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  914.         }, => 'onKernelException'], -64);
  915.         $instance->addListener('kernel.view', [=> function () {
  916.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->load('getCrudResponseListenerService'));
  917.         }, => 'onKernelView'], 0);
  918.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\AfterEntityPersistedEvent', [=> function () {
  919.             return ($this->privates['App\\Listener\\EasyAdminListener'] ?? $this->load('getEasyAdminListenerService'));
  920.         }, => 'flashMessageAfterPersist'], 0);
  921.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\AfterEntityUpdatedEvent', [=> function () {
  922.             return ($this->privates['App\\Listener\\EasyAdminListener'] ?? $this->load('getEasyAdminListenerService'));
  923.         }, => 'flashMessageAfterUpdate'], 0);
  924.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\AfterEntityDeletedEvent', [=> function () {
  925.             return ($this->privates['App\\Listener\\EasyAdminListener'] ?? $this->load('getEasyAdminListenerService'));
  926.         }, => 'flashMessageAfterDelete'], 0);
  927.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityPersistedEvent', [=> function () {
  928.             return ($this->privates['App\\Subscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
  929.         }, => 'addUser'], 0);
  930.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityUpdatedEvent', [=> function () {
  931.             return ($this->privates['App\\Subscriber\\EasyAdminSubscriber'] ?? $this->load('getEasyAdminSubscriberService'));
  932.         }, => 'updateUser'], 0);
  933.         $instance->addListener('kernel.response', [=> function () {
  934.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  935.         }, => 'onKernelResponse'], 0);
  936.         $instance->addListener('kernel.response', [=> function () {
  937.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  938.         }, => 'onKernelResponse'], -1024);
  939.         $instance->addListener('kernel.request', [=> function () {
  940.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  941.         }, => 'setDefaultLocale'], 100);
  942.         $instance->addListener('kernel.request', [=> function () {
  943.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  944.         }, => 'onKernelRequest'], 16);
  945.         $instance->addListener('kernel.finish_request', [=> function () {
  946.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  947.         }, => 'onKernelFinishRequest'], 0);
  948.         $instance->addListener('kernel.request', [=> function () {
  949.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  950.         }, => 'onKernelRequest'], 256);
  951.         $instance->addListener('kernel.response', [=> function () {
  952.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  953.         }, => 'onResponse'], -255);
  954.         $instance->addListener('kernel.controller_arguments', [=> function () {
  955.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  956.         }, => 'onControllerArguments'], 0);
  957.         $instance->addListener('kernel.exception', [=> function () {
  958.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  959.         }, => 'logKernelException'], 0);
  960.         $instance->addListener('kernel.exception', [=> function () {
  961.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  962.         }, => 'onKernelException'], -128);
  963.         $instance->addListener('kernel.response', [=> function () {
  964.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  965.         }, => 'removeCspHeader'], -128);
  966.         $instance->addListener('kernel.request', [=> function () {
  967.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  968.         }, => 'onKernelRequest'], 15);
  969.         $instance->addListener('kernel.finish_request', [=> function () {
  970.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  971.         }, => 'onKernelFinishRequest'], -15);
  972.         $instance->addListener('console.error', [=> function () {
  973.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  974.         }, => 'onConsoleError'], -128);
  975.         $instance->addListener('console.terminate', [=> function () {
  976.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  977.         }, => 'onConsoleTerminate'], -128);
  978.         $instance->addListener('console.error', [=> function () {
  979.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  980.         }, => 'onConsoleError'], 0);
  981.         $instance->addListener('kernel.request', [=> function () {
  982.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  983.         }, => 'onKernelRequest'], 128);
  984.         $instance->addListener('kernel.response', [=> function () {
  985.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  986.         }, => 'onKernelResponse'], -1000);
  987.         $instance->addListener('kernel.finish_request', [=> function () {
  988.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  989.         }, => 'onFinishRequest'], 0);
  990.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  991.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  992.         }, => 'onMessage'], -255);
  993.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  994.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  995.         }, => 'onMessage'], -255);
  996.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  997.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  998.         }, => 'onNotification'], -255);
  999.         $instance->addListener('kernel.response', [=> function () {
  1000.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1001.         }, => 'onKernelResponse'], -100);
  1002.         $instance->addListener('kernel.exception', [=> function () {
  1003.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1004.         }, => 'onKernelException'], 0);
  1005.         $instance->addListener('kernel.terminate', [=> function () {
  1006.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1007.         }, => 'onKernelTerminate'], -1024);
  1008.         $instance->addListener('kernel.controller', [=> function () {
  1009.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1010.         }, => 'onKernelController'], 0);
  1011.         $instance->addListener('kernel.response', [=> function () {
  1012.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1013.         }, => 'onKernelResponse'], 0);
  1014.         $instance->addListener('kernel.request', [=> function () {
  1015.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1016.         }, => 'configure'], 2048);
  1017.         $instance->addListener('console.command', [=> function () {
  1018.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1019.         }, => 'configure'], 2048);
  1020.         $instance->addListener('kernel.request', [=> function () {
  1021.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1022.         }, => 'onKernelRequest'], 32);
  1023.         $instance->addListener('kernel.finish_request', [=> function () {
  1024.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1025.         }, => 'onKernelFinishRequest'], 0);
  1026.         $instance->addListener('kernel.exception', [=> function () {
  1027.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1028.         }, => 'onKernelException'], -64);
  1029.         $instance->addListener('kernel.response', [=> function () {
  1030.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1031.         }, => 'onKernelResponse'], 0);
  1032.         $instance->addListener('kernel.controller', [=> function () {
  1033.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1034.         }, => 'onKernelController'], 0);
  1035.         $instance->addListener('kernel.controller', [=> function () {
  1036.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1037.         }, => 'onKernelController'], 0);
  1038.         $instance->addListener('kernel.controller', [=> function () {
  1039.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1040.         }, => 'onKernelController'], -128);
  1041.         $instance->addListener('kernel.view', [=> function () {
  1042.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1043.         }, => 'onKernelView'], 0);
  1044.         $instance->addListener('kernel.controller', [=> function () {
  1045.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1046.         }, => 'onKernelController'], 0);
  1047.         $instance->addListener('kernel.response', [=> function () {
  1048.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1049.         }, => 'onKernelResponse'], 0);
  1050.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1051.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1052.         }, => 'onKernelControllerArguments'], 0);
  1053.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1054.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1055.         }, => 'onKernelControllerArguments'], 0);
  1056.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1057.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1058.         }, => 'onMessage'], 0);
  1059.         $instance->addListener('kernel.response', [=> function () {
  1060.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1061.         }, => 'onKernelResponse'], -128);
  1062.         $instance->addListener('console.command', [=> function () {
  1063.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1064.         }, => 'onCommand'], 255);
  1065.         $instance->addListener('console.terminate', [=> function () {
  1066.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1067.         }, => 'onTerminate'], -255);
  1068.         $instance->addListener('console.command', [=> function () {
  1069.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1070.         }, => 'configure'], 1024);
  1071.         $instance->addListener('console.error', [=> function () {
  1072.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1073.         }, => 'onConsoleError'], 0);
  1074.         $instance->addListener('console.terminate', [=> function () {
  1075.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1076.         }, => 'onConsoleTerminate'], 0);
  1077.         $instance->addListener('kernel.response', [=> function () {
  1078.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1079.         }, => 'onKernelResponse'], 0);
  1080.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1081.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1082.         }, => 'checkPassport'], 0);
  1083.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1084.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1085.         }, => 'onLoginSuccess'], 0);
  1086.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1087.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1088.         }, => 'onVoterVote'], 0);
  1089.         $instance->addListener('kernel.request', [=> function () {
  1090.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1091.         }, => 'configureLogoutUrlGenerator'], 8);
  1092.         $instance->addListener('kernel.request', [=> function () {
  1093.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1094.         }, => 'onKernelRequest'], 8);
  1095.         $instance->addListener('kernel.finish_request', [=> function () {
  1096.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1097.         }, => 'onKernelFinishRequest'], 0);
  1098.         $instance->addListener('kernel.exception', [=> function () {
  1099.             return ($this->privates['security.authentication.kernel_exception_listener.two_factor.main'] ?? $this->load('getSecurity_Authentication_KernelExceptionListener_TwoFactor_MainService'));
  1100.         }, => 'onKernelException'], 2);
  1101.         $instance->addListener('kernel.request', [=> function () {
  1102.             return ($this->privates['security.authentication.form_listener.two_factor.main'] ?? $this->getSecurity_Authentication_FormListener_TwoFactor_MainService());
  1103.         }, => 'onKernelRequest'], 0);
  1104.         $instance->addListener('security.authentication.success', [=> function () {
  1105.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  1106.         }, => 'onLogin'], 9223372036854775807);
  1107.         $instance->addListener('scheb_two_factor.authentication.require', [=> function () {
  1108.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  1109.         }, => 'onAccessDenied'], 0);
  1110.         $instance->addListener('scheb_two_factor.authentication.form', [=> function () {
  1111.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  1112.         }, => 'onTwoFactorForm'], 0);
  1113.         $instance->addListener('kernel.response', [=> function () {
  1114.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  1115.         }, => 'onKernelResponse'], 1);
  1116.         $instance->addListener('kernel.request', [=> function () {
  1117.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1118.         }, => 'handleLegacyEaContext'], 10);
  1119.         $instance->addListener('kernel.request', [=> function () {
  1120.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1121.         }, => 'onKernelRequest'], 0);
  1122.         $instance->addListener('kernel.controller', [=> function () {
  1123.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1124.         }, => 'onKernelController'], 128);
  1125.         $instance->addListener('security.authentication.success', [=> function () {
  1126.             return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
  1127.         }, => 'onLogin'], 9223372036854775806);
  1128.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1129.             return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->load('getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService'));
  1130.         }, => 'checkPassport'], 0);
  1131.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1132.             return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
  1133.         }, => 'onSuccessfulLogin'], -63);
  1134.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1135.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1136.         }, => 'checkPassport'], 512);
  1137.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1138.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1139.         }, => 'onLogout'], 0);
  1140.         return $instance;
  1141.     }
  1142.     /**
  1143.      * Gets the public 'http_kernel' shared service.
  1144.      *
  1145.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1146.      */
  1147.     protected function getHttpKernelService()
  1148.     {
  1149.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($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 () {
  1150.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1151.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1152.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1153.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1154.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->load('getAdminContextResolverService'));
  1155.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->load('getBatchActionDtoResolverService'));
  1156.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1157.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1158.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1159.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1160.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1161.     }
  1162.     /**
  1163.      * Gets the public 'liip_imagine.cache.manager' shared service.
  1164.      *
  1165.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1166.      */
  1167.     protected function getLiipImagine_Cache_ManagerService()
  1168.     {
  1169.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'default'false);
  1170.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1171.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1172.         return $instance;
  1173.     }
  1174.     /**
  1175.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1176.      *
  1177.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1178.      */
  1179.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  1180.     {
  1181.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__4).'/public'), 'media/cache');
  1182.     }
  1183.     /**
  1184.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1185.      *
  1186.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1187.      */
  1188.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1189.     {
  1190.         return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  1191.     }
  1192.     /**
  1193.      * Gets the public 'liip_imagine.cache.signer' shared service.
  1194.      *
  1195.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1196.      */
  1197.     protected function getLiipImagine_Cache_SignerService()
  1198.     {
  1199.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1200.     }
  1201.     /**
  1202.      * Gets the public 'request_stack' shared service.
  1203.      *
  1204.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1205.      */
  1206.     protected function getRequestStackService()
  1207.     {
  1208.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1209.     }
  1210.     /**
  1211.      * Gets the public 'router' shared service.
  1212.      *
  1213.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1214.      */
  1215.     protected function getRouterService()
  1216.     {
  1217.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1218.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1219.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1220.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1221.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1222.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1223.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1224.         ], [
  1225.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1226.         ]))->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'fr');
  1227.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1228.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1229.         return $instance;
  1230.     }
  1231.     /**
  1232.      * Gets the public 'translator' shared service.
  1233.      *
  1234.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1235.      */
  1236.     protected function getTranslatorService()
  1237.     {
  1238.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1239.     }
  1240.     /**
  1241.      * Gets the public 'var_dumper.cloner' shared service.
  1242.      *
  1243.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1244.      */
  1245.     protected function getVarDumper_ClonerService()
  1246.     {
  1247.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1248.         $instance->setMaxItems(2500);
  1249.         $instance->setMinDepth(1);
  1250.         $instance->setMaxString(-1);
  1251.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1252.         return $instance;
  1253.     }
  1254.     /**
  1255.      * Gets the private '.debug.http_client' shared service.
  1256.      *
  1257.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1258.      */
  1259.     protected function get_Debug_HttpClientService()
  1260.     {
  1261.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1262.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1263.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1264.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1265.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1266.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1267.         $a->setLogger($b);
  1268.         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))));
  1269.     }
  1270.     /**
  1271.      * Gets the private '.service_locator.zJyh7qS' shared service.
  1272.      *
  1273.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1274.      */
  1275.     protected function get_ServiceLocator_ZJyh7qSService()
  1276.     {
  1277.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1278.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1279.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1280.         ], [
  1281.             'security.firewall.map.context.dev' => '?',
  1282.             'security.firewall.map.context.main' => '?',
  1283.         ]);
  1284.     }
  1285.     /**
  1286.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  1287.      *
  1288.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  1289.      */
  1290.     protected function getAdminRouterSubscriberService()
  1291.     {
  1292.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  1293.         $b = ($this->services['router'] ?? $this->getRouterService());
  1294.         $c = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService());
  1295.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber(new \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory($this->targetDir.''$a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), $a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService())), $c, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService())), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Controller\\Admin\\DashboardController']))), $c, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), $b$b, ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  1296.     }
  1297.     /**
  1298.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  1299.      *
  1300.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  1301.      */
  1302.     protected function getActionFactoryService()
  1303.     {
  1304.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), ($this->services['translator'] ?? $this->getTranslatorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  1305.     }
  1306.     /**
  1307.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  1308.      *
  1309.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  1310.      */
  1311.     protected function getControllerFactoryService()
  1312.     {
  1313.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  1314.     }
  1315.     /**
  1316.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  1317.      *
  1318.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  1319.      */
  1320.     protected function getEntityFactoryService()
  1321.     {
  1322.         $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  1323.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory(new \EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), $a, new RewindableGenerator(function () {
  1324.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->load('getCommonPreConfiguratorService'));
  1325.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator()));
  1326.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->load('getAssociationConfiguratorService'));
  1327.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator()));
  1328.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->load('getBooleanConfiguratorService'));
  1329.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator()));
  1330.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator()));
  1331.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->load('getCountryConfiguratorService'));
  1332.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
  1333.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->load('getDateTimeConfiguratorService'));
  1334.             yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator()));
  1335.             yield 11 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator()));
  1336.             yield 12 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator()));
  1337.             yield 13 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator(\dirname(__DIR__4))));
  1338.             yield 14 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator()));
  1339.             yield 15 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator()));
  1340.             yield 16 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator()));
  1341.             yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->load('getMoneyConfiguratorService'));
  1342.             yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->load('getNumberConfiguratorService'));
  1343.             yield 19 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator()));
  1344.             yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? $this->load('getChoiceConfiguratorService'));
  1345.             yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? $this->load('getSlugConfiguratorService'));
  1346.             yield 22 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator()));
  1347.             yield 23 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator()));
  1348.             yield 24 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator()));
  1349.             yield 25 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator()));
  1350.             yield 26 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator()));
  1351.             yield 27 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->load('getCommonPostConfiguratorService'));
  1352.         }, 28)), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService()), $a, ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1353.     }
  1354.     /**
  1355.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  1356.      *
  1357.      * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  1358.      */
  1359.     protected function getAdminContextProviderService()
  1360.     {
  1361.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1362.     }
  1363.     /**
  1364.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry' shared service.
  1365.      *
  1366.      * @return \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry
  1367.      */
  1368.     protected function getCrudControllerRegistryService()
  1369.     {
  1370.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry($this->getEnv('APP_SECRET'), [=> 'App\\Controller\\Admin\\AboutCrudController'=> 'App\\Controller\\Admin\\HeadersCrudController'=> 'App\\Controller\\Admin\\RolesCrudController'=> 'App\\Controller\\Admin\\TagCrudController'=> 'App\\Controller\\Admin\\UserCrudController']);
  1371.     }
  1372.     /**
  1373.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  1374.      *
  1375.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  1376.      */
  1377.     protected function getAdminUrlGeneratorService()
  1378.     {
  1379.         $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  1380.             return new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  1381.         };
  1382.         return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  1383.     }
  1384.     /**
  1385.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  1386.      *
  1387.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  1388.      */
  1389.     protected function getAuthorizationCheckerService()
  1390.     {
  1391.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  1392.     }
  1393.     /**
  1394.      * Gets the private 'annotations.cache_adapter' shared service.
  1395.      *
  1396.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1397.      */
  1398.     protected function getAnnotations_CacheAdapterService()
  1399.     {
  1400.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1401.     }
  1402.     /**
  1403.      * Gets the private 'annotations.cached_reader' shared service.
  1404.      *
  1405.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1406.      */
  1407.     protected function getAnnotations_CachedReaderService()
  1408.     {
  1409.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1410.     }
  1411.     /**
  1412.      * Gets the private 'annotations.reader' shared service.
  1413.      *
  1414.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1415.      */
  1416.     protected function getAnnotations_ReaderService()
  1417.     {
  1418.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1419.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1420.         $a->registerUniqueLoader('class_exists');
  1421.         $instance->addGlobalIgnoredName('required'$a);
  1422.         return $instance;
  1423.     }
  1424.     /**
  1425.      * Gets the private 'assets.packages' shared service.
  1426.      *
  1427.      * @return \Symfony\Component\Asset\Packages
  1428.      */
  1429.     protected function getAssets_PackagesService()
  1430.     {
  1431.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1432.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  1433.             return new \EmptyIterator();
  1434.         }, 0));
  1435.     }
  1436.     /**
  1437.      * Gets the private 'cache.annotations' shared service.
  1438.      *
  1439.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1440.      */
  1441.     protected function getCache_AnnotationsService()
  1442.     {
  1443.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('D81WUsEjKT'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1444.     }
  1445.     /**
  1446.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1447.      *
  1448.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1449.      */
  1450.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1451.     {
  1452.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1453.     }
  1454.     /**
  1455.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1456.      *
  1457.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1458.      */
  1459.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1460.     {
  1461.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1462.     }
  1463.     /**
  1464.      * Gets the private 'cache.property_info' shared service.
  1465.      *
  1466.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1467.      */
  1468.     protected function getCache_PropertyInfoService()
  1469.     {
  1470.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('S9L4fSdkN5'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1471.     }
  1472.     /**
  1473.      * Gets the private 'cache.security_expression_language' shared service.
  1474.      *
  1475.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1476.      */
  1477.     protected function getCache_SecurityExpressionLanguageService()
  1478.     {
  1479.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('GIkG2AUpb4'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1480.     }
  1481.     /**
  1482.      * Gets the private 'cache.serializer' shared service.
  1483.      *
  1484.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1485.      */
  1486.     protected function getCache_SerializerService()
  1487.     {
  1488.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('DntQ7tRZhV'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1489.     }
  1490.     /**
  1491.      * Gets the private 'cache.validator' shared service.
  1492.      *
  1493.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1494.      */
  1495.     protected function getCache_ValidatorService()
  1496.     {
  1497.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('fMYS8MiwaX'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1498.     }
  1499.     /**
  1500.      * Gets the private 'config_cache_factory' shared service.
  1501.      *
  1502.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1503.      */
  1504.     protected function getConfigCacheFactoryService()
  1505.     {
  1506.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1507.             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)));
  1508.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1509.         }, 2));
  1510.     }
  1511.     /**
  1512.      * Gets the private 'data_collector.form' shared service.
  1513.      *
  1514.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1515.      */
  1516.     protected function getDataCollector_FormService()
  1517.     {
  1518.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1519.     }
  1520.     /**
  1521.      * Gets the private 'data_collector.request' shared service.
  1522.      *
  1523.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1524.      */
  1525.     protected function getDataCollector_RequestService()
  1526.     {
  1527.         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())));
  1528.     }
  1529.     /**
  1530.      * Gets the private 'debug.controller_resolver' shared service.
  1531.      *
  1532.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  1533.      */
  1534.     protected function getDebug_ControllerResolverService()
  1535.     {
  1536.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1537.     }
  1538.     /**
  1539.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1540.      *
  1541.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1542.      */
  1543.     protected function getDebug_DebugHandlersListenerService()
  1544.     {
  1545.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1546.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1547.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1548.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1549.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1550.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  1551.     }
  1552.     /**
  1553.      * Gets the private 'debug.file_link_formatter' shared service.
  1554.      *
  1555.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1556.      */
  1557.     protected function getDebug_FileLinkFormatterService()
  1558.     {
  1559.         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 () {
  1560.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1561.         });
  1562.     }
  1563.     /**
  1564.      * Gets the private 'debug.log_processor' shared service.
  1565.      *
  1566.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1567.      */
  1568.     protected function getDebug_LogProcessorService()
  1569.     {
  1570.         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())));
  1571.     }
  1572.     /**
  1573.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1574.      *
  1575.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1576.      */
  1577.     protected function getDebug_Security_Access_DecisionManagerService()
  1578.     {
  1579.         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 () {
  1580.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1581.             yield => ($this->privates['debug.security.voter.scheb_two_factor.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_SchebTwoFactor_Security_Access_AuthenticatedVoterService'));
  1582.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  1583.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  1584.             yield => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->load('getSecurityVoterService'));
  1585.         }, 5), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1586.     }
  1587.     /**
  1588.      * Gets the private 'debug.security.firewall' shared service.
  1589.      *
  1590.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1591.      */
  1592.     protected function getDebug_Security_FirewallService()
  1593.     {
  1594.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1595.     }
  1596.     /**
  1597.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  1598.      *
  1599.      * @return \Doctrine\Migrations\DependencyFactory
  1600.      */
  1601.     protected function getDoctrine_Migrations_DependencyFactoryService()
  1602.     {
  1603.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  1604.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  1605.         $a->setAllOrNothing(false);
  1606.         $a->setCheckDatabasePlatform(true);
  1607.         $a->setTransactional(true);
  1608.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  1609.         $this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1610.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  1611.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  1612.         });
  1613.         return $instance;
  1614.     }
  1615.     /**
  1616.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  1617.      *
  1618.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  1619.      */
  1620.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  1621.     {
  1622.         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')]);
  1623.     }
  1624.     /**
  1625.      * Gets the private 'exception_listener' shared service.
  1626.      *
  1627.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1628.      */
  1629.     protected function getExceptionListener2Service()
  1630.     {
  1631.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1632.     }
  1633.     /**
  1634.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1635.      *
  1636.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1637.      */
  1638.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1639.     {
  1640.         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())));
  1641.     }
  1642.     /**
  1643.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1644.      *
  1645.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1646.      */
  1647.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1648.     {
  1649.         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()));
  1650.     }
  1651.     /**
  1652.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  1653.      *
  1654.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  1655.      */
  1656.     protected function getLiipImagine_Filter_ConfigurationService()
  1657.     {
  1658.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  1659.     }
  1660.     /**
  1661.      * Gets the private 'locale_aware_listener' shared service.
  1662.      *
  1663.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1664.      */
  1665.     protected function getLocaleAwareListenerService()
  1666.     {
  1667.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1668.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  1669.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1670.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1671.     }
  1672.     /**
  1673.      * Gets the private 'locale_listener' shared service.
  1674.      *
  1675.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1676.      */
  1677.     protected function getLocaleListenerService()
  1678.     {
  1679.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()), false, []);
  1680.     }
  1681.     /**
  1682.      * Gets the private 'monolog.handler.console' shared service.
  1683.      *
  1684.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1685.      */
  1686.     protected function getMonolog_Handler_ConsoleService()
  1687.     {
  1688.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1689.     }
  1690.     /**
  1691.      * Gets the private 'monolog.handler.main' shared service.
  1692.      *
  1693.      * @return \Monolog\Handler\StreamHandler
  1694.      */
  1695.     protected function getMonolog_Handler_MainService()
  1696.     {
  1697.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  1698.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1699.         return $instance;
  1700.     }
  1701.     /**
  1702.      * Gets the private 'monolog.logger' shared service.
  1703.      *
  1704.      * @return \Symfony\Bridge\Monolog\Logger
  1705.      */
  1706.     protected function getMonolog_LoggerService()
  1707.     {
  1708.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1709.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1710.         $instance->useMicrosecondTimestamps(true);
  1711.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1712.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1713.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1714.         return $instance;
  1715.     }
  1716.     /**
  1717.      * Gets the private 'monolog.logger.cache' shared service.
  1718.      *
  1719.      * @return \Symfony\Bridge\Monolog\Logger
  1720.      */
  1721.     protected function getMonolog_Logger_CacheService()
  1722.     {
  1723.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1724.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1725.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1726.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1727.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1728.         return $instance;
  1729.     }
  1730.     /**
  1731.      * Gets the private 'monolog.logger.request' shared service.
  1732.      *
  1733.      * @return \Symfony\Bridge\Monolog\Logger
  1734.      */
  1735.     protected function getMonolog_Logger_RequestService()
  1736.     {
  1737.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1738.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1739.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1740.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1741.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1742.         return $instance;
  1743.     }
  1744.     /**
  1745.      * Gets the private 'monolog.logger.security' shared service.
  1746.      *
  1747.      * @return \Symfony\Bridge\Monolog\Logger
  1748.      */
  1749.     protected function getMonolog_Logger_SecurityService()
  1750.     {
  1751.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  1752.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1753.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1754.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1755.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1756.         return $instance;
  1757.     }
  1758.     /**
  1759.      * Gets the private 'parameter_bag' shared service.
  1760.      *
  1761.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1762.      */
  1763.     protected function getParameterBagService()
  1764.     {
  1765.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1766.     }
  1767.     /**
  1768.      * Gets the private 'profiler_listener' shared service.
  1769.      *
  1770.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1771.      */
  1772.     protected function getProfilerListenerService()
  1773.     {
  1774.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  1775.     }
  1776.     /**
  1777.      * Gets the private 'property_accessor' shared service.
  1778.      *
  1779.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  1780.      */
  1781.     protected function getPropertyAccessorService()
  1782.     {
  1783.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1784.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  1785.     }
  1786.     /**
  1787.      * Gets the private 'property_info' shared service.
  1788.      *
  1789.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  1790.      */
  1791.     protected function getPropertyInfoService()
  1792.     {
  1793.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  1794.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  1795.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1796.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1797.         }, 3), new RewindableGenerator(function () {
  1798.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1799.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  1800.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1801.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1802.         }, 4), new RewindableGenerator(function () {
  1803.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1804.         }, 1), new RewindableGenerator(function () {
  1805.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  1806.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1807.         }, 2), new RewindableGenerator(function () {
  1808.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1809.         }, 1));
  1810.     }
  1811.     /**
  1812.      * Gets the private 'router.expression_language_provider' shared service.
  1813.      *
  1814.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  1815.      */
  1816.     protected function getRouter_ExpressionLanguageProviderService()
  1817.     {
  1818.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1819.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  1820.         ], [
  1821.             'env' => 'Closure',
  1822.         ]));
  1823.     }
  1824.     /**
  1825.      * Gets the private 'router.request_context' shared service.
  1826.      *
  1827.      * @return \Symfony\Component\Routing\RequestContext
  1828.      */
  1829.     protected function getRouter_RequestContextService()
  1830.     {
  1831.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  1832.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1833.         return $instance;
  1834.     }
  1835.     /**
  1836.      * Gets the private 'router_listener' shared service.
  1837.      *
  1838.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1839.      */
  1840.     protected function getRouterListenerService()
  1841.     {
  1842.         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);
  1843.     }
  1844.     /**
  1845.      * Gets the private 'scheb_two_factor.provider_preparation_recorder' shared service.
  1846.      *
  1847.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder
  1848.      */
  1849.     protected function getSchebTwoFactor_ProviderPreparationRecorderService()
  1850.     {
  1851.         return $this->privates['scheb_two_factor.provider_preparation_recorder'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TokenPreparationRecorder(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  1852.     }
  1853.     /**
  1854.      * Gets the private 'scheb_two_factor.provider_registry' shared service.
  1855.      *
  1856.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry
  1857.      */
  1858.     protected function getSchebTwoFactor_ProviderRegistryService()
  1859.     {
  1860.         return $this->privates['scheb_two_factor.provider_registry'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderRegistry(new RewindableGenerator(function () {
  1861.             yield 'email' => ($this->privates['scheb_two_factor.security.email.provider'] ?? $this->load('getSchebTwoFactor_Security_Email_ProviderService'));
  1862.         }, 1));
  1863.     }
  1864.     /**
  1865.      * Gets the private 'scheb_two_factor.security.authentication.trust_resolver' shared service.
  1866.      *
  1867.      * @return \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver
  1868.      */
  1869.     protected function getSchebTwoFactor_Security_Authentication_TrustResolverService()
  1870.     {
  1871.         return $this->privates['scheb_two_factor.security.authentication.trust_resolver'] = new \Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver(new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver());
  1872.     }
  1873.     /**
  1874.      * Gets the private 'security.authentication.form_listener.two_factor.main' shared service.
  1875.      *
  1876.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener
  1877.      */
  1878.     protected function getSecurity_Authentication_FormListener_TwoFactor_MainService()
  1879.     {
  1880.         return $this->privates['security.authentication.form_listener.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener(($this->privates['security.firewall_config.two_factor.main'] ?? $this->getSecurity_FirewallConfig_TwoFactor_MainService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1881.     }
  1882.     /**
  1883.      * Gets the private 'security.authentication.provider_preparation_listener.two_factor.main' shared service.
  1884.      *
  1885.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener
  1886.      */
  1887.     protected function getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService()
  1888.     {
  1889.         return $this->privates['security.authentication.provider_preparation_listener.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener(($this->privates['scheb_two_factor.provider_registry'] ?? $this->getSchebTwoFactor_ProviderRegistryService()), ($this->privates['scheb_two_factor.provider_preparation_recorder'] ?? $this->getSchebTwoFactor_ProviderPreparationRecorderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 'main'falsefalse);
  1890.     }
  1891.     /**
  1892.      * Gets the private 'security.context_listener.0' shared service.
  1893.      *
  1894.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  1895.      */
  1896.     protected function getSecurity_ContextListener_0Service()
  1897.     {
  1898.         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 () {
  1899.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  1900.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  1901.     }
  1902.     /**
  1903.      * Gets the private 'security.csrf.token_storage' shared service.
  1904.      *
  1905.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  1906.      */
  1907.     protected function getSecurity_Csrf_TokenStorageService()
  1908.     {
  1909.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1910.     }
  1911.     /**
  1912.      * Gets the private 'security.event_dispatcher.main' shared service.
  1913.      *
  1914.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  1915.      */
  1916.     protected function getSecurity_EventDispatcher_MainService()
  1917.     {
  1918.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  1919.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1920.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  1921.         }, => 'checkPassport'], 2048);
  1922.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1923.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  1924.         }, => 'onSuccessfulLogin'], 0);
  1925.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1926.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  1927.         }, => 'onLogout'], 64);
  1928.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1929.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  1930.         }, => 'onLogout'], 0);
  1931.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\AuthenticationTokenCreatedEvent', [=> function () {
  1932.             return ($this->privates['security.authentication.token_created_listener.two_factor.main'] ?? $this->load('getSecurity_Authentication_TokenCreatedListener_TwoFactor_MainService'));
  1933.         }, => 'onAuthenticationTokenCreated'], 0);
  1934.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1935.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  1936.         }, => 'preCheckCredentials'], 256);
  1937.         $instance->addListener('security.authentication.success', [=> function () {
  1938.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  1939.         }, => 'postCheckCredentials'], 256);
  1940.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1941.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1942.         }, => 'checkPassport'], 1024);
  1943.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1944.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1945.         }, => 'checkPassport'], 0);
  1946.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1947.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1948.         }, => 'onLoginSuccess'], 0);
  1949.         $instance->addListener('security.authentication.success', [=> function () {
  1950.             return ($this->privates['security.authentication.provider_preparation_listener.two_factor.main'] ?? $this->getSecurity_Authentication_ProviderPreparationListener_TwoFactor_MainService());
  1951.         }, => 'onLogin'], 9223372036854775807);
  1952.         $instance->addListener('security.authentication.success', [=> function () {
  1953.             return ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] ?? ($this->privates['scheb_two_factor.security.authentication_success_event_suppressor'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\Event\AuthenticationSuccessEventSuppressor()));
  1954.         }, => 'onLogin'], 9223372036854775806);
  1955.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1956.             return ($this->privates['scheb_two_factor.security.listener.check_two_factor_code'] ?? $this->load('getSchebTwoFactor_Security_Listener_CheckTwoFactorCodeService'));
  1957.         }, => 'checkPassport'], 0);
  1958.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1959.             return ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] ?? ($this->privates['scheb_two_factor.security.listener.suppress_remember_me'] = new \Scheb\TwoFactorBundle\Security\Http\EventListener\SuppressRememberMeListener()));
  1960.         }, => 'onSuccessfulLogin'], -63);
  1961.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1962.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1963.         }, => 'checkPassport'], 512);
  1964.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1965.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1966.         }, => 'onLogout'], 0);
  1967.         return $instance;
  1968.     }
  1969.     /**
  1970.      * Gets the private 'security.firewall.map' shared service.
  1971.      *
  1972.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1973.      */
  1974.     protected function getSecurity_Firewall_MapService()
  1975.     {
  1976.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService()), new RewindableGenerator(function () {
  1977.             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)/')));
  1978.             yield 'security.firewall.map.context.main' => NULL;
  1979.         }, 2));
  1980.     }
  1981.     /**
  1982.      * Gets the private 'security.firewall_config.two_factor.main' shared service.
  1983.      *
  1984.      * @return \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig
  1985.      */
  1986.     protected function getSecurity_FirewallConfig_TwoFactor_MainService()
  1987.     {
  1988.         return $this->privates['security.firewall_config.two_factor.main'] = new \Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig(['auth_form_path' => '2fa_login''check_path' => '2fa_login_check''enable_csrf' => true'csrf_parameter' => '_csrf_token''csrf_token_id' => 'two_factor''post_only' => true'always_use_default_target_path' => false'default_target_path' => '/''success_handler' => NULL'failure_handler' => NULL'authentication_required_handler' => NULL'auth_code_parameter_name' => '_auth_code''trusted_parameter_name' => '_trusted''remember_me_sets_trusted' => false'multi_factor' => false'prepare_on_login' => false'prepare_on_access_denied' => false'provider' => NULL], 'main', ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), new \Scheb\TwoFactorBundle\Security\Http\Utils\RequestDataReader());
  1989.     }
  1990.     /**
  1991.      * Gets the private 'security.http_utils' shared service.
  1992.      *
  1993.      * @return \Symfony\Component\Security\Http\HttpUtils
  1994.      */
  1995.     protected function getSecurity_HttpUtilsService()
  1996.     {
  1997.         $a = ($this->services['router'] ?? $this->getRouterService());
  1998.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  1999.     }
  2000.     /**
  2001.      * Gets the private 'security.logout_url_generator' shared service.
  2002.      *
  2003.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2004.      */
  2005.     protected function getSecurity_LogoutUrlGeneratorService()
  2006.     {
  2007.         $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()));
  2008.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  2009.         return $instance;
  2010.     }
  2011.     /**
  2012.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2013.      *
  2014.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2015.      */
  2016.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2017.     {
  2018.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2019.     }
  2020.     /**
  2021.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2022.      *
  2023.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2024.      */
  2025.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2026.     {
  2027.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2028.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2029.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2030.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2031.     }
  2032.     /**
  2033.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2034.      *
  2035.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2036.      */
  2037.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2038.     {
  2039.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $this->getSchebTwoFactor_Security_Authentication_TrustResolverService()), ($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()));
  2040.     }
  2041.     /**
  2042.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2043.      *
  2044.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2045.      */
  2046.     protected function getSensioFrameworkExtra_View_ListenerService()
  2047.     {
  2048.         $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))));
  2049.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2050.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2051.         ], [
  2052.             'twig' => '?',
  2053.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2054.         return $instance;
  2055.     }
  2056.     /**
  2057.      * Gets the private 'session_listener' shared service.
  2058.      *
  2059.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2060.      */
  2061.     protected function getSessionListenerService()
  2062.     {
  2063.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2064.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  2065.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2066.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  2067.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2068.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  2069.         ], [
  2070.             'initialized_session' => '?',
  2071.             'logger' => '?',
  2072.             'session' => '?',
  2073.             'session_collector' => '?',
  2074.             'session_factory' => '?',
  2075.         ]), true$this->parameters['session.storage.options']);
  2076.     }
  2077.     /**
  2078.      * Gets the private 'translator.default' shared service.
  2079.      *
  2080.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2081.      */
  2082.     protected function getTranslator_DefaultService()
  2083.     {
  2084.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2085.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2086.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2087.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2088.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2089.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2090.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2091.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2092.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2093.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2094.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2095.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2096.         ], [
  2097.             'translation.loader.csv' => '?',
  2098.             'translation.loader.dat' => '?',
  2099.             'translation.loader.ini' => '?',
  2100.             'translation.loader.json' => '?',
  2101.             'translation.loader.mo' => '?',
  2102.             'translation.loader.php' => '?',
  2103.             'translation.loader.po' => '?',
  2104.             'translation.loader.qt' => '?',
  2105.             'translation.loader.res' => '?',
  2106.             'translation.loader.xliff' => '?',
  2107.             'translation.loader.yml' => '?',
  2108.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.php')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.php')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.php')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.php'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.cs.yml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.php')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.php'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.de.yml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.php')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.php'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.en.yml'), => (\dirname(__DIR__4).'/translations/messages.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.php'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.es.yml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.php')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.php')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.php')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.php'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.fr.yml'), => (\dirname(__DIR__4).'/translations/admin.fr.yml'), => (\dirname(__DIR__4).'/translations/messages.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.php')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.php'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hr.yml')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.php'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.hu.yml')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.id.php')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.php')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lb.php')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.php')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.php'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.nl.yml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.php')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.php'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.pl.yml')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.php')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.php')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.php'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ro.yml')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.php'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.ru.yml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sk.yml')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.php')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.php'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.sv.yml')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.php')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.php'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations/SchebTwoFactorBundle.uk.yml')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.php')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'sr_RS' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.php')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 13 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/antishov/doctrine-extensions-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/easycorp/easyadmin-bundle/src/Resources/translations'=> 'vendor/scheb/2fa-bundle/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/symfony/web-profiler-bundle/translations'10 => 'vendor/symfony/monolog-bundle/translations'11 => 'vendor/symfony/debug-bundle/translations'12 => 'vendor/symfony/maker-bundle/src/translations'13 => 'vendor/doctrine/doctrine-bundle/translations'14 => 'vendor/doctrine/doctrine-migrations-bundle/translations'15 => 'vendor/symfony/security-bundle/translations'16 => 'vendor/twig/extra-bundle/translations'17 => 'vendor/antishov/doctrine-extensions-bundle/translations'18 => 'vendor/liip/imagine-bundle/translations'19 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations']]], []);
  2109.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2110.         $instance->setFallbackLocales([=> 'fr']);
  2111.         return $instance;
  2112.     }
  2113.     /**
  2114.      * Gets the private 'validator.builder' shared service.
  2115.      *
  2116.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2117.      */
  2118.     protected function getValidator_BuilderService()
  2119.     {
  2120.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2121.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2122.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2123.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2124.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2125.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2126.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2127.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2128.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2129.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2130.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2131.         ], [
  2132.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2133.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2134.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2135.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2136.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2137.             'doctrine.orm.validator.unique' => '?',
  2138.             'security.validator.user_password' => '?',
  2139.             'validator.expression' => '?',
  2140.         ])));
  2141.         if ($this->has('translator')) {
  2142.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2143.         }
  2144.         $instance->setTranslationDomain('validators');
  2145.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2146.         $instance->enableAnnotationMapping(true);
  2147.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2148.         $instance->addMethodMapping('loadValidatorMetadata');
  2149.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2150.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2151.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2152.         return $instance;
  2153.     }
  2154.     /**
  2155.      * Gets the private 'var_dumper.html_dumper' shared service.
  2156.      *
  2157.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2158.      */
  2159.     protected function getVarDumper_HtmlDumperService()
  2160.     {
  2161.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2162.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2163.         return $instance;
  2164.     }
  2165.     /**
  2166.      * Gets the private 'var_dumper.server_connection' shared service.
  2167.      *
  2168.      * @return \Symfony\Component\VarDumper\Server\Connection
  2169.      */
  2170.     protected function getVarDumper_ServerConnectionService()
  2171.     {
  2172.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  2173.     }
  2174.     /**
  2175.      * Gets the private 'web_profiler.csp.handler' shared service.
  2176.      *
  2177.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2178.      */
  2179.     protected function getWebProfiler_Csp_HandlerService()
  2180.     {
  2181.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2182.     }
  2183.     /**
  2184.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2185.      *
  2186.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2187.      */
  2188.     protected function getWebProfiler_DebugToolbarService()
  2189.     {
  2190.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2191.     }
  2192.     /**
  2193.      * Gets the public 'cache_clearer' alias.
  2194.      *
  2195.      * @return object The ".container.private.cache_clearer" service.
  2196.      */
  2197.     protected function getCacheClearerService()
  2198.     {
  2199.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2200.         return $this->get('.container.private.cache_clearer');
  2201.     }
  2202.     /**
  2203.      * Gets the public 'filesystem' alias.
  2204.      *
  2205.      * @return object The ".container.private.filesystem" service.
  2206.      */
  2207.     protected function getFilesystemService()
  2208.     {
  2209.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2210.         return $this->get('.container.private.filesystem');
  2211.     }
  2212.     /**
  2213.      * Gets the public 'security.csrf.token_manager' alias.
  2214.      *
  2215.      * @return object The ".container.private.security.csrf.token_manager" service.
  2216.      */
  2217.     protected function getSecurity_Csrf_TokenManagerService()
  2218.     {
  2219.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2220.         return $this->get('.container.private.security.csrf.token_manager');
  2221.     }
  2222.     /**
  2223.      * Gets the public 'form.factory' alias.
  2224.      *
  2225.      * @return object The ".container.private.form.factory" service.
  2226.      */
  2227.     protected function getForm_FactoryService()
  2228.     {
  2229.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2230.         return $this->get('.container.private.form.factory');
  2231.     }
  2232.     /**
  2233.      * Gets the public 'form.type.file' alias.
  2234.      *
  2235.      * @return object The ".container.private.form.type.file" service.
  2236.      */
  2237.     protected function getForm_Type_FileService()
  2238.     {
  2239.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2240.         return $this->get('.container.private.form.type.file');
  2241.     }
  2242.     /**
  2243.      * Gets the public 'profiler' alias.
  2244.      *
  2245.      * @return object The ".container.private.profiler" service.
  2246.      */
  2247.     protected function getProfilerService()
  2248.     {
  2249.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2250.         return $this->get('.container.private.profiler');
  2251.     }
  2252.     /**
  2253.      * Gets the public 'serializer' alias.
  2254.      *
  2255.      * @return object The ".container.private.serializer" service.
  2256.      */
  2257.     protected function getSerializerService()
  2258.     {
  2259.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2260.         return $this->get('.container.private.serializer');
  2261.     }
  2262.     /**
  2263.      * Gets the public 'twig' alias.
  2264.      *
  2265.      * @return object The ".container.private.twig" service.
  2266.      */
  2267.     protected function getTwigService()
  2268.     {
  2269.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2270.         return $this->get('.container.private.twig');
  2271.     }
  2272.     /**
  2273.      * Gets the public 'security.authorization_checker' alias.
  2274.      *
  2275.      * @return object The ".container.private.security.authorization_checker" service.
  2276.      */
  2277.     protected function getSecurity_AuthorizationCheckerService()
  2278.     {
  2279.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2280.         return $this->get('.container.private.security.authorization_checker');
  2281.     }
  2282.     /**
  2283.      * Gets the public 'security.token_storage' alias.
  2284.      *
  2285.      * @return object The ".container.private.security.token_storage" service.
  2286.      */
  2287.     protected function getSecurity_TokenStorageService()
  2288.     {
  2289.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2290.         return $this->get('.container.private.security.token_storage');
  2291.     }
  2292.     /**
  2293.      * Gets the public 'security.password_encoder' alias.
  2294.      *
  2295.      * @return object The ".container.private.security.password_encoder" service.
  2296.      */
  2297.     protected function getSecurity_PasswordEncoderService()
  2298.     {
  2299.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2300.         return $this->get('.container.private.security.password_encoder');
  2301.     }
  2302.     /**
  2303.      * Gets the public 'session' alias.
  2304.      *
  2305.      * @return object The ".container.private.session" service.
  2306.      */
  2307.     protected function getSessionService()
  2308.     {
  2309.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2310.         return $this->get('.container.private.session');
  2311.     }
  2312.     /**
  2313.      * Gets the public 'validator' alias.
  2314.      *
  2315.      * @return object The ".container.private.validator" service.
  2316.      */
  2317.     protected function getValidatorService()
  2318.     {
  2319.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2320.         return $this->get('.container.private.validator');
  2321.     }
  2322.     /**
  2323.      * @return array|bool|float|int|string|null
  2324.      */
  2325.     public function getParameter(string $name)
  2326.     {
  2327.         if (isset($this->buildParameters[$name])) {
  2328.             return $this->buildParameters[$name];
  2329.         }
  2330.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  2331.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2332.         }
  2333.         if (isset($this->loadedDynamicParameters[$name])) {
  2334.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2335.         }
  2336.         return $this->parameters[$name];
  2337.     }
  2338.     public function hasParameter(string $name): bool
  2339.     {
  2340.         if (isset($this->buildParameters[$name])) {
  2341.             return true;
  2342.         }
  2343.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  2344.     }
  2345.     public function setParameter(string $name$value): void
  2346.     {
  2347.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2348.     }
  2349.     public function getParameterBag(): ParameterBagInterface
  2350.     {
  2351.         if (null === $this->parameterBag) {
  2352.             $parameters $this->parameters;
  2353.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2354.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2355.             }
  2356.             foreach ($this->buildParameters as $name => $value) {
  2357.                 $parameters[$name] = $value;
  2358.             }
  2359.             $this->parameterBag = new FrozenParameterBag($parameters);
  2360.         }
  2361.         return $this->parameterBag;
  2362.     }
  2363.     private $loadedDynamicParameters = [
  2364.         'kernel.runtime_environment' => false,
  2365.         'kernel.build_dir' => false,
  2366.         'kernel.cache_dir' => false,
  2367.         'kernel.secret' => false,
  2368.         'session.save_path' => false,
  2369.         'validator.mapping.cache.file' => false,
  2370.         'profiler.storage.dsn' => false,
  2371.         'debug.container.dump' => false,
  2372.         'serializer.mapping.cache.file' => false,
  2373.         'doctrine.orm.proxy_dir' => false,
  2374.     ];
  2375.     private $dynamicParameters = [];
  2376.     private function getDynamicParameter(string $name)
  2377.     {
  2378.         switch ($name) {
  2379.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2380.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  2381.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2382.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2383.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  2384.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  2385.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2386.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2387.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  2388.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2389.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2390.         }
  2391.         $this->loadedDynamicParameters[$name] = true;
  2392.         return $this->dynamicParameters[$name] = $value;
  2393.     }
  2394.     protected function getDefaultParameters(): array
  2395.     {
  2396.         return [
  2397.             'kernel.project_dir' => \dirname(__DIR__4),
  2398.             'kernel.environment' => 'dev',
  2399.             'kernel.debug' => true,
  2400.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  2401.             'kernel.bundles' => [
  2402.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2403.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2404.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2405.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2406.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2407.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2408.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2409.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2410.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2411.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2412.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  2413.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  2414.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  2415.                 'SchebTwoFactorBundle' => 'Scheb\\TwoFactorBundle\\SchebTwoFactorBundle',
  2416.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  2417.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  2418.             ],
  2419.             'kernel.bundles_metadata' => [
  2420.                 'FrameworkBundle' => [
  2421.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  2422.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2423.                 ],
  2424.                 'SensioFrameworkExtraBundle' => [
  2425.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  2426.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2427.                 ],
  2428.                 'TwigBundle' => [
  2429.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  2430.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2431.                 ],
  2432.                 'WebProfilerBundle' => [
  2433.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  2434.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2435.                 ],
  2436.                 'MonologBundle' => [
  2437.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  2438.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2439.                 ],
  2440.                 'DebugBundle' => [
  2441.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  2442.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2443.                 ],
  2444.                 'MakerBundle' => [
  2445.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  2446.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2447.                 ],
  2448.                 'DoctrineBundle' => [
  2449.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  2450.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2451.                 ],
  2452.                 'DoctrineMigrationsBundle' => [
  2453.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2454.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2455.                 ],
  2456.                 'SecurityBundle' => [
  2457.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  2458.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2459.                 ],
  2460.                 'TwigExtraBundle' => [
  2461.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  2462.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  2463.                 ],
  2464.                 'EasyAdminBundle' => [
  2465.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  2466.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  2467.                 ],
  2468.                 'StofDoctrineExtensionsBundle' => [
  2469.                     'path' => (\dirname(__DIR__4).'/vendor/antishov/doctrine-extensions-bundle'),
  2470.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  2471.                 ],
  2472.                 'SchebTwoFactorBundle' => [
  2473.                     'path' => (\dirname(__DIR__4).'/vendor/scheb/2fa-bundle'),
  2474.                     'namespace' => 'Scheb\\TwoFactorBundle',
  2475.                 ],
  2476.                 'LiipImagineBundle' => [
  2477.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  2478.                     'namespace' => 'Liip\\ImagineBundle',
  2479.                 ],
  2480.                 'FOSCKEditorBundle' => [
  2481.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  2482.                     'namespace' => 'FOS\\CKEditorBundle',
  2483.                 ],
  2484.             ],
  2485.             'kernel.charset' => 'UTF-8',
  2486.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  2487.             'event_dispatcher.event_aliases' => [
  2488.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2489.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2490.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  2491.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2492.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2493.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2494.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2495.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2496.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2497.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2498.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2499.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2500.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2501.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2502.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2503.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2504.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2505.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2506.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2507.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2508.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2509.             ],
  2510.             'fragment.renderer.hinclude.global_template' => NULL,
  2511.             'fragment.path' => '/_fragment',
  2512.             'kernel.http_method_override' => false,
  2513.             'kernel.trusted_hosts' => [
  2514.             ],
  2515.             'kernel.default_locale' => 'fr',
  2516.             'kernel.enabled_locales' => [
  2517.             ],
  2518.             'kernel.error_controller' => 'error_controller',
  2519.             'debug.file_link_format' => NULL,
  2520.             'session.metadata.storage_key' => '_sf2_meta',
  2521.             'session.storage.options' => [
  2522.                 'cache_limiter' => '0',
  2523.                 'cookie_secure' => 'auto',
  2524.                 'cookie_httponly' => true,
  2525.                 'cookie_samesite' => 'lax',
  2526.                 'gc_probability' => 1,
  2527.             ],
  2528.             'session.metadata.update_threshold' => 0,
  2529.             'form.type_extension.csrf.enabled' => true,
  2530.             'form.type_extension.csrf.field_name' => '_token',
  2531.             'asset.request_context.base_path' => NULL,
  2532.             'asset.request_context.secure' => NULL,
  2533.             'validator.translation_domain' => 'validators',
  2534.             'translator.logging' => false,
  2535.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  2536.             'profiler_listener.only_exceptions' => false,
  2537.             'profiler_listener.only_main_requests' => false,
  2538.             'debug.error_handler.throw_at' => -1,
  2539.             'router.request_context.host' => 'localhost',
  2540.             'router.request_context.scheme' => 'http',
  2541.             'router.request_context.base_url' => '',
  2542.             'router.resource' => 'kernel::loadRoutes',
  2543.             'request_listener.http_port' => 80,
  2544.             'request_listener.https_port' => 443,
  2545.             'twig.form.resources' => [
  2546.                 => 'form_div_layout.html.twig',
  2547.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  2548.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  2549.             ],
  2550.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  2551.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2552.             'web_profiler.debug_toolbar.mode' => 2,
  2553.             'monolog.use_microseconds' => true,
  2554.             'monolog.swift_mailer.handlers' => [
  2555.             ],
  2556.             'monolog.handlers_to_channels' => [
  2557.                 'monolog.handler.console' => [
  2558.                     'type' => 'exclusive',
  2559.                     'elements' => [
  2560.                         => 'event',
  2561.                         => 'doctrine',
  2562.                         => 'console',
  2563.                     ],
  2564.                 ],
  2565.                 'monolog.handler.main' => [
  2566.                     'type' => 'exclusive',
  2567.                     'elements' => [
  2568.                         => 'event',
  2569.                     ],
  2570.                 ],
  2571.             ],
  2572.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2573.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  2574.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  2575.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  2576.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2577.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2578.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2579.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2580.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2581.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2582.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2583.             'doctrine.entity_managers' => [
  2584.                 'default' => 'doctrine.orm.default_entity_manager',
  2585.             ],
  2586.             'doctrine.default_entity_manager' => 'default',
  2587.             'doctrine.dbal.connection_factory.types' => [
  2588.                 'uuid' => [
  2589.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  2590.                 ],
  2591.                 'ulid' => [
  2592.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  2593.                 ],
  2594.             ],
  2595.             'doctrine.connections' => [
  2596.                 'default' => 'doctrine.dbal.default_connection',
  2597.             ],
  2598.             'doctrine.default_connection' => 'default',
  2599.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2600.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2601.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2602.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2603.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2604.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2605.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2606.             'doctrine.orm.cache.memcache_port' => 11211,
  2607.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2608.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2609.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2610.             'doctrine.orm.cache.memcached_port' => 11211,
  2611.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2612.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2613.             'doctrine.orm.cache.redis_host' => 'localhost',
  2614.             'doctrine.orm.cache.redis_port' => 6379,
  2615.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2616.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2617.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2618.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2619.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2620.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2621.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2622.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2623.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2624.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2625.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  2626.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2627.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2628.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2629.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2630.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2631.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2632.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2633.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2634.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2635.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2636.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2637.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2638.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2639.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2640.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2641.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2642.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2643.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2644.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2645.             'doctrine.orm.auto_generate_proxy_classes' => true,
  2646.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2647.             'doctrine.migrations.preferred_em' => NULL,
  2648.             'doctrine.migrations.preferred_connection' => NULL,
  2649.             'security.role_hierarchy.roles' => [
  2650.             ],
  2651.             'security.access.denied_url' => NULL,
  2652.             'security.authentication.manager.erase_credentials' => true,
  2653.             'security.authentication.session_strategy.strategy' => 'migrate',
  2654.             'security.access.always_authenticate_before_granting' => false,
  2655.             'security.authentication.hide_user_not_found' => true,
  2656.             'security.firewalls' => [
  2657.                 => 'dev',
  2658.                 => 'main',
  2659.             ],
  2660.             'easyadmin.config' => [
  2661.             ],
  2662.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  2663.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  2664.             'stof_doctrine_extensions.default_locale' => 'fr_FR',
  2665.             'stof_doctrine_extensions.translation_fallback' => false,
  2666.             'stof_doctrine_extensions.persist_default_translation' => false,
  2667.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  2668.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  2669.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  2670.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  2671.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  2672.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  2673.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  2674.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  2675.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  2676.             'scheb_two_factor.model_manager_name' => NULL,
  2677.             'scheb_two_factor.security_tokens' => [
  2678.                 => 'Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken',
  2679.                 => 'Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken',
  2680.                 => 'Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken',
  2681.                 => 'Acme\\AuthenticationBundle\\Token\\CustomAuthenticationToken',
  2682.             ],
  2683.             'scheb_two_factor.ip_whitelist' => [
  2684.             ],
  2685.             'scheb_two_factor.email.sender_email' => 'no-reply@bilimonacademie.org',
  2686.             'scheb_two_factor.email.sender_name' => 'BILIMON AUTH CODE',
  2687.             'scheb_two_factor.email.template' => 'security/2fa_form.html.twig',
  2688.             'scheb_two_factor.email.digits' => 6,
  2689.             'scheb_two_factor.trusted_device.enabled' => false,
  2690.             'liip_imagine.resolvers' => [
  2691.                 'default' => [
  2692.                     'web_path' => [
  2693.                         'web_root' => (\dirname(__DIR__4).'/public'),
  2694.                         'cache_prefix' => 'media/cache',
  2695.                     ],
  2696.                 ],
  2697.             ],
  2698.             'liip_imagine.loaders' => [
  2699.                 'default' => [
  2700.                     'filesystem' => [
  2701.                         'data_root' => [
  2702.                             => (\dirname(__DIR__4).'/public/'),
  2703.                         ],
  2704.                         'locator' => 'filesystem',
  2705.                         'allow_unresolvable_data_roots' => false,
  2706.                         'bundle_resources' => [
  2707.                             'enabled' => false,
  2708.                             'access_control_type' => 'blacklist',
  2709.                             'access_control_list' => [
  2710.                             ],
  2711.                         ],
  2712.                     ],
  2713.                 ],
  2714.             ],
  2715.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  2716.             'liip_imagine.jpegoptim.stripAll' => true,
  2717.             'liip_imagine.jpegoptim.max' => NULL,
  2718.             'liip_imagine.jpegoptim.progressive' => true,
  2719.             'liip_imagine.jpegoptim.tempDir' => NULL,
  2720.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  2721.             'liip_imagine.optipng.level' => 7,
  2722.             'liip_imagine.optipng.stripAll' => true,
  2723.             'liip_imagine.optipng.tempDir' => NULL,
  2724.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  2725.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  2726.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  2727.             'liip_imagine.cwebp.tempDir' => NULL,
  2728.             'liip_imagine.cwebp.q' => 75,
  2729.             'liip_imagine.cwebp.alphaQ' => 100,
  2730.             'liip_imagine.cwebp.m' => 4,
  2731.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  2732.             'liip_imagine.cwebp.alphaMethod' => 1,
  2733.             'liip_imagine.cwebp.exact' => false,
  2734.             'liip_imagine.cwebp.metadata' => [
  2735.                 => 'none',
  2736.             ],
  2737.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  2738.             'liip_imagine.cache.resolver.default' => 'default',
  2739.             'liip_imagine.default_image' => NULL,
  2740.             'liip_imagine.filter_sets' => [
  2741.                 'thumb' => [
  2742.                     'quality' => 75,
  2743.                     'jpeg_quality' => NULL,
  2744.                     'png_compression_level' => NULL,
  2745.                     'png_compression_filter' => NULL,
  2746.                     'format' => NULL,
  2747.                     'animated' => false,
  2748.                     'cache' => NULL,
  2749.                     'data_loader' => NULL,
  2750.                     'default_image' => NULL,
  2751.                     'filters' => [
  2752.                         'thumbnail' => [
  2753.                             'size' => [
  2754.                                 => 364,
  2755.                                 => 260,
  2756.                             ],
  2757.                             'mode' => 'inset',
  2758.                             'allow_upscale' => true,
  2759.                         ],
  2760.                     ],
  2761.                     'post_processors' => [
  2762.                     ],
  2763.                 ],
  2764.                 'logo' => [
  2765.                     'quality' => 75,
  2766.                     'jpeg_quality' => NULL,
  2767.                     'png_compression_level' => NULL,
  2768.                     'png_compression_filter' => NULL,
  2769.                     'format' => NULL,
  2770.                     'animated' => false,
  2771.                     'cache' => NULL,
  2772.                     'data_loader' => NULL,
  2773.                     'default_image' => NULL,
  2774.                     'filters' => [
  2775.                         'thumbnail' => [
  2776.                             'size' => [
  2777.                                 => 170,
  2778.                                 => 105,
  2779.                             ],
  2780.                             'mode' => 'outbound',
  2781.                         ],
  2782.                     ],
  2783.                     'post_processors' => [
  2784.                     ],
  2785.                 ],
  2786.                 'breadcrumbs2' => [
  2787.                     'quality' => 75,
  2788.                     'jpeg_quality' => NULL,
  2789.                     'png_compression_level' => NULL,
  2790.                     'png_compression_filter' => NULL,
  2791.                     'format' => NULL,
  2792.                     'animated' => false,
  2793.                     'cache' => NULL,
  2794.                     'data_loader' => NULL,
  2795.                     'default_image' => NULL,
  2796.                     'filters' => [
  2797.                         'thumbnail' => [
  2798.                             'size' => [
  2799.                                 => 1920,
  2800.                                 => 775,
  2801.                             ],
  2802.                             'mode' => 'outbound',
  2803.                         ],
  2804.                     ],
  2805.                     'post_processors' => [
  2806.                     ],
  2807.                 ],
  2808.                 'about_img' => [
  2809.                     'quality' => 75,
  2810.                     'jpeg_quality' => NULL,
  2811.                     'png_compression_level' => NULL,
  2812.                     'png_compression_filter' => NULL,
  2813.                     'format' => NULL,
  2814.                     'animated' => false,
  2815.                     'cache' => NULL,
  2816.                     'data_loader' => NULL,
  2817.                     'default_image' => NULL,
  2818.                     'filters' => [
  2819.                         'thumbnail' => [
  2820.                             'size' => [
  2821.                                 => 370,
  2822.                                 => 588,
  2823.                             ],
  2824.                             'mode' => 'outbound',
  2825.                         ],
  2826.                     ],
  2827.                     'post_processors' => [
  2828.                     ],
  2829.                 ],
  2830.                 'about_objectifs' => [
  2831.                     'quality' => 75,
  2832.                     'jpeg_quality' => NULL,
  2833.                     'png_compression_level' => NULL,
  2834.                     'png_compression_filter' => NULL,
  2835.                     'format' => NULL,
  2836.                     'animated' => false,
  2837.                     'cache' => NULL,
  2838.                     'data_loader' => NULL,
  2839.                     'default_image' => NULL,
  2840.                     'filters' => [
  2841.                         'thumbnail' => [
  2842.                             'size' => [
  2843.                                 => 370,
  2844.                                 => 279,
  2845.                             ],
  2846.                             'mode' => 'outbound',
  2847.                         ],
  2848.                     ],
  2849.                     'post_processors' => [
  2850.                     ],
  2851.                 ],
  2852.                 'thumbs' => [
  2853.                     'quality' => 75,
  2854.                     'jpeg_quality' => NULL,
  2855.                     'png_compression_level' => NULL,
  2856.                     'png_compression_filter' => NULL,
  2857.                     'format' => NULL,
  2858.                     'animated' => false,
  2859.                     'cache' => NULL,
  2860.                     'data_loader' => NULL,
  2861.                     'default_image' => NULL,
  2862.                     'filters' => [
  2863.                         'thumbnail' => [
  2864.                             'size' => [
  2865.                                 => 270,
  2866.                                 => 370,
  2867.                             ],
  2868.                             'mode' => 'outbound',
  2869.                         ],
  2870.                     ],
  2871.                     'post_processors' => [
  2872.                     ],
  2873.                 ],
  2874.                 'servicesthumbs' => [
  2875.                     'quality' => 75,
  2876.                     'jpeg_quality' => NULL,
  2877.                     'png_compression_level' => NULL,
  2878.                     'png_compression_filter' => NULL,
  2879.                     'format' => NULL,
  2880.                     'animated' => false,
  2881.                     'cache' => NULL,
  2882.                     'data_loader' => NULL,
  2883.                     'default_image' => NULL,
  2884.                     'filters' => [
  2885.                         'thumbnail' => [
  2886.                             'size' => [
  2887.                                 => 370,
  2888.                                 => 450,
  2889.                             ],
  2890.                             'mode' => 'outbound',
  2891.                         ],
  2892.                     ],
  2893.                     'post_processors' => [
  2894.                     ],
  2895.                 ],
  2896.                 'servicesminithumbs' => [
  2897.                     'quality' => 75,
  2898.                     'jpeg_quality' => NULL,
  2899.                     'png_compression_level' => NULL,
  2900.                     'png_compression_filter' => NULL,
  2901.                     'format' => NULL,
  2902.                     'animated' => false,
  2903.                     'cache' => NULL,
  2904.                     'data_loader' => NULL,
  2905.                     'default_image' => NULL,
  2906.                     'filters' => [
  2907.                         'thumbnail' => [
  2908.                             'size' => [
  2909.                                 => 285,
  2910.                                 => 240,
  2911.                             ],
  2912.                             'mode' => 'outbound',
  2913.                         ],
  2914.                     ],
  2915.                     'post_processors' => [
  2916.                     ],
  2917.                 ],
  2918.             ],
  2919.             'liip_imagine.binary.loader.default' => 'default',
  2920.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  2921.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  2922.             'liip_imagine.webp.generate' => false,
  2923.             'liip_imagine.webp.options' => [
  2924.                 'quality' => 100,
  2925.                 'cache' => NULL,
  2926.                 'data_loader' => NULL,
  2927.                 'post_processors' => [
  2928.                 ],
  2929.             ],
  2930.             'maker.compatible_check.doctrine.supports_attributes' => true,
  2931.             'data_collector.templates' => [
  2932.                 'data_collector.request' => [
  2933.                     => 'request',
  2934.                     => '@WebProfiler/Collector/request.html.twig',
  2935.                 ],
  2936.                 'data_collector.time' => [
  2937.                     => 'time',
  2938.                     => '@WebProfiler/Collector/time.html.twig',
  2939.                 ],
  2940.                 'data_collector.memory' => [
  2941.                     => 'memory',
  2942.                     => '@WebProfiler/Collector/memory.html.twig',
  2943.                 ],
  2944.                 'data_collector.validator' => [
  2945.                     => 'validator',
  2946.                     => '@WebProfiler/Collector/validator.html.twig',
  2947.                 ],
  2948.                 'data_collector.ajax' => [
  2949.                     => 'ajax',
  2950.                     => '@WebProfiler/Collector/ajax.html.twig',
  2951.                 ],
  2952.                 'data_collector.form' => [
  2953.                     => 'form',
  2954.                     => '@WebProfiler/Collector/form.html.twig',
  2955.                 ],
  2956.                 'data_collector.exception' => [
  2957.                     => 'exception',
  2958.                     => '@WebProfiler/Collector/exception.html.twig',
  2959.                 ],
  2960.                 'data_collector.logger' => [
  2961.                     => 'logger',
  2962.                     => '@WebProfiler/Collector/logger.html.twig',
  2963.                 ],
  2964.                 'data_collector.events' => [
  2965.                     => 'events',
  2966.                     => '@WebProfiler/Collector/events.html.twig',
  2967.                 ],
  2968.                 'data_collector.router' => [
  2969.                     => 'router',
  2970.                     => '@WebProfiler/Collector/router.html.twig',
  2971.                 ],
  2972.                 'data_collector.cache' => [
  2973.                     => 'cache',
  2974.                     => '@WebProfiler/Collector/cache.html.twig',
  2975.                 ],
  2976.                 'data_collector.translation' => [
  2977.                     => 'translation',
  2978.                     => '@WebProfiler/Collector/translation.html.twig',
  2979.                 ],
  2980.                 'data_collector.security' => [
  2981.                     => 'security',
  2982.                     => '@Security/Collector/security.html.twig',
  2983.                 ],
  2984.                 'data_collector.twig' => [
  2985.                     => 'twig',
  2986.                     => '@WebProfiler/Collector/twig.html.twig',
  2987.                 ],
  2988.                 'data_collector.http_client' => [
  2989.                     => 'http_client',
  2990.                     => '@WebProfiler/Collector/http_client.html.twig',
  2991.                 ],
  2992.                 'data_collector.doctrine' => [
  2993.                     => 'db',
  2994.                     => '@Doctrine/Collector/db.html.twig',
  2995.                 ],
  2996.                 'doctrine_migrations.migrations_collector' => [
  2997.                     => 'doctrine_migrations',
  2998.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  2999.                 ],
  3000.                 'data_collector.dump' => [
  3001.                     => 'dump',
  3002.                     => '@Debug/Profiler/dump.html.twig',
  3003.                 ],
  3004.                 'mailer.data_collector' => [
  3005.                     => 'mailer',
  3006.                     => '@WebProfiler/Collector/mailer.html.twig',
  3007.                 ],
  3008.                 'notifier.data_collector' => [
  3009.                     => 'notifier',
  3010.                     => '@WebProfiler/Collector/notifier.html.twig',
  3011.                 ],
  3012.                 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  3013.                     => 'easyadmin',
  3014.                     => '@EasyAdmin/inspector/data_collector.html.twig',
  3015.                 ],
  3016.                 'data_collector.config' => [
  3017.                     => 'config',
  3018.                     => '@WebProfiler/Collector/config.html.twig',
  3019.                 ],
  3020.             ],
  3021.             'console.command.ids' => [
  3022.             ],
  3023.         ];
  3024.     }
  3025.     protected function throw($message)
  3026.     {
  3027.         throw new RuntimeException($message);
  3028.     }
  3029. }