var/cache/dev/ContainerU60hArV/App_KernelDevDebugContainer.php line 739

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