var/cache/dev/ContainerKdqSm7x/App_KernelDevDebugContainer.php line 388

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