var/cache/dev/ContainerDahYM0x/App_KernelDevDebugContainer.php line 1029

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