var/cache/dev/ContainerQiFr2iF/App_KernelDevDebugContainer.php line 1937

Open in your IDE?
  1. <?php
  2. namespace ContainerQiFr2iF;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected \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.system' => 'getCache_SystemService',
  36.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  37.             'data_collector.dump' => 'getDataCollector_DumpService',
  38.             'doctrine' => 'getDoctrineService',
  39.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  40.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  41.             'event_dispatcher' => 'getEventDispatcherService',
  42.             'http_kernel' => 'getHttpKernelService',
  43.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  44.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  45.             'request_stack' => 'getRequestStackService',
  46.             'router' => 'getRouterService',
  47.             'translator' => 'getTranslatorService',
  48.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  49.             'profiler' => 'getProfilerService',
  50.         ];
  51.         $this->fileMap = [
  52.             'App\\Controller\\Admin\\AnswerCrudController' => 'getAnswerCrudControllerService',
  53.             'App\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  54.             'App\\Controller\\Admin\\EmbdedAnswerChildrenCrudController' => 'getEmbdedAnswerChildrenCrudControllerService',
  55.             'App\\Controller\\Admin\\EmbdedAnswerCrudController' => 'getEmbdedAnswerCrudControllerService',
  56.             'App\\Controller\\Admin\\InterestCrudController' => 'getInterestCrudControllerService',
  57.             'App\\Controller\\Admin\\LangueCrudController' => 'getLangueCrudControllerService',
  58.             'App\\Controller\\Admin\\LikeCrudController' => 'getLikeCrudControllerService',
  59.             'App\\Controller\\Admin\\MatchProfileCrudController' => 'getMatchProfileCrudControllerService',
  60.             'App\\Controller\\Admin\\ParentQuestionCrudController' => 'getParentQuestionCrudControllerService',
  61.             'App\\Controller\\Admin\\ProfileCrudController' => 'getProfileCrudControllerService',
  62.             'App\\Controller\\Admin\\ProfileTargetSettingCrudController' => 'getProfileTargetSettingCrudControllerService',
  63.             'App\\Controller\\Admin\\QuestionCrudController' => 'getQuestionCrudControllerService',
  64.             'App\\Controller\\Admin\\SubQuestionCrudController' => 'getSubQuestionCrudControllerService',
  65.             'App\\Controller\\Admin\\UserCrudController' => 'getUserCrudControllerService',
  66.             'App\\Controller\\Api\\AnswerController' => 'getAnswerControllerService',
  67.             'App\\Controller\\Api\\AskForMatchProfileController' => 'getAskForMatchProfileControllerService',
  68.             'App\\Controller\\Api\\ProfileController' => 'getProfileControllerService',
  69.             'App\\Controller\\Api\\ProfileImageController' => 'getProfileImageControllerService',
  70.             'App\\Controller\\QuestionController' => 'getQuestionControllerService',
  71.             'App\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  72.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  73.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  74.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  75.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  76.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  77.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  78.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  79.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  80.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  81.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  82.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  83.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  84.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  85.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.products' => 'getSmartUniqueNamer_ProductsService',
  86.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  87.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  88.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  89.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  90.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  91.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  92.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  93.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  94.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  95.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  96.             'cache.app_clearer' => 'getCache_AppClearerService',
  97.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  98.             'cache.system_clearer' => 'getCache_SystemClearerService',
  99.             'cache_warmer' => 'getCacheWarmerService',
  100.             'console.command_loader' => 'getConsole_CommandLoaderService',
  101.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  102.             'container.get_routing_condition_service' => 'getContainer_GetRoutingConditionServiceService',
  103.             'error_controller' => 'getErrorControllerService',
  104.             'knpu.oauth2.registry' => 'getKnpu_Oauth2_RegistryService',
  105.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  106.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  107.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  108.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  109.             'routing.loader' => 'getRouting_LoaderService',
  110.             'services_resetter' => 'getServicesResetterService',
  111.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  112.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  113.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  114.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  115.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  116.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  117.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  118.         ];
  119.         $this->aliases = [
  120.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  121.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  122.             'App\\Kernel' => 'kernel',
  123.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  124.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  125.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  126.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  127.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  128.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  129.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  130.             'database_connection' => 'doctrine.dbal.default_connection',
  131.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  132.             'oauth2.registry' => 'knpu.oauth2.registry',
  133.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  134.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  135.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  136.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  137.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  138.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  139.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  140.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  141.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  142.         ];
  143.         $this->privates['service_container'] = function () {
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  150.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  162.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  179.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  186.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  187.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  213.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/CompatibilityProcessor.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  231.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  232.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  233.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  234.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Debug/TraceableSerializer.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Debug/TraceableNormalizer.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  307.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  308.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Debug/TraceableEncoder.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  315.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  316.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  317.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  318.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  319.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  320.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  321.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  326.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  327.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  328.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  329.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  330.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  331.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  350.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/DataCollector/SerializerDataCollector.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  355.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  356.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  357.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  359.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  360.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  362.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  363.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  364.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  365.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  366.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  367.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  368.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  369.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  371.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  373.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  374.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  375.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  376.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  377.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/ReflectionBasedDriver.php';
  378.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  379.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  380.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  381.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  396.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  398.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  400.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  401.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  402.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  403.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  404.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  405.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  406.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  407.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  408.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  412.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  438.             include_once \dirname(__DIR__4).'/src/Twig/AgeExtension.php';
  439.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  441.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  443.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  445.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  447.             include_once \dirname(__DIR__4).'/src/Service/ProfileService.php';
  448.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  450.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  477.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  484.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  486.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  487.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  490.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  491.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  492.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  493.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityHandler.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityProcessingHandler.php';
  498.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  499.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  500.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  501.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  503.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  504.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  505.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  506.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  507.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  508.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  509.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  510.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  511.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  512.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  513.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  514.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  515.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  516.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Contracts/Menu/MenuItemMatcherInterface.php';
  517.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Menu/MenuItemMatcher.php';
  518.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  519.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  520.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGeneratorInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  522.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  523.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  524.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FormLayoutFactory.php';
  525.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  526.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  527.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  529.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  531.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  532.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  540.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  542.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  544.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  550.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  552.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  553.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  555.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  556.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  557.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  558.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  559.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  560.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  561.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  562.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  563.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  564.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  566.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  567.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  568.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  569.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  571.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  572.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  573.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  575.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  576.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  577.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  578.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  579.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  580.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  581.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  582.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  583.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  584.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  586.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  587.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  588.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  589.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  590.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  591.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  592.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  593.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  594.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  595.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  597.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  599.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  601.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  602.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  603.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  605.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  607.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  608.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  609.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  610.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  611.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  612.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  615.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  616.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  617.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  618.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  619.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  620.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  621.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  623.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  624.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  626.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  627.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  628.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  629.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  630.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  631.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  632.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  633.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  634.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  635.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  636.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  637.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  638.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  639.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  640.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  642.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  645.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  646.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  647.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  648.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  649.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  650.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  651.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  652.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  653.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  654.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  655.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  656.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  657.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  661.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  671.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  675.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClientTrait.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  690.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  694.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  695.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  697.         };
  698.     }
  699.     public function compile(): void
  700.     {
  701.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  702.     }
  703.     public function isCompiled(): bool
  704.     {
  705.         return true;
  706.     }
  707.     public function getRemovedIds(): array
  708.     {
  709.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  710.     }
  711.     protected function load($file$lazyLoad true)
  712.     {
  713.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  714.             return $class::do($this$lazyLoad);
  715.         }
  716.         if ('.' === $file[-4]) {
  717.             $class substr($class0, -4);
  718.         } else {
  719.             $file .= '.php';
  720.         }
  721.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  722.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  723.     }
  724.     protected function createProxy($class\Closure $factory)
  725.     {
  726.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  727.         return $factory();
  728.     }
  729.     /**
  730.      * Gets the public '.container.private.profiler' shared service.
  731.      *
  732.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  733.      */
  734.     protected function get_Container_Private_ProfilerService()
  735.     {
  736.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  737.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  738.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  739.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  740.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  741.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  742.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  743.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  744.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  745.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  746.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  747.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  748.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  749.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  750.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  751.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  752.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  753.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  754.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  755.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  756.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  757.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  758.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  759.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  760.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  761.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  762.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  763.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  764.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  765.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  766.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  767.         if ($this->has('kernel')) {
  768.             $g->setKernel($b);
  769.         }
  770.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  771.         $instance->add(new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService())));
  772.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  773.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  774.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService())));
  775.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  776.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  777.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  778.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  779.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  780.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  781.         $instance->add($d);
  782.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  783.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
  784.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->privates['twig'] ?? $this->getTwigService())));
  785.         $instance->add($e);
  786.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  787.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  788.         $instance->add($f);
  789.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  790.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  791.         $instance->add(($this->privates['serializer.data_collector'] ?? ($this->privates['serializer.data_collector'] = new \Symfony\Component\Serializer\DataCollector\SerializerDataCollector())));
  792.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  793.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  794.         $instance->add($g);
  795.         return $instance;
  796.     }
  797.     /**
  798.      * Gets the public 'cache.app' shared service.
  799.      *
  800.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  801.      */
  802.     protected function getCache_AppService()
  803.     {
  804.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('79+0lHA4rZ'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  805.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  806.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  807.     }
  808.     /**
  809.      * Gets the public 'cache.system' shared service.
  810.      *
  811.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  812.      */
  813.     protected function getCache_SystemService()
  814.     {
  815.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('b4s6P9zaTY'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  816.     }
  817.     /**
  818.      * Gets the public 'cache.validator_expression_language' shared service.
  819.      *
  820.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  821.      */
  822.     protected function getCache_ValidatorExpressionLanguageService()
  823.     {
  824.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('F7qdZ3kAN0'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  825.     }
  826.     /**
  827.      * Gets the public 'data_collector.dump' shared service.
  828.      *
  829.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  830.      */
  831.     protected function getDataCollector_DumpService()
  832.     {
  833.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  834.     }
  835.     /**
  836.      * Gets the public 'doctrine' shared service.
  837.      *
  838.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  839.      */
  840.     protected function getDoctrineService()
  841.     {
  842.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  843.     }
  844.     /**
  845.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  846.      *
  847.      * @return \Doctrine\DBAL\Connection
  848.      */
  849.     protected function getDoctrine_Dbal_DefaultConnectionService()
  850.     {
  851.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  852.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  853.             return $this->services['doctrine.dbal.default_connection'];
  854.         }
  855.         $b = new \Doctrine\DBAL\Configuration();
  856.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  857.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  858.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  859.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  860.         $d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  861.         $d->setConnectionName('default');
  862.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  863.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  864.         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, []);
  865.     }
  866.     /**
  867.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  868.      *
  869.      * @return \Doctrine\ORM\EntityManager
  870.      */
  871.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  872.     {
  873.         if ($lazyLoad) {
  874.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  875.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  876.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  877.                     $proxy->setProxyInitializer(null);
  878.                     return true;
  879.                 });
  880.             });
  881.         }
  882.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  883.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  884.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  885.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  886.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  887.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  888.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  889.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  890.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  891.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  892.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  893.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  894.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  895.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  896.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  897.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  898.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  899.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  900.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  901.         $a = new \Doctrine\ORM\Configuration();
  902.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  903.         $b->addDriver(($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver($this->parameters['api_platform.resource_class_directories'], false))), 'App\\Entity');
  904.         $b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  905.         $a->setEntityNamespaces(['App' => 'App\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  906.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  907.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  908.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  909.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  910.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  911.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  912.         ], [
  913.             'doctrine.ulid_generator' => '?',
  914.             'doctrine.uuid_generator' => '?',
  915.         ])));
  916.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  917.         $a->setProxyNamespace('Proxies');
  918.         $a->setAutoGenerateProxyClasses(true);
  919.         $a->setSchemaIgnoreClasses([]);
  920.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  921.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  922.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  923.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  924.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  925.         $a->setLazyGhostObjectEnabled(false);
  926.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  927.             'App\\Repository\\AnswerRepository' => ['privates''App\\Repository\\AnswerRepository''getAnswerRepositoryService'true],
  928.             'App\\Repository\\AnswerTranslationRepository' => ['privates''App\\Repository\\AnswerTranslationRepository''getAnswerTranslationRepositoryService'true],
  929.             'App\\Repository\\GalleryRepository' => ['privates''App\\Repository\\GalleryRepository''getGalleryRepositoryService'true],
  930.             'App\\Repository\\ImageProfileRepository' => ['privates''App\\Repository\\ImageProfileRepository''getImageProfileRepositoryService'true],
  931.             'App\\Repository\\InterestRepository' => ['privates''App\\Repository\\InterestRepository''getInterestRepositoryService'true],
  932.             'App\\Repository\\InterestTranslationRepository' => ['privates''App\\Repository\\InterestTranslationRepository''getInterestTranslationRepositoryService'true],
  933.             'App\\Repository\\LangueRepository' => ['privates''App\\Repository\\LangueRepository''getLangueRepositoryService'true],
  934.             'App\\Repository\\LangueTranslationRepository' => ['privates''App\\Repository\\LangueTranslationRepository''getLangueTranslationRepositoryService'true],
  935.             'App\\Repository\\LocalisationRepository' => ['privates''App\\Repository\\LocalisationRepository''getLocalisationRepositoryService'true],
  936.             'App\\Repository\\MatchProfileRepository' => ['privates''App\\Repository\\MatchProfileRepository''getMatchProfileRepositoryService'true],
  937.             'App\\Repository\\MatchingProfileRepository' => ['privates''App\\Repository\\MatchingProfileRepository''getMatchingProfileRepositoryService'true],
  938.             'App\\Repository\\ProfileRepository' => ['privates''App\\Repository\\ProfileRepository''getProfileRepositoryService'true],
  939.             'App\\Repository\\ProfileTargetSettingRepository' => ['privates''App\\Repository\\ProfileTargetSettingRepository''getProfileTargetSettingRepositoryService'true],
  940.             'App\\Repository\\QuestionRepository' => ['privates''App\\Repository\\QuestionRepository''getQuestionRepositoryService'true],
  941.             'App\\Repository\\QuestionTranslationRepository' => ['privates''App\\Repository\\QuestionTranslationRepository''getQuestionTranslationRepositoryService'true],
  942.             'App\\Repository\\SettingRepository' => ['privates''App\\Repository\\SettingRepository''getSettingRepositoryService'true],
  943.             'App\\Repository\\TranslationRepository' => ['privates''App\\Repository\\TranslationRepository''getTranslationRepositoryService'true],
  944.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  945.         ], [
  946.             'App\\Repository\\AnswerRepository' => '?',
  947.             'App\\Repository\\AnswerTranslationRepository' => '?',
  948.             'App\\Repository\\GalleryRepository' => '?',
  949.             'App\\Repository\\ImageProfileRepository' => '?',
  950.             'App\\Repository\\InterestRepository' => '?',
  951.             'App\\Repository\\InterestTranslationRepository' => '?',
  952.             'App\\Repository\\LangueRepository' => '?',
  953.             'App\\Repository\\LangueTranslationRepository' => '?',
  954.             'App\\Repository\\LocalisationRepository' => '?',
  955.             'App\\Repository\\MatchProfileRepository' => '?',
  956.             'App\\Repository\\MatchingProfileRepository' => '?',
  957.             'App\\Repository\\ProfileRepository' => '?',
  958.             'App\\Repository\\ProfileTargetSettingRepository' => '?',
  959.             'App\\Repository\\QuestionRepository' => '?',
  960.             'App\\Repository\\QuestionTranslationRepository' => '?',
  961.             'App\\Repository\\SettingRepository' => '?',
  962.             'App\\Repository\\TranslationRepository' => '?',
  963.             'App\\Repository\\UserRepository' => '?',
  964.         ])));
  965.         $a->addCustomNumericFunction('acos''DoctrineExtensions\\Query\\Mysql\\Acos');
  966.         $a->addCustomNumericFunction('cos''DoctrineExtensions\\Query\\Mysql\\Cos');
  967.         $a->addCustomNumericFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  968.         $a->addCustomNumericFunction('sin''DoctrineExtensions\\Query\\Mysql\\Sin');
  969.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  970.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  971.         return $instance;
  972.     }
  973.     /**
  974.      * Gets the public 'event_dispatcher' shared service.
  975.      *
  976.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  977.      */
  978.     protected function getEventDispatcherService()
  979.     {
  980.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  981.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  982.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  983.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  984.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  985.         $instance->addListener('lexik_jwt_authentication.on_jwt_created', [=> #[\Closure(name'acme_api.event.jwt_created_listener', class: 'App\\EventSubscriber\\JWTCreatedListener')] function () {
  986.             return ($this->privates['acme_api.event.jwt_created_listener'] ?? $this->load('getAcmeApi_Event_JwtCreatedListenerService'));
  987.         }, => 'onJWTCreated'], 0);
  988.         $instance->addListener('kernel.controller', [=> #[\Closure(name'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] function () {
  989.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  990.         }, => 'onKernelController'], 0);
  991.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.user_provider', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener')] function () {
  992.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  993.         }, => 'checkPassport'], 1024);
  994.         $instance->addListener('kernel.response', [=> #[\Closure(name'security.context_listener.0', class: 'Symfony\\Component\\Security\\Http\\Firewall\\ContextListener')] function () {
  995.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  996.         }, => 'onKernelResponse'], 0);
  997.         $instance->addListener('kernel.exception', [=> #[\Closure(name'EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener')] function () {
  998.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  999.         }, => 'onKernelException'], -64);
  1000.         $instance->addListener('kernel.view', [=> #[\Closure(name'EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener')] function () {
  1001.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->load('getCrudResponseListenerService'));
  1002.         }, => 'onKernelView'], 0);
  1003.         $instance->addListener('kernel.request', [=> #[\Closure(name'nelmio_cors.cors_listener', class: 'Nelmio\\CorsBundle\\EventListener\\CorsListener')] function () {
  1004.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1005.         }, => 'onKernelRequest'], 250);
  1006.         $instance->addListener('kernel.response', [=> #[\Closure(name'nelmio_cors.cors_listener', class: 'Nelmio\\CorsBundle\\EventListener\\CorsListener')] function () {
  1007.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1008.         }, => 'onKernelResponse'], 0);
  1009.         $instance->addListener('kernel.response', [=> #[\Closure(name'nelmio_cors.cacheable_response_vary_listener', class: 'Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener')] function () {
  1010.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1011.         }, => 'onResponse'], -10);
  1012.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] function () {
  1013.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1014.         }, => 'onKernelRequest'], 28);
  1015.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] function () {
  1016.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  1017.         }, => 'onKernelRequest'], 2);
  1018.         $instance->addListener('kernel.view', [=> #[\Closure(name'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] function () {
  1019.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  1020.         }, => 'onKernelView'], 16);
  1021.         $instance->addListener('kernel.view', [=> #[\Closure(name'api_platform.listener.view.respond', class: 'ApiPlatform\\Symfony\\EventListener\\RespondListener')] function () {
  1022.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  1023.         }, => 'onKernelView'], 8);
  1024.         $instance->addListener('kernel.exception', [=> #[\Closure(name'api_platform.listener.exception.validation', class: 'ApiPlatform\\Symfony\\Validator\\EventListener\\ValidationExceptionListener')] function () {
  1025.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  1026.         }, => 'onKernelException'], 0);
  1027.         $instance->addListener('kernel.exception', [=> #[\Closure(name'api_platform.listener.exception', class: 'ApiPlatform\\Symfony\\EventListener\\ExceptionListener')] function () {
  1028.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  1029.         }, => 'onKernelException'], -96);
  1030.         $instance->addListener('kernel.view', [=> #[\Closure(name'api_platform.listener.view.write.legacy', class: 'ApiPlatform\\Core\\EventListener\\WriteListener')] function () {
  1031.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  1032.         }, => 'onKernelView'], 32);
  1033.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.listener.request.read.legacy', class: 'ApiPlatform\\Core\\EventListener\\ReadListener')] function () {
  1034.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  1035.         }, => 'onKernelRequest'], 4);
  1036.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.swagger.listener.ui', class: 'ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener')] function () {
  1037.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  1038.         }, => 'onKernelRequest'], 0);
  1039.         $instance->addListener('kernel.response', [=> #[\Closure(name'api_platform.http_cache.listener.response.configure', class: 'ApiPlatform\\HttpCache\\EventListener\\AddHeadersListener')] function () {
  1040.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1041.         }, => 'onKernelResponse'], -1);
  1042.         $instance->addListener('kernel.view', [=> #[\Closure(name'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] function () {
  1043.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  1044.         }, => 'onKernelView'], 64);
  1045.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] function () {
  1046.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1047.         }, => 'onKernelRequest'], 16);
  1048.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.security.listener.request.deny_access', class: 'ApiPlatform\\Symfony\\EventListener\\DenyAccessListener')] function () {
  1049.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1050.         }, => 'onSecurity'], 3);
  1051.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.security.listener.request.deny_access', class: 'ApiPlatform\\Symfony\\EventListener\\DenyAccessListener')] function () {
  1052.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1053.         }, => 'onSecurityPostDenormalize'], 1);
  1054.         $instance->addListener('kernel.view', [=> #[\Closure(name'api_platform.security.listener.request.deny_access', class: 'ApiPlatform\\Symfony\\EventListener\\DenyAccessListener')] function () {
  1055.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1056.         }, => 'onSecurityPostValidation'], 63);
  1057.         $instance->addListener('kernel.view', [=> #[\Closure(name'App\\EventSubscriber\\ApiPlatformEventSubscriber')] function () {
  1058.             return ($this->privates['App\\EventSubscriber\\ApiPlatformEventSubscriber'] ?? $this->load('getApiPlatformEventSubscriberService'));
  1059.         }, => 'setUserProfile'], 31);
  1060.         $instance->addListener('kernel.response', [=> #[\Closure(name'response_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener')] function () {
  1061.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1062.         }, => 'onKernelResponse'], 0);
  1063.         $instance->addListener('kernel.request', [=> #[\Closure(name'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] function () {
  1064.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1065.         }, => 'setDefaultLocale'], 100);
  1066.         $instance->addListener('kernel.request', [=> #[\Closure(name'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] function () {
  1067.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1068.         }, => 'onKernelRequest'], 16);
  1069.         $instance->addListener('kernel.finish_request', [=> #[\Closure(name'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] function () {
  1070.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1071.         }, => 'onKernelFinishRequest'], 0);
  1072.         $instance->addListener('kernel.request', [=> #[\Closure(name'validate_request_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener')] function () {
  1073.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1074.         }, => 'onKernelRequest'], 256);
  1075.         $instance->addListener('kernel.response', [=> #[\Closure(name'disallow_search_engine_index_response_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener')] function () {
  1076.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1077.         }, => 'onResponse'], -255);
  1078.         $instance->addListener('kernel.controller_arguments', [=> #[\Closure(name'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] function () {
  1079.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1080.         }, => 'onControllerArguments'], 0);
  1081.         $instance->addListener('kernel.exception', [=> #[\Closure(name'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] function () {
  1082.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1083.         }, => 'logKernelException'], 0);
  1084.         $instance->addListener('kernel.exception', [=> #[\Closure(name'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] function () {
  1085.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1086.         }, => 'onKernelException'], -128);
  1087.         $instance->addListener('kernel.response', [=> #[\Closure(name'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] function () {
  1088.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1089.         }, => 'removeCspHeader'], -128);
  1090.         $instance->addListener('kernel.request', [=> #[\Closure(name'locale_aware_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener')] function () {
  1091.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1092.         }, => 'onKernelRequest'], 15);
  1093.         $instance->addListener('kernel.finish_request', [=> #[\Closure(name'locale_aware_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener')] function () {
  1094.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1095.         }, => 'onKernelFinishRequest'], -15);
  1096.         $instance->addListener('console.error', [=> #[\Closure(name'console.error_listener', class: 'Symfony\\Component\\Console\\EventListener\\ErrorListener')] function () {
  1097.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1098.         }, => 'onConsoleError'], -128);
  1099.         $instance->addListener('console.terminate', [=> #[\Closure(name'console.error_listener', class: 'Symfony\\Component\\Console\\EventListener\\ErrorListener')] function () {
  1100.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1101.         }, => 'onConsoleTerminate'], -128);
  1102.         $instance->addListener('console.error', [=> #[\Closure(name'console.suggest_missing_package_subscriber', class: 'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SuggestMissingPackageSubscriber')] function () {
  1103.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1104.         }, => 'onConsoleError'], 0);
  1105.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> #[\Closure(name'mailer.envelope_listener', class: 'Symfony\\Component\\Mailer\\EventListener\\EnvelopeListener')] function () {
  1106.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1107.         }, => 'onMessage'], -255);
  1108.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> #[\Closure(name'mailer.message_logger_listener', class: 'Symfony\\Component\\Mailer\\EventListener\\MessageLoggerListener')] function () {
  1109.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1110.         }, => 'onMessage'], -255);
  1111.         $instance->addListener('kernel.request', [=> #[\Closure(name'debug.debug_handlers_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener')] function () {
  1112.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1113.         }, => 'configure'], 2048);
  1114.         $instance->addListener('console.command', [=> #[\Closure(name'debug.debug_handlers_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener')] function () {
  1115.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1116.         }, => 'configure'], 2048);
  1117.         $instance->addListener('kernel.request', [=> #[\Closure(name'router_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener')] function () {
  1118.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1119.         }, => 'onKernelRequest'], 32);
  1120.         $instance->addListener('kernel.finish_request', [=> #[\Closure(name'router_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener')] function () {
  1121.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1122.         }, => 'onKernelFinishRequest'], 0);
  1123.         $instance->addListener('kernel.exception', [=> #[\Closure(name'router_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener')] function () {
  1124.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1125.         }, => 'onKernelException'], -64);
  1126.         $instance->addListener('kernel.response', [=> #[\Closure(name'web_link.add_link_header_listener', class: 'Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener')] function () {
  1127.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1128.         }, => 'onKernelResponse'], 0);
  1129.         $instance->addListener('kernel.request', [=> #[\Closure(name'session_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener')] function () {
  1130.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1131.         }, => 'onKernelRequest'], 128);
  1132.         $instance->addListener('kernel.response', [=> #[\Closure(name'session_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener')] function () {
  1133.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1134.         }, => 'onKernelResponse'], -1000);
  1135.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> #[\Closure(name'messenger.retry.send_failed_message_for_retry_listener', class: 'Symfony\\Component\\Messenger\\EventListener\\SendFailedMessageForRetryListener')] function () {
  1136.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  1137.         }, => 'onMessageFailed'], 100);
  1138.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> #[\Closure(name'messenger.failure.add_error_details_stamp_listener', class: 'Symfony\\Component\\Messenger\\EventListener\\AddErrorDetailsStampListener')] function () {
  1139.             return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  1140.         }, => 'onMessageFailed'], 200);
  1141.         $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 () {
  1142.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
  1143.         }, => 'onMessageFailed'], -100);
  1144.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> #[\Closure(name'messenger.listener.dispatch_pcntl_signal_listener', class: 'Symfony\\Component\\Messenger\\EventListener\\DispatchPcntlSignalListener')] function () {
  1145.             return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  1146.         }, => 'onWorkerRunning'], 100);
  1147.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> #[\Closure(name'messenger.listener.stop_worker_on_restart_signal_listener', class: 'Symfony\\Component\\Messenger\\EventListener\\StopWorkerOnRestartSignalListener')] function () {
  1148.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1149.         }, => 'onWorkerStarted'], 0);
  1150.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> #[\Closure(name'messenger.listener.stop_worker_on_restart_signal_listener', class: 'Symfony\\Component\\Messenger\\EventListener\\StopWorkerOnRestartSignalListener')] function () {
  1151.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1152.         }, => 'onWorkerRunning'], 0);
  1153.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> #[\Closure(name'messenger.listener.stop_worker_on_sigterm_signal_listener', class: 'Symfony\\Component\\Messenger\\EventListener\\StopWorkerOnSigtermSignalListener')] function () {
  1154.             return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnSigtermSignalListenerService'));
  1155.         }, => 'onWorkerStarted'], 100);
  1156.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> #[\Closure(name'messenger.listener.stop_worker_on_stop_exception_listener', class: 'Symfony\\Component\\Messenger\\EventListener\\StopWorkerOnCustomStopExceptionListener')] function () {
  1157.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1158.         }, => 'onMessageFailed'], 0);
  1159.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> #[\Closure(name'messenger.listener.stop_worker_on_stop_exception_listener', class: 'Symfony\\Component\\Messenger\\EventListener\\StopWorkerOnCustomStopExceptionListener')] function () {
  1160.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1161.         }, => 'onWorkerRunning'], 0);
  1162.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> #[\Closure(name'notifier.logger_notification_listener', class: 'Symfony\\Component\\Notifier\\EventListener\\NotificationLoggerListener')] function () {
  1163.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1164.         }, => 'onNotification'], -255);
  1165.         $instance->addListener('kernel.response', [=> #[\Closure(name'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] function () {
  1166.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1167.         }, => 'onKernelResponse'], -100);
  1168.         $instance->addListener('kernel.exception', [=> #[\Closure(name'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] function () {
  1169.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1170.         }, => 'onKernelException'], 0);
  1171.         $instance->addListener('kernel.terminate', [=> #[\Closure(name'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] function () {
  1172.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1173.         }, => 'onKernelTerminate'], -1024);
  1174.         $instance->addListener('kernel.controller', [=> #[\Closure(name'data_collector.request', class: 'Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector')] function () {
  1175.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1176.         }, => 'onKernelController'], 0);
  1177.         $instance->addListener('kernel.response', [=> #[\Closure(name'data_collector.request', class: 'Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector')] function () {
  1178.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1179.         }, => 'onKernelResponse'], 0);
  1180.         $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 () {
  1181.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1182.         }, => 'onWorkerMessageHandled'], 0);
  1183.         $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 () {
  1184.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1185.         }, => 'onWorkerMessageFailed'], 0);
  1186.         $instance->addListener('console.command', [=> #[\Closure(name'debug.dump_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\DumpListener')] function () {
  1187.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1188.         }, => 'configure'], 1024);
  1189.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> #[\Closure(name'twig.mailer.message_listener', class: 'Symfony\\Component\\Mailer\\EventListener\\MessageListener')] function () {
  1190.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1191.         }, => 'onMessage'], 0);
  1192.         $instance->addListener('kernel.response', [=> #[\Closure(name'web_profiler.debug_toolbar', class: 'Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener')] function () {
  1193.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1194.         }, => 'onKernelResponse'], -128);
  1195.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.check_authenticator_credentials', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener')] function () {
  1196.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1197.         }, => 'checkPassport'], 0);
  1198.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> #[\Closure(name'security.listener.password_migrating', class: 'Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener')] function () {
  1199.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1200.         }, => 'onLoginSuccess'], 0);
  1201.         $instance->addListener('debug.security.authorization.vote', [=> #[\Closure(name'debug.security.voter.vote_listener', class: 'Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener')] function () {
  1202.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1203.         }, => 'onVoterVote'], 0);
  1204.         $instance->addListener('kernel.request', [=> #[\Closure(name'debug.security.firewall', class: 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener')] function () {
  1205.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1206.         }, => 'configureLogoutUrlGenerator'], 8);
  1207.         $instance->addListener('kernel.request', [=> #[\Closure(name'debug.security.firewall', class: 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener')] function () {
  1208.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1209.         }, => 'onKernelRequest'], 8);
  1210.         $instance->addListener('kernel.finish_request', [=> #[\Closure(name'debug.security.firewall', class: 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener')] function () {
  1211.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1212.         }, => 'onKernelFinishRequest'], 0);
  1213.         $instance->addListener('console.command', [=> #[\Closure(name'monolog.handler.console', class: 'Symfony\\Bridge\\Monolog\\Handler\\ConsoleHandler')] function () {
  1214.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1215.         }, => 'onCommand'], 255);
  1216.         $instance->addListener('console.terminate', [=> #[\Closure(name'monolog.handler.console', class: 'Symfony\\Bridge\\Monolog\\Handler\\ConsoleHandler')] function () {
  1217.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1218.         }, => 'onTerminate'], -255);
  1219.         $instance->addListener('console.error', [=> #[\Closure(name'maker.console_error_listener', class: 'Symfony\\Bundle\\MakerBundle\\Event\\ConsoleErrorSubscriber')] function () {
  1220.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1221.         }, => 'onConsoleError'], 0);
  1222.         $instance->addListener('console.terminate', [=> #[\Closure(name'maker.console_error_listener', class: 'Symfony\\Bundle\\MakerBundle\\Event\\ConsoleErrorSubscriber')] function () {
  1223.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1224.         }, => 'onConsoleTerminate'], 0);
  1225.         $instance->addListener('kernel.controller', [=> #[\Closure(name'sensio_framework_extra.controller.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener')] function () {
  1226.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1227.         }, => 'onKernelController'], 0);
  1228.         $instance->addListener('kernel.controller', [=> #[\Closure(name'sensio_framework_extra.converter.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener')] function () {
  1229.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1230.         }, => 'onKernelController'], 0);
  1231.         $instance->addListener('kernel.controller', [=> #[\Closure(name'sensio_framework_extra.view.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener')] function () {
  1232.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1233.         }, => 'onKernelController'], -128);
  1234.         $instance->addListener('kernel.view', [=> #[\Closure(name'sensio_framework_extra.view.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener')] function () {
  1235.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1236.         }, => 'onKernelView'], 0);
  1237.         $instance->addListener('kernel.controller', [=> #[\Closure(name'sensio_framework_extra.cache.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener')] function () {
  1238.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1239.         }, => 'onKernelController'], 0);
  1240.         $instance->addListener('kernel.response', [=> #[\Closure(name'sensio_framework_extra.cache.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener')] function () {
  1241.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1242.         }, => 'onKernelResponse'], 0);
  1243.         $instance->addListener('kernel.controller_arguments', [=> #[\Closure(name'sensio_framework_extra.security.listener', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener')] function () {
  1244.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1245.         }, => 'onKernelControllerArguments'], 0);
  1246.         $instance->addListener('kernel.controller_arguments', [=> #[\Closure(name'framework_extra_bundle.event.is_granted', class: 'Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener')] function () {
  1247.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1248.         }, => 'onKernelControllerArguments'], 0);
  1249.         $instance->addListener('kernel.request', [=> #[\Closure(name'EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber')] function () {
  1250.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1251.         }, => 'onKernelRequest'], 0);
  1252.         $instance->addListener('kernel.controller', [=> #[\Closure(name'EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber')] function () {
  1253.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1254.         }, => 'onKernelController'], 128);
  1255.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.csrf_protection', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener')] function () {
  1256.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1257.         }, => 'checkPassport'], 512);
  1258.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> #[\Closure(name'security.logout.listener.csrf_token_clearing', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfTokenClearingLogoutListener')] function () {
  1259.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1260.         }, => 'onLogout'], 0);
  1261.         return $instance;
  1262.     }
  1263.     /**
  1264.      * Gets the public 'http_kernel' shared service.
  1265.      *
  1266.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1267.      */
  1268.     protected function getHttpKernelService()
  1269.     {
  1270.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1271.         if (isset($this->services['http_kernel'])) {
  1272.             return $this->services['http_kernel'];
  1273.         }
  1274.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1275.             yield => ($this->privates['debug.argument_resolver.backed_enum_resolver'] ?? $this->load('getDebug_ArgumentResolver_BackedEnumResolverService'));
  1276.             yield => ($this->privates['debug.argument_resolver.uid'] ?? $this->load('getDebug_ArgumentResolver_UidService'));
  1277.             yield => ($this->privates['debug.argument_resolver.datetime'] ?? $this->load('getDebug_ArgumentResolver_DatetimeService'));
  1278.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1279.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1280.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1281.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1282.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->load('getAdminContextResolverService'));
  1283.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->load('getBatchActionDtoResolverService'));
  1284.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1285.             yield 10 => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1286.             yield 11 => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1287.             yield 12 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1288.         }, 13)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1289.     }
  1290.     /**
  1291.      * Gets the public 'messenger.default_bus' shared service.
  1292.      *
  1293.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  1294.      */
  1295.     protected function getMessenger_DefaultBusService()
  1296.     {
  1297.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1298.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  1299.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  1300.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1301.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1302.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1303.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  1304.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  1305.         }, 7)));
  1306.     }
  1307.     /**
  1308.      * Gets the public 'monolog.logger.deprecation' shared service.
  1309.      *
  1310.      * @return \Symfony\Bridge\Monolog\Logger
  1311.      */
  1312.     protected function getMonolog_Logger_DeprecationService()
  1313.     {
  1314.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1315.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1316.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1317.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1318.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1319.         return $instance;
  1320.     }
  1321.     /**
  1322.      * Gets the public 'request_stack' shared service.
  1323.      *
  1324.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1325.      */
  1326.     protected function getRequestStackService()
  1327.     {
  1328.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1329.     }
  1330.     /**
  1331.      * Gets the public 'router' shared service.
  1332.      *
  1333.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1334.      */
  1335.     protected function getRouterService()
  1336.     {
  1337.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1338.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1339.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1340.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1341.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1342.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1343.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1344.         ], [
  1345.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1346.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'fr');
  1347.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1348.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1349.         return $instance;
  1350.     }
  1351.     /**
  1352.      * Gets the public 'translator' shared service.
  1353.      *
  1354.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1355.      */
  1356.     protected function getTranslatorService()
  1357.     {
  1358.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1359.     }
  1360.     /**
  1361.      * Gets the public 'var_dumper.cloner' shared service.
  1362.      *
  1363.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1364.      */
  1365.     protected function getVarDumper_ClonerService()
  1366.     {
  1367.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1368.         $instance->setMaxItems(2500);
  1369.         $instance->setMinDepth(1);
  1370.         $instance->setMaxString(-1);
  1371.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1372.         return $instance;
  1373.     }
  1374.     /**
  1375.      * Gets the private '.debug.http_client' shared service.
  1376.      *
  1377.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1378.      */
  1379.     protected function get_Debug_HttpClientService()
  1380.     {
  1381.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1382.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1383.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1384.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1385.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1386.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1387.         $a->setLogger($b);
  1388.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1389.     }
  1390.     /**
  1391.      * Gets the private '.service_locator.JYo.9Ts' shared service.
  1392.      *
  1393.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1394.      */
  1395.     protected function get_ServiceLocator_JYo_9TsService()
  1396.     {
  1397.         return $this->privates['.service_locator.JYo.9Ts'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1398.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  1399.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1400.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1401.         ], [
  1402.             'security.firewall.map.context.api' => '?',
  1403.             'security.firewall.map.context.dev' => '?',
  1404.             'security.firewall.map.context.main' => '?',
  1405.         ]);
  1406.     }
  1407.     /**
  1408.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  1409.      *
  1410.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  1411.      */
  1412.     protected function getAdminRouterSubscriberService()
  1413.     {
  1414.         $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService());
  1415.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'])) {
  1416.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'];
  1417.         }
  1418.         $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService());
  1419.         $c = ($this->services['router'] ?? $this->getRouterService());
  1420.         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\\AnswerCrudController' => 'App\\Entity\\Answer''App\\Controller\\Admin\\EmbdedAnswerChildrenCrudController' => 'App\\Entity\\Answer''App\\Controller\\Admin\\EmbdedAnswerCrudController' => 'App\\Entity\\Answer''App\\Controller\\Admin\\InterestCrudController' => 'App\\Entity\\Interest''App\\Controller\\Admin\\LangueCrudController' => 'App\\Entity\\Langue''App\\Controller\\Admin\\LikeCrudController' => 'App\\Entity\\Like''App\\Controller\\Admin\\MatchProfileCrudController' => 'App\\Entity\\MatchProfile''App\\Controller\\Admin\\ParentQuestionCrudController' => 'App\\Entity\\Question''App\\Controller\\Admin\\ProfileCrudController' => 'App\\Entity\\Profile''App\\Controller\\Admin\\ProfileTargetSettingCrudController' => 'App\\Entity\\ProfileTargetSetting''App\\Controller\\Admin\\QuestionCrudController' => 'App\\Entity\\Question''App\\Controller\\Admin\\SubQuestionCrudController' => 'App\\Entity\\Question''App\\Controller\\Admin\\UserCrudController' => 'App\\Entity\\User'], ['App\\Controller\\Admin\\AnswerCrudController' => '61d4c5e''App\\Controller\\Admin\\EmbdedAnswerChildrenCrudController' => '3974aca''App\\Controller\\Admin\\EmbdedAnswerCrudController' => 'b619e3e''App\\Controller\\Admin\\InterestCrudController' => '85621c9''App\\Controller\\Admin\\LangueCrudController' => '3ffdf40''App\\Controller\\Admin\\LikeCrudController' => '5e53e88''App\\Controller\\Admin\\MatchProfileCrudController' => 'fc52e5a''App\\Controller\\Admin\\ParentQuestionCrudController' => '8f06962''App\\Controller\\Admin\\ProfileCrudController' => '0649f11''App\\Controller\\Admin\\ProfileTargetSettingCrudController' => '787341a''App\\Controller\\Admin\\QuestionCrudController' => '9da7d98''App\\Controller\\Admin\\SubQuestionCrudController' => '0af5baa''App\\Controller\\Admin\\UserCrudController' => 'b3fc791'], ['App\\Entity\\Answer' => 'App\\Controller\\Admin\\EmbdedAnswerCrudController''App\\Entity\\Interest' => 'App\\Controller\\Admin\\InterestCrudController''App\\Entity\\Langue' => 'App\\Controller\\Admin\\LangueCrudController''App\\Entity\\Like' => 'App\\Controller\\Admin\\LikeCrudController''App\\Entity\\MatchProfile' => 'App\\Controller\\Admin\\MatchProfileCrudController''App\\Entity\\Question' => 'App\\Controller\\Admin\\SubQuestionCrudController''App\\Entity\\Profile' => 'App\\Controller\\Admin\\ProfileCrudController''App\\Entity\\ProfileTargetSetting' => 'App\\Controller\\Admin\\ProfileTargetSettingCrudController''App\\Entity\\User' => 'App\\Controller\\Admin\\UserCrudController'], ['61d4c5e' => 'App\\Controller\\Admin\\AnswerCrudController''3974aca' => 'App\\Controller\\Admin\\EmbdedAnswerChildrenCrudController''b619e3e' => 'App\\Controller\\Admin\\EmbdedAnswerCrudController''85621c9' => 'App\\Controller\\Admin\\InterestCrudController''3ffdf40' => 'App\\Controller\\Admin\\LangueCrudController''5e53e88' => 'App\\Controller\\Admin\\LikeCrudController''fc52e5a' => 'App\\Controller\\Admin\\MatchProfileCrudController''8f06962' => 'App\\Controller\\Admin\\ParentQuestionCrudController''0649f11' => 'App\\Controller\\Admin\\ProfileCrudController''787341a' => 'App\\Controller\\Admin\\ProfileTargetSettingCrudController''9da7d98' => 'App\\Controller\\Admin\\QuestionCrudController''0af5baa' => 'App\\Controller\\Admin\\SubQuestionCrudController''b3fc791' => 'App\\Controller\\Admin\\UserCrudController']), $a), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), $c$c);
  1421.     }
  1422.     /**
  1423.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  1424.      *
  1425.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  1426.      */
  1427.     protected function getActionFactoryService()
  1428.     {
  1429.         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()));
  1430.     }
  1431.     /**
  1432.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  1433.      *
  1434.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  1435.      */
  1436.     protected function getControllerFactoryService()
  1437.     {
  1438.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  1439.     }
  1440.     /**
  1441.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  1442.      *
  1443.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  1444.      */
  1445.     protected function getEntityFactoryService()
  1446.     {
  1447.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1448.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'])) {
  1449.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'];
  1450.         }
  1451.         $b = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  1452.         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 () {
  1453.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->load('getCommonPreConfiguratorService'));
  1454.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator()));
  1455.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->load('getAssociationConfiguratorService'));
  1456.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator()));
  1457.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->load('getBooleanConfiguratorService'));
  1458.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator()));
  1459.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? $this->load('getCollectionConfiguratorService'));
  1460.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->load('getCountryConfiguratorService'));
  1461.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
  1462.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->load('getDateTimeConfiguratorService'));
  1463.             yield 10 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\EmailConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator()));
  1464.             yield 11 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\FormConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator()));
  1465.             yield 12 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IdConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator()));
  1466.             yield 13 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ImageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator(\dirname(__DIR__4))));
  1467.             yield 14 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\IntegerConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator()));
  1468.             yield 15 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LanguageConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator()));
  1469.             yield 16 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\LocaleConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator()));
  1470.             yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->load('getMoneyConfiguratorService'));
  1471.             yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->load('getNumberConfiguratorService'));
  1472.             yield 19 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\PercentConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator()));
  1473.             yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator()));
  1474.             yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator()));
  1475.             yield 22 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TelephoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator()));
  1476.             yield 23 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator()));
  1477.             yield 24 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TextEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator()));
  1478.             yield 25 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\TimezoneConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator()));
  1479.             yield 26 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\UrlConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator()));
  1480.             yield 27 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->load('getCommonPostConfiguratorService'));
  1481.         }, 28), new \EasyCorp\Bundle\EasyAdminBundle\Factory\FormLayoutFactory()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService()), $b, ($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  1482.     }
  1483.     /**
  1484.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  1485.      *
  1486.      * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  1487.      */
  1488.     protected function getAdminContextProviderService()
  1489.     {
  1490.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] = new \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1491.     }
  1492.     /**
  1493.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  1494.      *
  1495.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  1496.      */
  1497.     protected function getAdminUrlGeneratorService()
  1498.     {
  1499.         $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  1500.             return new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->targetDir.'', ['App\\Controller\\Admin\\DashboardController' => 'fa0bb25'], ['fa0bb25' => 'App\\Controller\\Admin\\DashboardController']))));
  1501.         };
  1502.         return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  1503.     }
  1504.     /**
  1505.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  1506.      *
  1507.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  1508.      */
  1509.     protected function getAuthorizationCheckerService()
  1510.     {
  1511.         $a = ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  1512.         if (isset($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'])) {
  1513.             return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'];
  1514.         }
  1515.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  1516.     }
  1517.     /**
  1518.      * Gets the private 'annotations.cache_adapter' shared service.
  1519.      *
  1520.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1521.      */
  1522.     protected function getAnnotations_CacheAdapterService()
  1523.     {
  1524.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1525.     }
  1526.     /**
  1527.      * Gets the private 'annotations.cached_reader' shared service.
  1528.      *
  1529.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1530.      */
  1531.     protected function getAnnotations_CachedReaderService()
  1532.     {
  1533.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1534.     }
  1535.     /**
  1536.      * Gets the private 'annotations.reader' shared service.
  1537.      *
  1538.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1539.      */
  1540.     protected function getAnnotations_ReaderService()
  1541.     {
  1542.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1543.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1544.         $a->registerUniqueLoader('class_exists');
  1545.         $instance->addGlobalIgnoredName('required'$a);
  1546.         return $instance;
  1547.     }
  1548.     /**
  1549.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  1550.      *
  1551.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1552.      */
  1553.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  1554.     {
  1555.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('9d713RpXlJ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1556.     }
  1557.     /**
  1558.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  1559.      *
  1560.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1561.      */
  1562.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  1563.     {
  1564.         return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ft-gfGgoSu'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1565.     }
  1566.     /**
  1567.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  1568.      *
  1569.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1570.      */
  1571.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  1572.     {
  1573.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('q7iB+sB2ZB'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1574.     }
  1575.     /**
  1576.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  1577.      *
  1578.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1579.      */
  1580.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  1581.     {
  1582.         return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MArVUDwl2H'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1583.     }
  1584.     /**
  1585.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  1586.      *
  1587.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1588.      */
  1589.     protected function getApiPlatform_Cache_RouteNameResolverService()
  1590.     {
  1591.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('t3UCJdD2Ba'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1592.     }
  1593.     /**
  1594.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  1595.      *
  1596.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1597.      */
  1598.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  1599.     {
  1600.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+AX6-umQF6'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1601.     }
  1602.     /**
  1603.      * Gets the private 'api_platform.filter_locator' shared service.
  1604.      *
  1605.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1606.      */
  1607.     protected function getApiPlatform_FilterLocatorService()
  1608.     {
  1609.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1610.             'annotated_app_entity_question_api_platform_core_bridge_doctrine_orm_filter_exists_filter' => ['privates''annotated_app_entity_question_api_platform_core_bridge_doctrine_orm_filter_exists_filter''getAnnotatedAppEntityQuestionApiPlatformCoreBridgeDoctrineOrmFilterExistsFilterService'true],
  1611.             'annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityUserApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1612.             'translation.groups' => ['privates''locastic_api_platform_translation.filter.translation_groups''getLocasticApiPlatformTranslation_Filter_TranslationGroupsService'true],
  1613.         ], [
  1614.             'annotated_app_entity_question_api_platform_core_bridge_doctrine_orm_filter_exists_filter' => '?',
  1615.             'annotated_app_entity_user_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1616.             'translation.groups' => '?',
  1617.         ]);
  1618.     }
  1619.     /**
  1620.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  1621.      *
  1622.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  1623.      */
  1624.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  1625.     {
  1626.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1627.     }
  1628.     /**
  1629.      * Gets the private 'api_platform.identifier.converter' shared service.
  1630.      *
  1631.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  1632.      */
  1633.     protected function getApiPlatform_Identifier_ConverterService()
  1634.     {
  1635.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
  1636.             yield => ($this->privates['api_platform.identifier.symfony_ulid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUlidNormalizerService'));
  1637.             yield => ($this->privates['api_platform.identifier.symfony_uuid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUuidNormalizerService'));
  1638.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  1639.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  1640.         }, 4));
  1641.     }
  1642.     /**
  1643.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  1644.      *
  1645.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  1646.      */
  1647.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  1648.     {
  1649.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1650.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1651.         return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a$btrue), $a$b);
  1652.     }
  1653.     /**
  1654.      * Gets the private 'api_platform.json_schema.schema_factory' shared service.
  1655.      *
  1656.      * @return \ApiPlatform\Core\JsonSchema\SchemaFactory
  1657.      */
  1658.     protected function getApiPlatform_JsonSchema_SchemaFactoryService()
  1659.     {
  1660.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  1661.         if (isset($this->privates['api_platform.json_schema.schema_factory'])) {
  1662.             return $this->privates['api_platform.json_schema.schema_factory'];
  1663.         }
  1664.         return $this->privates['api_platform.json_schema.schema_factory'] = new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  1665.     }
  1666.     /**
  1667.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  1668.      *
  1669.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  1670.      */
  1671.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  1672.     {
  1673.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  1674.         $instance->setSchemaFactory(($this->privates['api_platform.json_schema.schema_factory'] ?? $this->getApiPlatform_JsonSchema_SchemaFactoryService()));
  1675.         return $instance;
  1676.     }
  1677.     /**
  1678.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  1679.      *
  1680.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  1681.      */
  1682.     protected function getApiPlatform_Listener_Request_AddFormatService()
  1683.     {
  1684.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
  1685.     }
  1686.     /**
  1687.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  1688.      *
  1689.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  1690.      */
  1691.     protected function getApiPlatform_Listener_Request_DeserializeService()
  1692.     {
  1693.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->privates['debug.serializer'] ?? $this->getDebug_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1694.     }
  1695.     /**
  1696.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  1697.      *
  1698.      * @return \ApiPlatform\Core\EventListener\ReadListener
  1699.      */
  1700.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  1701.     {
  1702.         return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1703.     }
  1704.     /**
  1705.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  1706.      *
  1707.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  1708.      */
  1709.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  1710.     {
  1711.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService())), true);
  1712.     }
  1713.     /**
  1714.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  1715.      *
  1716.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  1717.      */
  1718.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  1719.     {
  1720.         $a = ($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService());
  1721.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  1722.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  1723.         }
  1724.         $b = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1725.         return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($b, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($b, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
  1726.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  1727.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  1728.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  1729.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  1730.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  1731.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  1732.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  1733.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  1734.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  1735.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  1736.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  1737.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  1738.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  1739.         }, 13)));
  1740.     }
  1741.     /**
  1742.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  1743.      *
  1744.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  1745.      */
  1746.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  1747.     {
  1748.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1749.         if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
  1750.             return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
  1751.         }
  1752.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory($a)));
  1753.     }
  1754.     /**
  1755.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  1756.      *
  1757.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  1758.      */
  1759.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  1760.     {
  1761.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1762.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults']))))), $this->parameters['api_platform.patch_formats']), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']));
  1763.     }
  1764.     /**
  1765.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  1766.      *
  1767.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  1768.      */
  1769.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  1770.     {
  1771.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
  1772.     }
  1773.     /**
  1774.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  1775.      *
  1776.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  1777.      */
  1778.     protected function getApiPlatform_OperationPathResolver_CustomService()
  1779.     {
  1780.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\PathResolver\CustomOperationPathResolver(new \ApiPlatform\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator()))));
  1781.     }
  1782.     /**
  1783.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  1784.      *
  1785.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  1786.      */
  1787.     protected function getApiPlatform_OperationPathResolver_RouterService()
  1788.     {
  1789.         return $this->privates['api_platform.operation_path_resolver.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()));
  1790.     }
  1791.     /**
  1792.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  1793.      *
  1794.      * @return \ApiPlatform\Api\ResourceClassResolver
  1795.      */
  1796.     protected function getApiPlatform_ResourceClassResolverService()
  1797.     {
  1798.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  1799.     }
  1800.     /**
  1801.      * Gets the private 'api_platform.router' shared service.
  1802.      *
  1803.      * @return \ApiPlatform\Symfony\Routing\Router
  1804.      */
  1805.     protected function getApiPlatform_RouterService()
  1806.     {
  1807.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  1808.     }
  1809.     /**
  1810.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  1811.      *
  1812.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  1813.      */
  1814.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  1815.     {
  1816.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));
  1817.     }
  1818.     /**
  1819.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  1820.      *
  1821.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  1822.      */
  1823.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  1824.     {
  1825.         $a = ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  1826.         if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  1827.             return $this->privates['api_platform.security.resource_access_checker'];
  1828.         }
  1829.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), $afalse);
  1830.     }
  1831.     /**
  1832.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  1833.      *
  1834.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  1835.      */
  1836.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  1837.     {
  1838.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1839.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), new \ApiPlatform\Serializer\SerializerContextBuilder($a));
  1840.     }
  1841.     /**
  1842.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  1843.      *
  1844.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  1845.      */
  1846.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  1847.     {
  1848.         return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))])));
  1849.     }
  1850.     /**
  1851.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  1852.      *
  1853.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  1854.      */
  1855.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  1856.     {
  1857.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1858.         if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  1859.             return $this->privates['api_platform.subresource_operation_factory.cached'];
  1860.         }
  1861.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  1862.         if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  1863.             return $this->privates['api_platform.subresource_operation_factory.cached'];
  1864.         }
  1865.         return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a$b, ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  1866.     }
  1867.     /**
  1868.      * Gets the private 'cache.annotations' shared service.
  1869.      *
  1870.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1871.      */
  1872.     protected function getCache_AnnotationsService()
  1873.     {
  1874.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+eDSZzZVRU'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1875.     }
  1876.     /**
  1877.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1878.      *
  1879.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1880.      */
  1881.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1882.     {
  1883.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1884.     }
  1885.     /**
  1886.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1887.      *
  1888.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1889.      */
  1890.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1891.     {
  1892.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1893.     }
  1894.     /**
  1895.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  1896.      *
  1897.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1898.      */
  1899.     protected function getCache_Messenger_RestartWorkersSignalService()
  1900.     {
  1901.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('qV+Vy8dWr0'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1902.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1903.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1904.     }
  1905.     /**
  1906.      * Gets the private 'cache.property_info' shared service.
  1907.      *
  1908.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1909.      */
  1910.     protected function getCache_PropertyInfoService()
  1911.     {
  1912.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('u0U7N5PWBT'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1913.     }
  1914.     /**
  1915.      * Gets the private 'cache.security_expression_language' shared service.
  1916.      *
  1917.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1918.      */
  1919.     protected function getCache_SecurityExpressionLanguageService()
  1920.     {
  1921.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('COPNVaQPgU'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1922.     }
  1923.     /**
  1924.      * Gets the private 'cache.serializer' shared service.
  1925.      *
  1926.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1927.      */
  1928.     protected function getCache_SerializerService()
  1929.     {
  1930.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('9DinMCFrTr'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1931.     }
  1932.     /**
  1933.      * Gets the private 'cache.validator' shared service.
  1934.      *
  1935.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1936.      */
  1937.     protected function getCache_ValidatorService()
  1938.     {
  1939.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('RlCdXC7bmy'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1940.     }
  1941.     /**
  1942.      * Gets the private 'config_cache_factory' shared service.
  1943.      *
  1944.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1945.      */
  1946.     protected function getConfigCacheFactoryService()
  1947.     {
  1948.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1949.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  1950.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1951.         }, 2));
  1952.     }
  1953.     /**
  1954.      * Gets the private 'data_collector.form' shared service.
  1955.      *
  1956.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1957.      */
  1958.     protected function getDataCollector_FormService()
  1959.     {
  1960.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1961.     }
  1962.     /**
  1963.      * Gets the private 'data_collector.request' shared service.
  1964.      *
  1965.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1966.      */
  1967.     protected function getDataCollector_RequestService()
  1968.     {
  1969.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1970.     }
  1971.     /**
  1972.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  1973.      *
  1974.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  1975.      */
  1976.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  1977.     {
  1978.         return $this->privates['debug.api_platform.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider(new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
  1979.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  1980.         }, 1)));
  1981.     }
  1982.     /**
  1983.      * Gets the private 'debug.api_platform.data_persister' shared service.
  1984.      *
  1985.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  1986.      */
  1987.     protected function getDebug_ApiPlatform_DataPersisterService()
  1988.     {
  1989.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  1990.             yield => ($this->privates['api_platform.messenger.data_persister'] ?? $this->load('getApiPlatform_Messenger_DataPersisterService'));
  1991.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  1992.         }, 2)));
  1993.     }
  1994.     /**
  1995.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  1996.      *
  1997.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  1998.      */
  1999.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  2000.     {
  2001.         return $this->privates['debug.api_platform.item_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider(new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
  2002.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  2003.         }, 1)));
  2004.     }
  2005.     /**
  2006.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  2007.      *
  2008.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  2009.      */
  2010.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  2011.     {
  2012.         return $this->privates['debug.api_platform.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider(new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
  2013.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  2014.         }, 1)));
  2015.     }
  2016.     /**
  2017.      * Gets the private 'debug.controller_resolver' shared service.
  2018.      *
  2019.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  2020.      */
  2021.     protected function getDebug_ControllerResolverService()
  2022.     {
  2023.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2024.     }
  2025.     /**
  2026.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2027.      *
  2028.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2029.      */
  2030.     protected function getDebug_DebugHandlersListenerService()
  2031.     {
  2032.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2033.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2034.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2035.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2036.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2037.         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()));
  2038.     }
  2039.     /**
  2040.      * Gets the private 'debug.file_link_formatter' shared service.
  2041.      *
  2042.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2043.      */
  2044.     protected function getDebug_FileLinkFormatterService()
  2045.     {
  2046.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter($this->getEnv('default::SYMFONY_IDE'), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__4), #[\Closure(name'debug.file_link_formatter.url_format', class: 'string')] function () {
  2047.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2048.         });
  2049.     }
  2050.     /**
  2051.      * Gets the private 'debug.log_processor' shared service.
  2052.      *
  2053.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2054.      */
  2055.     protected function getDebug_LogProcessorService()
  2056.     {
  2057.         return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2058.     }
  2059.     /**
  2060.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2061.      *
  2062.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2063.      */
  2064.     protected function getDebug_Security_Access_DecisionManagerService()
  2065.     {
  2066.         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 () {
  2067.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2068.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2069.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2070.             yield => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->load('getSecurityVoterService'));
  2071.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2072.     }
  2073.     /**
  2074.      * Gets the private 'debug.security.firewall' shared service.
  2075.      *
  2076.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2077.      */
  2078.     protected function getDebug_Security_FirewallService()
  2079.     {
  2080.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2081.         if (isset($this->privates['debug.security.firewall'])) {
  2082.             return $this->privates['debug.security.firewall'];
  2083.         }
  2084.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2085.         if (isset($this->privates['debug.security.firewall'])) {
  2086.             return $this->privates['debug.security.firewall'];
  2087.         }
  2088.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2089.     }
  2090.     /**
  2091.      * Gets the private 'debug.serializer' shared service.
  2092.      *
  2093.      * @return \Symfony\Component\Serializer\Debug\TraceableSerializer
  2094.      */
  2095.     protected function getDebug_SerializerService()
  2096.     {
  2097.         $a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  2098.         if (isset($this->privates['debug.serializer'])) {
  2099.             return $this->privates['debug.serializer'];
  2100.         }
  2101.         $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  2102.         $c = ($this->privates['serializer.data_collector'] ?? ($this->privates['serializer.data_collector'] = new \Symfony\Component\Serializer\DataCollector\SerializerDataCollector()));
  2103.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2104.         $e = new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL), $c);
  2105.         $f = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$b$d)], [=> $e]));
  2106.         $g = new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \Symfony\Component\Serializer\Debug\TraceableNormalizer($f$c)), $c);
  2107.         $h = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  2108.         $i = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2109.         $j = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  2110.         $k = new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($h$i$j, ($this->privates['api_platform.json_schema.schema_factory'] ?? $this->getApiPlatform_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), NULL, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), NULLfalse'oauth2''application''''', [], $this->parameters['api_platform.swagger.api_keys'], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), false'page'false'itemsPerPage'$this->parameters['api_platform.formats'], false'pagination', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), NULLtrue$f), $c)), $c);
  2111.         $l = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  2112.         $m = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  2113.         $n = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($m);
  2114.         return $this->privates['debug.serializer'] = new \Symfony\Component\Serializer\Debug\TraceableSerializer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($b), $c), => $g=> $k=> new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $l), $c), => $k=> $g=> new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), $c), => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), $c), => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), $c), => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), $c), 10 => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Serializer\ItemNormalizer($i$j, ($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService')), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), $b$l$m, ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), falseNULL, new RewindableGenerator(function () {
  2115.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  2116.         }, 1), $h$a), $c), 11 => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), $c), 12 => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $l), $c), 13 => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($m$l$d$nNULL)), $c), 14 => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), $c), 15 => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), $c), 16 => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), $c), 17 => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), $c), 18 => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), $c), 19 => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), $c), 20 => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), $c), 21 => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($m$l$b$d$nNULL), $c)], [=> new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $c), => $e=> new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), $c), => new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\CsvEncoder(), $c), => new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \ApiPlatform\Serializer\JsonEncoder('jsonproblem'), $c)]), $c);
  2117.     }
  2118.     /**
  2119.      * Gets the private 'debug.validator' shared service.
  2120.      *
  2121.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  2122.      */
  2123.     protected function getDebug_ValidatorService()
  2124.     {
  2125.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  2126.         if (isset($this->privates['debug.validator'])) {
  2127.             return $this->privates['debug.validator'];
  2128.         }
  2129.         return $this->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  2130.     }
  2131.     /**
  2132.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  2133.      *
  2134.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2135.      */
  2136.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  2137.     {
  2138.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2139.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  2140.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  2141.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  2142.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  2143.             'locastic_api_platform_translation.listener.assign_locale' => ['privates''locastic_api_platform_translation.listener.assign_locale''getLocasticApiPlatformTranslation_Listener_AssignLocaleService'true],
  2144.             'vich_uploader.listener.clean.products' => ['privates''vich_uploader.listener.clean.products''getVichUploader_Listener_Clean_ProductsService'true],
  2145.             'vich_uploader.listener.remove.products' => ['privates''vich_uploader.listener.remove.products''getVichUploader_Listener_Remove_ProductsService'true],
  2146.             'vich_uploader.listener.upload.products' => ['privates''vich_uploader.listener.upload.products''getVichUploader_Listener_Upload_ProductsService'true],
  2147.         ], [
  2148.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2149.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2150.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2151.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  2152.             'locastic_api_platform_translation.listener.assign_locale' => '?',
  2153.             'vich_uploader.listener.clean.products' => '?',
  2154.             'vich_uploader.listener.remove.products' => '?',
  2155.             'vich_uploader.listener.upload.products' => '?',
  2156.         ]), [=> 'vich_uploader.listener.clean.products'=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> 'vich_uploader.listener.remove.products'=> 'vich_uploader.listener.upload.products'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], => [=> [=> 'postLoad'], => 'locastic_api_platform_translation.listener.assign_locale'], => [=> [=> 'prePersist'], => 'locastic_api_platform_translation.listener.assign_locale']]);
  2157.     }
  2158.     /**
  2159.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  2160.      *
  2161.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  2162.      */
  2163.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  2164.     {
  2165.         $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);
  2166.         $instance->setGlobalBasename('mapping');
  2167.         return $instance;
  2168.     }
  2169.     /**
  2170.      * Gets the private 'exception_listener' shared service.
  2171.      *
  2172.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2173.      */
  2174.     protected function getExceptionListener2Service()
  2175.     {
  2176.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2177.     }
  2178.     /**
  2179.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2180.      *
  2181.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2182.      */
  2183.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2184.     {
  2185.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  2186.     }
  2187.     /**
  2188.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2189.      *
  2190.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2191.      */
  2192.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2193.     {
  2194.         $a = ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  2195.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2196.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2197.         }
  2198.         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);
  2199.     }
  2200.     /**
  2201.      * Gets the private 'locale_aware_listener' shared service.
  2202.      *
  2203.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2204.      */
  2205.     protected function getLocaleAwareListenerService()
  2206.     {
  2207.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2208.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  2209.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2210.             yield => ($this->privates['translation.locale_switcher'] ?? $this->load('getTranslation_LocaleSwitcherService'));
  2211.         }, 3), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2212.     }
  2213.     /**
  2214.      * Gets the private 'locale_listener' shared service.
  2215.      *
  2216.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2217.      */
  2218.     protected function getLocaleListenerService()
  2219.     {
  2220.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()), false, []);
  2221.     }
  2222.     /**
  2223.      * Gets the private 'mime_types' shared service.
  2224.      *
  2225.      * @return \Symfony\Component\Mime\MimeTypes
  2226.      */
  2227.     protected function getMimeTypesService()
  2228.     {
  2229.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  2230.         $instance->setDefault($instance);
  2231.         return $instance;
  2232.     }
  2233.     /**
  2234.      * Gets the private 'monolog.handler.console' shared service.
  2235.      *
  2236.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2237.      */
  2238.     protected function getMonolog_Handler_ConsoleService()
  2239.     {
  2240.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2241.     }
  2242.     /**
  2243.      * Gets the private 'monolog.handler.main' shared service.
  2244.      *
  2245.      * @return \Monolog\Handler\StreamHandler
  2246.      */
  2247.     protected function getMonolog_Handler_MainService()
  2248.     {
  2249.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  2250.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2251.         return $instance;
  2252.     }
  2253.     /**
  2254.      * Gets the private 'monolog.logger' shared service.
  2255.      *
  2256.      * @return \Symfony\Bridge\Monolog\Logger
  2257.      */
  2258.     protected function getMonolog_LoggerService()
  2259.     {
  2260.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2261.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2262.         $instance->useMicrosecondTimestamps(true);
  2263.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2264.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2265.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2266.         return $instance;
  2267.     }
  2268.     /**
  2269.      * Gets the private 'monolog.logger.cache' shared service.
  2270.      *
  2271.      * @return \Symfony\Bridge\Monolog\Logger
  2272.      */
  2273.     protected function getMonolog_Logger_CacheService()
  2274.     {
  2275.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2276.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2277.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2278.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2279.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2280.         return $instance;
  2281.     }
  2282.     /**
  2283.      * Gets the private 'monolog.logger.request' shared service.
  2284.      *
  2285.      * @return \Symfony\Bridge\Monolog\Logger
  2286.      */
  2287.     protected function getMonolog_Logger_RequestService()
  2288.     {
  2289.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2290.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2291.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2292.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2293.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2294.         return $instance;
  2295.     }
  2296.     /**
  2297.      * Gets the private 'monolog.logger.security' shared service.
  2298.      *
  2299.      * @return \Symfony\Bridge\Monolog\Logger
  2300.      */
  2301.     protected function getMonolog_Logger_SecurityService()
  2302.     {
  2303.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2304.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2305.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2306.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2307.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2308.         return $instance;
  2309.     }
  2310.     /**
  2311.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  2312.      *
  2313.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2314.      */
  2315.     protected function getNelmioCors_CorsListenerService()
  2316.     {
  2317.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults'))]));
  2318.     }
  2319.     /**
  2320.      * Gets the private 'parameter_bag' shared service.
  2321.      *
  2322.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2323.      */
  2324.     protected function getParameterBagService()
  2325.     {
  2326.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2327.     }
  2328.     /**
  2329.      * Gets the private 'profiler_listener' shared service.
  2330.      *
  2331.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2332.      */
  2333.     protected function getProfilerListenerService()
  2334.     {
  2335.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2336.         if (isset($this->privates['profiler_listener'])) {
  2337.             return $this->privates['profiler_listener'];
  2338.         }
  2339.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  2340.     }
  2341.     /**
  2342.      * Gets the private 'property_accessor' shared service.
  2343.      *
  2344.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2345.      */
  2346.     protected function getPropertyAccessorService()
  2347.     {
  2348.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2349.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2350.     }
  2351.     /**
  2352.      * Gets the private 'property_info' shared service.
  2353.      *
  2354.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2355.      */
  2356.     protected function getPropertyInfoService()
  2357.     {
  2358.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2359.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2360.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2361.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2362.         }, 3), new RewindableGenerator(function () {
  2363.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2364.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2365.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2366.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2367.         }, 4), new RewindableGenerator(function () {
  2368.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2369.         }, 1), new RewindableGenerator(function () {
  2370.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2371.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2372.         }, 2), new RewindableGenerator(function () {
  2373.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2374.         }, 1));
  2375.     }
  2376.     /**
  2377.      * Gets the private 'router.expression_language_provider' shared service.
  2378.      *
  2379.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2380.      */
  2381.     protected function getRouter_ExpressionLanguageProviderService()
  2382.     {
  2383.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2384.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2385.             'service' => ['services''container.get_routing_condition_service''getContainer_GetRoutingConditionServiceService'true],
  2386.         ], [
  2387.             'env' => 'Closure',
  2388.             'service' => 'Closure',
  2389.         ]));
  2390.     }
  2391.     /**
  2392.      * Gets the private 'router.request_context' shared service.
  2393.      *
  2394.      * @return \Symfony\Component\Routing\RequestContext
  2395.      */
  2396.     protected function getRouter_RequestContextService()
  2397.     {
  2398.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2399.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2400.         return $instance;
  2401.     }
  2402.     /**
  2403.      * Gets the private 'router_listener' shared service.
  2404.      *
  2405.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2406.      */
  2407.     protected function getRouterListenerService()
  2408.     {
  2409.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  2410.     }
  2411.     /**
  2412.      * Gets the private 'security.authorization_checker' shared service.
  2413.      *
  2414.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  2415.      */
  2416.     protected function getSecurity_AuthorizationCheckerService()
  2417.     {
  2418.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  2419.         if (isset($this->privates['security.authorization_checker'])) {
  2420.             return $this->privates['security.authorization_checker'];
  2421.         }
  2422.         return $this->privates['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), $afalsefalse);
  2423.     }
  2424.     /**
  2425.      * Gets the private 'security.context_listener.0' shared service.
  2426.      *
  2427.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2428.      */
  2429.     protected function getSecurity_ContextListener_0Service()
  2430.     {
  2431.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  2432.         if (isset($this->privates['security.context_listener.0'])) {
  2433.             return $this->privates['security.context_listener.0'];
  2434.         }
  2435.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  2436.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  2437.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  2438.     }
  2439.     /**
  2440.      * Gets the private 'security.csrf.token_manager' shared service.
  2441.      *
  2442.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  2443.      */
  2444.     protected function getSecurity_Csrf_TokenManagerService()
  2445.     {
  2446.         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'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2447.     }
  2448.     /**
  2449.      * Gets the private 'security.csrf.token_storage' shared service.
  2450.      *
  2451.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  2452.      */
  2453.     protected function getSecurity_Csrf_TokenStorageService()
  2454.     {
  2455.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2456.     }
  2457.     /**
  2458.      * Gets the private 'security.event_dispatcher.main' shared service.
  2459.      *
  2460.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2461.      */
  2462.     protected function getSecurity_EventDispatcher_MainService()
  2463.     {
  2464.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2465.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.main.user_provider', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener')] function () {
  2466.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  2467.         }, => 'checkPassport'], 2048);
  2468.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> #[\Closure(name'security.listener.session.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\SessionStrategyListener')] function () {
  2469.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  2470.         }, => 'onSuccessfulLogin'], 0);
  2471.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> #[\Closure(name'security.logout.listener.default.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\DefaultLogoutListener')] function () {
  2472.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  2473.         }, => 'onLogout'], 64);
  2474.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> #[\Closure(name'security.logout.listener.session.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\SessionLogoutListener')] function () {
  2475.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2476.         }, => 'onLogout'], 0);
  2477.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.user_checker.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener')] function () {
  2478.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2479.         }, => 'preCheckCredentials'], 256);
  2480.         $instance->addListener('security.authentication.success', [=> #[\Closure(name'security.listener.user_checker.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener')] function () {
  2481.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2482.         }, => 'postCheckCredentials'], 256);
  2483.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.user_provider', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener')] function () {
  2484.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2485.         }, => 'checkPassport'], 1024);
  2486.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.check_authenticator_credentials', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener')] function () {
  2487.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2488.         }, => 'checkPassport'], 0);
  2489.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> #[\Closure(name'security.listener.password_migrating', class: 'Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener')] function () {
  2490.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2491.         }, => 'onLoginSuccess'], 0);
  2492.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.csrf_protection', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener')] function () {
  2493.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2494.         }, => 'checkPassport'], 512);
  2495.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> #[\Closure(name'security.logout.listener.csrf_token_clearing', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfTokenClearingLogoutListener')] function () {
  2496.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2497.         }, => 'onLogout'], 0);
  2498.         return $instance;
  2499.     }
  2500.     /**
  2501.      * Gets the private 'security.expression_language' shared service.
  2502.      *
  2503.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  2504.      */
  2505.     protected function getSecurity_ExpressionLanguageService()
  2506.     {
  2507.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2508.         $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  2509.         return $instance;
  2510.     }
  2511.     /**
  2512.      * Gets the private 'security.firewall.map' shared service.
  2513.      *
  2514.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2515.      */
  2516.     protected function getSecurity_Firewall_MapService()
  2517.     {
  2518.         $a = ($this->privates['.service_locator.JYo.9Ts'] ?? $this->get_ServiceLocator_JYo_9TsService());
  2519.         if (isset($this->privates['security.firewall.map'])) {
  2520.             return $this->privates['security.firewall.map'];
  2521.         }
  2522.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2523.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.uTv4pMG'] ?? ($this->privates['.security.request_matcher.uTv4pMG'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/')));
  2524.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  2525.             yield 'security.firewall.map.context.main' => NULL;
  2526.         }, 3));
  2527.     }
  2528.     /**
  2529.      * Gets the private 'security.logout_url_generator' shared service.
  2530.      *
  2531.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2532.      */
  2533.     protected function getSecurity_LogoutUrlGeneratorService()
  2534.     {
  2535.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2536.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  2537.         return $instance;
  2538.     }
  2539.     /**
  2540.      * Gets the private 'security.token_storage' shared service.
  2541.      *
  2542.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  2543.      */
  2544.     protected function getSecurity_TokenStorageService()
  2545.     {
  2546.         return $this->privates['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2547.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2548.         ], [
  2549.             'request_stack' => '?',
  2550.         ]));
  2551.     }
  2552.     /**
  2553.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2554.      *
  2555.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2556.      */
  2557.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2558.     {
  2559.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2560.     }
  2561.     /**
  2562.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2563.      *
  2564.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2565.      */
  2566.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2567.     {
  2568.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2569.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2570.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2571.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2572.     }
  2573.     /**
  2574.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2575.      *
  2576.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2577.      */
  2578.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2579.     {
  2580.         $a = ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  2581.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2582.             return $this->privates['sensio_framework_extra.security.listener'];
  2583.         }
  2584.         $b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  2585.         $b->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  2586.         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()), $b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2587.     }
  2588.     /**
  2589.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2590.      *
  2591.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2592.      */
  2593.     protected function getSensioFrameworkExtra_View_ListenerService()
  2594.     {
  2595.         $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))));
  2596.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2597.             'twig' => ['privates''twig''getTwigService'false],
  2598.         ], [
  2599.             'twig' => 'Twig\\Environment',
  2600.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2601.         return $instance;
  2602.     }
  2603.     /**
  2604.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  2605.      *
  2606.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  2607.      */
  2608.     protected function getSerializer_NameConverter_MetadataAwareService()
  2609.     {
  2610.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  2611.     }
  2612.     /**
  2613.      * Gets the private 'session_listener' shared service.
  2614.      *
  2615.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2616.      */
  2617.     protected function getSessionListenerService()
  2618.     {
  2619.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2620.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2621.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2622.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  2623.         ], [
  2624.             'logger' => '?',
  2625.             'session_collector' => '?',
  2626.             'session_factory' => '?',
  2627.         ]), true$this->parameters['session.storage.options']);
  2628.     }
  2629.     /**
  2630.      * Gets the private 'translator.default' shared service.
  2631.      *
  2632.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2633.      */
  2634.     protected function getTranslator_DefaultService()
  2635.     {
  2636.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2637.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2638.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2639.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2640.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2641.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2642.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2643.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2644.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2645.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2646.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2647.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2648.         ], [
  2649.             'translation.loader.csv' => '?',
  2650.             'translation.loader.dat' => '?',
  2651.             'translation.loader.ini' => '?',
  2652.             'translation.loader.json' => '?',
  2653.             'translation.loader.mo' => '?',
  2654.             'translation.loader.php' => '?',
  2655.             'translation.loader.po' => '?',
  2656.             'translation.loader.qt' => '?',
  2657.             'translation.loader.res' => '?',
  2658.             'translation.loader.xliff' => '?',
  2659.             'translation.loader.yml' => '?',
  2660.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ar.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ca.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.cs.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.php')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.de.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.en.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.es.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.php')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fi.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fr.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.php')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => (\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/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.hu.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf'), => (\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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.it.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lb.php')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle+intl-icu.nl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.php')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pt.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.php')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ru.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sk.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.php')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.tr.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.uk.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml')], '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')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.mk.php'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.mk.xlf')], 'sr_RS' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.php')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sr.xlf')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 17 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 18 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/locastic/api-platform-translation-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/aws/aws-sdk-php-symfony/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/easycorp/easyadmin-bundle/src/Resources/translations'=> 'vendor/symfonycasts/verify-email-bundle/src/Resources/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'vendor/doctrine/doctrine-migrations-bundle/translations'10 => 'vendor/symfony/debug-bundle/translations'11 => 'vendor/symfony/twig-bundle/translations'12 => 'vendor/symfony/web-profiler-bundle/translations'13 => 'vendor/twig/extra-bundle/translations'14 => 'vendor/symfony/security-bundle/translations'15 => 'vendor/symfony/monolog-bundle/translations'16 => 'vendor/symfony/maker-bundle/src/translations'17 => 'vendor/sensio/framework-extra-bundle/src/translations'18 => 'vendor/nelmio/cors-bundle/translations'19 => 'vendor/api-platform/core/src/Symfony/Bundle/translations'20 => 'vendor/knpuniversity/oauth2-client-bundle/src/translations'21 => 'vendor/lexik/jwt-authentication-bundle/translations'22 => 'vendor/locastic/api-platform-translation-bundle/src/translations'23 => 'vendor/aws/aws-sdk-php-symfony/src/translations']]], []);
  2661.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2662.         $instance->setFallbackLocales([=> 'fr']);
  2663.         return $instance;
  2664.     }
  2665.     /**
  2666.      * Gets the private 'twig' shared service.
  2667.      *
  2668.      * @return \Twig\Environment
  2669.      */
  2670.     protected function getTwigService()
  2671.     {
  2672.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  2673.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  2674.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  2675.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  2676.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  2677.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  2678.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  2679.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  2680.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  2681.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  2682.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  2683.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  2684.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  2685.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  2686.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  2687.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  2688.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  2689.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  2690.         $a->addPath((\dirname(__DIR__4).'/templates'));
  2691.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  2692.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  2693.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  2694.         $this->privates['twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  2695.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2696.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  2697.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2698.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2699.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  2700.         $g = ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  2701.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  2702.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  2703.         $i = new \Symfony\Bridge\Twig\AppVariable();
  2704.         $i->setEnvironment('dev');
  2705.         $i->setDebug(true);
  2706.         $i->setTokenStorage($g);
  2707.         if ($this->has('request_stack')) {
  2708.             $i->setRequestStack($d);
  2709.         }
  2710.         $j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  2711.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  2712.         $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())));
  2713.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  2714.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  2715.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d$e->getBaseUrl(), $e->isSecure())), new RewindableGenerator(function () {
  2716.             yield 'easyadmin.assets.package' => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Asset\\AssetPackage'] ?? $this->load('getAssetPackageService'));
  2717.         }, 1))));
  2718.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  2719.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  2720.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  2721.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  2722.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  2723.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  2724.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$e)));
  2725.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  2726.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  2727.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  2728.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  2729.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  2730.         $instance->addExtension(new \App\Twig\AgeExtension());
  2731.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  2732.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  2733.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2734.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator''getAdminUrlGeneratorService'false],
  2735.         ], [
  2736.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  2737.         ]), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService())));
  2738.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  2739.         $instance->addGlobal('app'$i);
  2740.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2741.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  2742.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  2743.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  2744.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  2745.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates''Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime''getUploaderExtensionRuntimeService'true],
  2746.         ], [
  2747.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  2748.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  2749.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  2750.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  2751.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  2752.         ])));
  2753.         $instance->addGlobal('profileService', new \App\Service\ProfileService(($this->services['doctrine'] ?? $this->getDoctrineService())));
  2754.         $instance->registerUndefinedFilterCallback([=> $j=> 'suggestFilter']);
  2755.         $instance->registerUndefinedFunctionCallback([=> $j=> 'suggestFunction']);
  2756.         $instance->registerUndefinedTokenParserCallback([=> $j=> 'suggestTag']);
  2757.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  2758.         return $instance;
  2759.     }
  2760.     /**
  2761.      * Gets the private 'validator.builder' shared service.
  2762.      *
  2763.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2764.      */
  2765.     protected function getValidator_BuilderService()
  2766.     {
  2767.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2768.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2769.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2770.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2771.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2772.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2773.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2774.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2775.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2776.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2777.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2778.         ], [
  2779.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2780.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2781.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2782.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2783.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2784.             'doctrine.orm.validator.unique' => '?',
  2785.             'security.validator.user_password' => '?',
  2786.             'validator.expression' => '?',
  2787.         ])));
  2788.         if ($this->has('translator')) {
  2789.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2790.         }
  2791.         $instance->setTranslationDomain('validators');
  2792.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2793.         $instance->enableAnnotationMapping(true);
  2794.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2795.         $instance->addMethodMapping('loadValidatorMetadata');
  2796.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2797.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2798.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2799.         return $instance;
  2800.     }
  2801.     /**
  2802.      * Gets the private 'var_dumper.html_dumper' shared service.
  2803.      *
  2804.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2805.      */
  2806.     protected function getVarDumper_HtmlDumperService()
  2807.     {
  2808.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2809.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2810.         return $instance;
  2811.     }
  2812.     /**
  2813.      * Gets the private 'var_dumper.server_connection' shared service.
  2814.      *
  2815.      * @return \Symfony\Component\VarDumper\Server\Connection
  2816.      */
  2817.     protected function getVarDumper_ServerConnectionService()
  2818.     {
  2819.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'\dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  2820.     }
  2821.     /**
  2822.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  2823.      *
  2824.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  2825.      */
  2826.     protected function getVichUploader_MetadataReaderService()
  2827.     {
  2828.         $a = new \Metadata\Driver\FileLocator([]);
  2829.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader(), [=> ($this->services['doctrine'] ?? $this->getDoctrineService())]), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  2830.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  2831.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  2832.     }
  2833.     /**
  2834.      * Gets the private 'web_profiler.csp.handler' shared service.
  2835.      *
  2836.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2837.      */
  2838.     protected function getWebProfiler_Csp_HandlerService()
  2839.     {
  2840.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2841.     }
  2842.     /**
  2843.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2844.      *
  2845.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2846.      */
  2847.     protected function getWebProfiler_DebugToolbarService()
  2848.     {
  2849.         $a = ($this->privates['twig'] ?? $this->getTwigService());
  2850.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2851.             return $this->privates['web_profiler.debug_toolbar'];
  2852.         }
  2853.         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()));
  2854.     }
  2855.     /**
  2856.      * Gets the public 'profiler' alias.
  2857.      *
  2858.      * @return object The ".container.private.profiler" service.
  2859.      */
  2860.     protected function getProfilerService()
  2861.     {
  2862.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2863.         return $this->get('.container.private.profiler');
  2864.     }
  2865.     public function getParameter(string $name): array|bool|string|int|float|\UnitEnum|null
  2866.     {
  2867.         if (isset($this->buildParameters[$name])) {
  2868.             return $this->buildParameters[$name];
  2869.         }
  2870.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  2871.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2872.         }
  2873.         if (isset($this->loadedDynamicParameters[$name])) {
  2874.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2875.         }
  2876.         return $this->parameters[$name];
  2877.     }
  2878.     public function hasParameter(string $name): bool
  2879.     {
  2880.         if (isset($this->buildParameters[$name])) {
  2881.             return true;
  2882.         }
  2883.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  2884.     }
  2885.     public function setParameter(string $name$value): void
  2886.     {
  2887.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2888.     }
  2889.     public function getParameterBag(): ParameterBagInterface
  2890.     {
  2891.         if (null === $this->parameterBag) {
  2892.             $parameters $this->parameters;
  2893.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2894.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2895.             }
  2896.             foreach ($this->buildParameters as $name => $value) {
  2897.                 $parameters[$name] = $value;
  2898.             }
  2899.             $this->parameterBag = new FrozenParameterBag($parameters);
  2900.         }
  2901.         return $this->parameterBag;
  2902.     }
  2903.     private $loadedDynamicParameters = [
  2904.         'kernel.runtime_environment' => false,
  2905.         'kernel.build_dir' => false,
  2906.         'kernel.cache_dir' => false,
  2907.         'kernel.secret' => false,
  2908.         'debug.file_link_format' => false,
  2909.         'debug.container.dump' => false,
  2910.         'serializer.mapping.cache.file' => false,
  2911.         'session.save_path' => false,
  2912.         'validator.mapping.cache.file' => false,
  2913.         'profiler.storage.dsn' => false,
  2914.         'doctrine.orm.proxy_dir' => false,
  2915.         'nelmio_cors.defaults' => false,
  2916.         'lexik_jwt_authentication.pass_phrase' => false,
  2917.     ];
  2918.     private $dynamicParameters = [];
  2919.     private function getDynamicParameter(string $name)
  2920.     {
  2921.         $value = match ($name) {
  2922.             'kernel.runtime_environment' => $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'),
  2923.             'kernel.build_dir' => $this->targetDir.'',
  2924.             'kernel.cache_dir' => $this->targetDir.'',
  2925.             'kernel.secret' => $this->getEnv('APP_SECRET'),
  2926.             'debug.file_link_format' => $this->getEnv('default::SYMFONY_IDE'),
  2927.             'debug.container.dump' => ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'),
  2928.             'serializer.mapping.cache.file' => ($this->targetDir.''.'/serialization.php'),
  2929.             'session.save_path' => ($this->targetDir.''.'/sessions'),
  2930.             'validator.mapping.cache.file' => ($this->targetDir.''.'/validation.php'),
  2931.             'profiler.storage.dsn' => ('file:'.$this->targetDir.''.'/profiler'),
  2932.             'doctrine.orm.proxy_dir' => ($this->targetDir.''.'/doctrine/orm/Proxies'),
  2933.             'nelmio_cors.defaults' => [
  2934.                 'allow_origin' => [
  2935.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  2936.                 ],
  2937.                 'allow_credentials' => false,
  2938.                 'allow_headers' => [
  2939.                     => 'content-type',
  2940.                     => 'authorization',
  2941.                 ],
  2942.                 'expose_headers' => [
  2943.                     => 'Link',
  2944.                 ],
  2945.                 'allow_methods' => [
  2946.                     => 'GET',
  2947.                     => 'OPTIONS',
  2948.                     => 'POST',
  2949.                     => 'PUT',
  2950.                     => 'PATCH',
  2951.                     => 'DELETE',
  2952.                 ],
  2953.                 'max_age' => 3600,
  2954.                 'hosts' => [
  2955.                 ],
  2956.                 'origin_regex' => true,
  2957.                 'forced_allow_origin_value' => NULL,
  2958.                 'skip_same_as_origin' => true,
  2959.             ],
  2960.             'lexik_jwt_authentication.pass_phrase' => $this->getEnv('JWT_PASSPHRASE'),
  2961.             default => throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name)),
  2962.         };
  2963.         $this->loadedDynamicParameters[$name] = true;
  2964.         return $this->dynamicParameters[$name] = $value;
  2965.     }
  2966.     protected function getDefaultParameters(): array
  2967.     {
  2968.         return [
  2969.             'kernel.project_dir' => \dirname(__DIR__4),
  2970.             'kernel.environment' => 'dev',
  2971.             'kernel.debug' => true,
  2972.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  2973.             'kernel.bundles' => [
  2974.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2975.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2976.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2977.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2978.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2979.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2980.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  2981.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2982.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2983.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2984.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2985.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  2986.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  2987.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  2988.                 'SymfonyCastsVerifyEmailBundle' => 'SymfonyCasts\\Bundle\\VerifyEmail\\SymfonyCastsVerifyEmailBundle',
  2989.                 'KnpUOAuth2ClientBundle' => 'KnpU\\OAuth2ClientBundle\\KnpUOAuth2ClientBundle',
  2990.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  2991.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  2992.                 'ApiPlatformTranslationBundle' => 'Locastic\\ApiPlatformTranslationBundle\\ApiPlatformTranslationBundle',
  2993.                 'AwsBundle' => 'Aws\\Symfony\\AwsBundle',
  2994.             ],
  2995.             'kernel.bundles_metadata' => [
  2996.                 'FrameworkBundle' => [
  2997.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  2998.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2999.                 ],
  3000.                 'DoctrineBundle' => [
  3001.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3002.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3003.                 ],
  3004.                 'DoctrineMigrationsBundle' => [
  3005.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3006.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3007.                 ],
  3008.                 'DebugBundle' => [
  3009.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3010.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3011.                 ],
  3012.                 'TwigBundle' => [
  3013.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3014.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3015.                 ],
  3016.                 'WebProfilerBundle' => [
  3017.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3018.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3019.                 ],
  3020.                 'TwigExtraBundle' => [
  3021.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3022.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3023.                 ],
  3024.                 'SecurityBundle' => [
  3025.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3026.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3027.                 ],
  3028.                 'MonologBundle' => [
  3029.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3030.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3031.                 ],
  3032.                 'MakerBundle' => [
  3033.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3034.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3035.                 ],
  3036.                 'SensioFrameworkExtraBundle' => [
  3037.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3038.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3039.                 ],
  3040.                 'EasyAdminBundle' => [
  3041.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  3042.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  3043.                 ],
  3044.                 'NelmioCorsBundle' => [
  3045.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  3046.                     'namespace' => 'Nelmio\\CorsBundle',
  3047.                 ],
  3048.                 'ApiPlatformBundle' => [
  3049.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  3050.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  3051.                 ],
  3052.                 'SymfonyCastsVerifyEmailBundle' => [
  3053.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src'),
  3054.                     'namespace' => 'SymfonyCasts\\Bundle\\VerifyEmail',
  3055.                 ],
  3056.                 'KnpUOAuth2ClientBundle' => [
  3057.                     'path' => (\dirname(__DIR__4).'/vendor/knpuniversity/oauth2-client-bundle/src'),
  3058.                     'namespace' => 'KnpU\\OAuth2ClientBundle',
  3059.                 ],
  3060.                 'LexikJWTAuthenticationBundle' => [
  3061.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  3062.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  3063.                 ],
  3064.                 'VichUploaderBundle' => [
  3065.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  3066.                     'namespace' => 'Vich\\UploaderBundle',
  3067.                 ],
  3068.                 'ApiPlatformTranslationBundle' => [
  3069.                     'path' => (\dirname(__DIR__4).'/vendor/locastic/api-platform-translation-bundle/src'),
  3070.                     'namespace' => 'Locastic\\ApiPlatformTranslationBundle',
  3071.                 ],
  3072.                 'AwsBundle' => [
  3073.                     'path' => (\dirname(__DIR__4).'/vendor/aws/aws-sdk-php-symfony/src'),
  3074.                     'namespace' => 'Aws\\Symfony',
  3075.                 ],
  3076.             ],
  3077.             'kernel.charset' => 'UTF-8',
  3078.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  3079.             'event_dispatcher.event_aliases' => [
  3080.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3081.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3082.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3083.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3084.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3085.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3086.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3087.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3088.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3089.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3090.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3091.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3092.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3093.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3094.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3095.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3096.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3097.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3098.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3099.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3100.             ],
  3101.             'fragment.renderer.hinclude.global_template' => NULL,
  3102.             'fragment.path' => '/_fragment',
  3103.             'kernel.http_method_override' => false,
  3104.             'kernel.trust_x_sendfile_type_header' => false,
  3105.             'kernel.trusted_hosts' => [
  3106.             ],
  3107.             'kernel.default_locale' => 'fr',
  3108.             'kernel.enabled_locales' => [
  3109.             ],
  3110.             'kernel.error_controller' => 'error_controller',
  3111.             'asset.request_context.base_path' => NULL,
  3112.             'asset.request_context.secure' => NULL,
  3113.             'translator.logging' => false,
  3114.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3115.             'debug.error_handler.throw_at' => -1,
  3116.             'router.request_context.host' => 'localhost',
  3117.             'router.request_context.scheme' => 'http',
  3118.             'router.request_context.base_url' => '',
  3119.             'router.resource' => 'kernel::loadRoutes',
  3120.             'request_listener.http_port' => 80,
  3121.             'request_listener.https_port' => 443,
  3122.             'session.metadata.storage_key' => '_sf2_meta',
  3123.             'session.storage.options' => [
  3124.                 'cache_limiter' => '0',
  3125.                 'cookie_secure' => 'auto',
  3126.                 'cookie_httponly' => true,
  3127.                 'cookie_samesite' => 'lax',
  3128.                 'gc_probability' => 1,
  3129.             ],
  3130.             'session.metadata.update_threshold' => 0,
  3131.             'form.type_extension.csrf.enabled' => true,
  3132.             'form.type_extension.csrf.field_name' => '_token',
  3133.             'validator.translation_domain' => 'validators',
  3134.             'profiler_listener.only_exceptions' => false,
  3135.             'profiler_listener.only_main_requests' => false,
  3136.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3137.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3138.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3139.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3140.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3141.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3142.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3143.             'doctrine.entity_managers' => [
  3144.                 'default' => 'doctrine.orm.default_entity_manager',
  3145.             ],
  3146.             'doctrine.default_entity_manager' => 'default',
  3147.             'doctrine.dbal.connection_factory.types' => [
  3148.                 'uuid' => [
  3149.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  3150.                 ],
  3151.                 'ulid' => [
  3152.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  3153.                 ],
  3154.             ],
  3155.             'doctrine.connections' => [
  3156.                 'default' => 'doctrine.dbal.default_connection',
  3157.             ],
  3158.             'doctrine.default_connection' => 'default',
  3159.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3160.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3161.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3162.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3163.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3164.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3165.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3166.             'doctrine.orm.cache.memcache_port' => 11211,
  3167.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3168.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3169.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3170.             'doctrine.orm.cache.memcached_port' => 11211,
  3171.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3172.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3173.             'doctrine.orm.cache.redis_host' => 'localhost',
  3174.             'doctrine.orm.cache.redis_port' => 6379,
  3175.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3176.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3177.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3178.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3179.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3180.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3181.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3182.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3183.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3184.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3185.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3186.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3187.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3188.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3189.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3190.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3191.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3192.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3193.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3194.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3195.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3196.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3197.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3198.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3199.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3200.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3201.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3202.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3203.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3204.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3205.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3206.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  3207.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3208.             'doctrine.migrations.preferred_em' => NULL,
  3209.             'doctrine.migrations.preferred_connection' => NULL,
  3210.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3211.             'twig.form.resources' => [
  3212.                 => '@VichUploader/Form/fields.html.twig',
  3213.                 => 'form_div_layout.html.twig',
  3214.             ],
  3215.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3216.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3217.             'web_profiler.debug_toolbar.mode' => 2,
  3218.             'security.role_hierarchy.roles' => [
  3219.             ],
  3220.             'security.access.denied_url' => NULL,
  3221.             'security.authentication.manager.erase_credentials' => true,
  3222.             'security.authentication.session_strategy.strategy' => 'migrate',
  3223.             'security.authentication.hide_user_not_found' => true,
  3224.             'security.firewalls' => [
  3225.                 => 'api',
  3226.                 => 'dev',
  3227.                 => 'main',
  3228.             ],
  3229.             'lexik_jwt_authentication.authenticator_manager_enabled' => true,
  3230.             'monolog.use_microseconds' => true,
  3231.             'monolog.swift_mailer.handlers' => [
  3232.             ],
  3233.             'monolog.handlers_to_channels' => [
  3234.                 'monolog.handler.console' => [
  3235.                     'type' => 'exclusive',
  3236.                     'elements' => [
  3237.                         => 'event',
  3238.                         => 'doctrine',
  3239.                         => 'console',
  3240.                     ],
  3241.                 ],
  3242.                 'monolog.handler.main' => [
  3243.                     'type' => 'exclusive',
  3244.                     'elements' => [
  3245.                         => 'event',
  3246.                     ],
  3247.                 ],
  3248.             ],
  3249.             'nelmio_cors.map' => [
  3250.                 '^/' => [
  3251.                     'skip_same_as_origin' => true,
  3252.                 ],
  3253.             ],
  3254.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  3255.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  3256.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  3257.             'api_platform.metadata_backward_compatibility_layer' => true,
  3258.             'api_platform.enable_entrypoint' => true,
  3259.             'api_platform.enable_docs' => true,
  3260.             'api_platform.title' => '',
  3261.             'api_platform.description' => '',
  3262.             'api_platform.version' => '0.0.0',
  3263.             'api_platform.show_webby' => true,
  3264.             'api_platform.url_generation_strategy' => 1,
  3265.             'api_platform.exception_to_status' => [
  3266.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  3267.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  3268.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  3269.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  3270.             ],
  3271.             'api_platform.formats' => [
  3272.                 'json' => [
  3273.                     => 'application/json',
  3274.                 ],
  3275.                 'html' => [
  3276.                     => 'text/html',
  3277.                 ],
  3278.             ],
  3279.             'api_platform.patch_formats' => [
  3280.                 'json' => [
  3281.                     => 'application/merge-patch+json',
  3282.                 ],
  3283.             ],
  3284.             'api_platform.error_formats' => [
  3285.                 'jsonproblem' => [
  3286.                     => 'application/problem+json',
  3287.                 ],
  3288.                 'jsonld' => [
  3289.                     => 'application/ld+json',
  3290.                 ],
  3291.             ],
  3292.             'api_platform.allow_plain_identifiers' => false,
  3293.             'api_platform.eager_loading.enabled' => true,
  3294.             'api_platform.eager_loading.max_joins' => 100,
  3295.             'api_platform.eager_loading.fetch_partial' => false,
  3296.             'api_platform.eager_loading.force_eager' => true,
  3297.             'api_platform.collection.exists_parameter_name' => 'exists',
  3298.             'api_platform.collection.order' => 'ASC',
  3299.             'api_platform.collection.order_parameter_name' => 'order',
  3300.             'api_platform.collection.order_nulls_comparison' => NULL,
  3301.             'api_platform.collection.pagination.enabled' => false,
  3302.             'api_platform.collection.pagination.partial' => false,
  3303.             'api_platform.collection.pagination.client_enabled' => false,
  3304.             'api_platform.collection.pagination.client_items_per_page' => false,
  3305.             'api_platform.collection.pagination.client_partial' => false,
  3306.             'api_platform.collection.pagination.items_per_page' => 30,
  3307.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  3308.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  3309.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  3310.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  3311.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  3312.             'api_platform.collection.pagination' => [
  3313.                 'enabled' => false,
  3314.                 'partial' => false,
  3315.                 'client_enabled' => false,
  3316.                 'client_items_per_page' => false,
  3317.                 'client_partial' => false,
  3318.                 'items_per_page' => 30,
  3319.                 'maximum_items_per_page' => NULL,
  3320.                 'page_parameter_name' => 'page',
  3321.                 'enabled_parameter_name' => 'pagination',
  3322.                 'items_per_page_parameter_name' => 'itemsPerPage',
  3323.                 'partial_parameter_name' => 'partial',
  3324.             ],
  3325.             'api_platform.http_cache.etag' => true,
  3326.             'api_platform.http_cache.max_age' => NULL,
  3327.             'api_platform.http_cache.shared_max_age' => NULL,
  3328.             'api_platform.http_cache.vary' => [
  3329.                 => 'Accept',
  3330.             ],
  3331.             'api_platform.http_cache.public' => NULL,
  3332.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  3333.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  3334.             'api_platform.asset_package' => NULL,
  3335.             'api_platform.defaults' => [
  3336.                 'attributes' => [
  3337.                     'pagination_enabled' => false,
  3338.                 ],
  3339.             ],
  3340.             'api_platform.resource_class_directories' => [
  3341.                 => (\dirname(__DIR__4).'/src/Entity'),
  3342.             ],
  3343.             'api_platform.oauth.enabled' => false,
  3344.             'api_platform.oauth.clientId' => '',
  3345.             'api_platform.oauth.clientSecret' => '',
  3346.             'api_platform.oauth.type' => 'oauth2',
  3347.             'api_platform.oauth.flow' => 'application',
  3348.             'api_platform.oauth.tokenUrl' => '',
  3349.             'api_platform.oauth.authorizationUrl' => '',
  3350.             'api_platform.oauth.refreshUrl' => '',
  3351.             'api_platform.oauth.scopes' => [
  3352.             ],
  3353.             'api_platform.oauth.pkce' => false,
  3354.             'api_platform.openapi.termsOfService' => NULL,
  3355.             'api_platform.openapi.contact.name' => NULL,
  3356.             'api_platform.openapi.contact.url' => NULL,
  3357.             'api_platform.openapi.contact.email' => NULL,
  3358.             'api_platform.openapi.license.name' => NULL,
  3359.             'api_platform.openapi.license.url' => NULL,
  3360.             'api_platform.swagger.versions' => [
  3361.                 => 3,
  3362.             ],
  3363.             'api_platform.enable_swagger_ui' => true,
  3364.             'api_platform.enable_re_doc' => true,
  3365.             'api_platform.swagger.api_keys' => [
  3366.                 'JWT' => [
  3367.                     'name' => 'Authorization',
  3368.                     'type' => 'header',
  3369.                 ],
  3370.             ],
  3371.             'api_platform.swagger_ui.extra_configuration' => [
  3372.             ],
  3373.             'api_platform.graphql.enabled' => false,
  3374.             'api_platform.graphql.graphiql.enabled' => false,
  3375.             'api_platform.graphql.graphql_playground.enabled' => false,
  3376.             'api_platform.graphql.collection.pagination' => [
  3377.                 'enabled' => true,
  3378.             ],
  3379.             'api_platform.validator.serialize_payload_fields' => [
  3380.             ],
  3381.             'api_platform.validator.query_parameter_validation' => true,
  3382.             'api_platform.elasticsearch.enabled' => false,
  3383.             'lexik_jwt_authentication.token_ttl' => 15778800,
  3384.             'lexik_jwt_authentication.clock_skew' => 0,
  3385.             'lexik_jwt_authentication.user_identity_field' => 'email',
  3386.             'lexik_jwt_authentication.allow_no_expiration' => false,
  3387.             'lexik_jwt_authentication.user_id_claim' => 'email',
  3388.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  3389.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  3390.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  3391.             'vich_uploader.mappings' => [
  3392.                 'products' => [
  3393.                     'uri_prefix' => '/images/products',
  3394.                     'upload_destination' => (\dirname(__DIR__4).'/public/images/products'),
  3395.                     'namer' => [
  3396.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.products',
  3397.                         'options' => [
  3398.                         ],
  3399.                     ],
  3400.                     'inject_on_load' => false,
  3401.                     'delete_on_update' => true,
  3402.                     'delete_on_remove' => true,
  3403.                     'directory_namer' => [
  3404.                         'service' => NULL,
  3405.                         'options' => NULL,
  3406.                     ],
  3407.                     'db_driver' => 'orm',
  3408.                 ],
  3409.             ],
  3410.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  3411.             'aws_sdk.class' => 'Aws\\Sdk',
  3412.             'data_collector.templates' => [
  3413.                 'data_collector.request' => [
  3414.                     => 'request',
  3415.                     => '@WebProfiler/Collector/request.html.twig',
  3416.                 ],
  3417.                 'api_platform.data_collector.request' => [
  3418.                     => 'api_platform.data_collector.request',
  3419.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  3420.                 ],
  3421.                 'data_collector.time' => [
  3422.                     => 'time',
  3423.                     => '@WebProfiler/Collector/time.html.twig',
  3424.                 ],
  3425.                 'data_collector.memory' => [
  3426.                     => 'memory',
  3427.                     => '@WebProfiler/Collector/memory.html.twig',
  3428.                 ],
  3429.                 'data_collector.validator' => [
  3430.                     => 'validator',
  3431.                     => '@WebProfiler/Collector/validator.html.twig',
  3432.                 ],
  3433.                 'data_collector.ajax' => [
  3434.                     => 'ajax',
  3435.                     => '@WebProfiler/Collector/ajax.html.twig',
  3436.                 ],
  3437.                 'data_collector.form' => [
  3438.                     => 'form',
  3439.                     => '@WebProfiler/Collector/form.html.twig',
  3440.                 ],
  3441.                 'data_collector.exception' => [
  3442.                     => 'exception',
  3443.                     => '@WebProfiler/Collector/exception.html.twig',
  3444.                 ],
  3445.                 'data_collector.logger' => [
  3446.                     => 'logger',
  3447.                     => '@WebProfiler/Collector/logger.html.twig',
  3448.                 ],
  3449.                 'data_collector.events' => [
  3450.                     => 'events',
  3451.                     => '@WebProfiler/Collector/events.html.twig',
  3452.                 ],
  3453.                 'data_collector.router' => [
  3454.                     => 'router',
  3455.                     => '@WebProfiler/Collector/router.html.twig',
  3456.                 ],
  3457.                 'data_collector.cache' => [
  3458.                     => 'cache',
  3459.                     => '@WebProfiler/Collector/cache.html.twig',
  3460.                 ],
  3461.                 'data_collector.translation' => [
  3462.                     => 'translation',
  3463.                     => '@WebProfiler/Collector/translation.html.twig',
  3464.                 ],
  3465.                 'data_collector.security' => [
  3466.                     => 'security',
  3467.                     => '@Security/Collector/security.html.twig',
  3468.                 ],
  3469.                 'data_collector.twig' => [
  3470.                     => 'twig',
  3471.                     => '@WebProfiler/Collector/twig.html.twig',
  3472.                 ],
  3473.                 'data_collector.http_client' => [
  3474.                     => 'http_client',
  3475.                     => '@WebProfiler/Collector/http_client.html.twig',
  3476.                 ],
  3477.                 'data_collector.doctrine' => [
  3478.                     => 'db',
  3479.                     => '@Doctrine/Collector/db.html.twig',
  3480.                 ],
  3481.                 'data_collector.dump' => [
  3482.                     => 'dump',
  3483.                     => '@Debug/Profiler/dump.html.twig',
  3484.                 ],
  3485.                 'data_collector.messenger' => [
  3486.                     => 'messenger',
  3487.                     => '@WebProfiler/Collector/messenger.html.twig',
  3488.                 ],
  3489.                 'mailer.data_collector' => [
  3490.                     => 'mailer',
  3491.                     => '@WebProfiler/Collector/mailer.html.twig',
  3492.                 ],
  3493.                 'notifier.data_collector' => [
  3494.                     => 'notifier',
  3495.                     => '@WebProfiler/Collector/notifier.html.twig',
  3496.                 ],
  3497.                 'serializer.data_collector' => [
  3498.                     => 'serializer',
  3499.                     => '@WebProfiler/Collector/serializer.html.twig',
  3500.                 ],
  3501.                 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  3502.                     => 'easyadmin',
  3503.                     => '@EasyAdmin/inspector/data_collector.html.twig',
  3504.                 ],
  3505.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  3506.                     => 'vich_uploader.mapping_collector',
  3507.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  3508.                 ],
  3509.                 'data_collector.config' => [
  3510.                     => 'config',
  3511.                     => '@WebProfiler/Collector/config.html.twig',
  3512.                 ],
  3513.             ],
  3514.             'console.command.ids' => [
  3515.             ],
  3516.         ];
  3517.     }
  3518. }