var/cache/dev/ContainerAxpjXWn/App_KernelDevDebugContainer.php line 539

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