var/cache/dev/ContainerWdxUOvK/App_KernelDevDebugContainer.php line 2074

Open in your IDE?
  1. <?php
  2. namespace ContainerWdxUOvK;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  38.             '.container.private.twig' => 'get_Container_Private_TwigService',
  39.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  40.             'cache.app' => 'getCache_AppService',
  41.             'cache.system' => 'getCache_SystemService',
  42.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  43.             'data_collector.dump' => 'getDataCollector_DumpService',
  44.             'doctrine' => 'getDoctrineService',
  45.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  46.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  47.             'event_dispatcher' => 'getEventDispatcherService',
  48.             'http_kernel' => 'getHttpKernelService',
  49.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  50.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  51.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  52.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  53.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  54.             'profiler' => 'getProfilerService',
  55.             'request_stack' => 'getRequestStackService',
  56.             'router' => 'getRouterService',
  57.             'translator' => 'getTranslatorService',
  58.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  59.             'cache_clearer' => 'getCacheClearerService',
  60.             'filesystem' => 'getFilesystemService',
  61.             'serializer' => 'getSerializerService',
  62.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  63.             'form.factory' => 'getForm_FactoryService',
  64.             'form.type.file' => 'getForm_Type_FileService',
  65.             'twig' => 'getTwigService',
  66.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  67.             'security.token_storage' => 'getSecurity_TokenStorageService',
  68.             'validator' => 'getValidatorService',
  69.         ];
  70.         $this->fileMap = [
  71.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  72.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  73.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  74.             'App\\Controller\\API\\ApiTrelloController' => 'getApiTrelloControllerService',
  75.             'App\\Controller\\Admin\\AddressCrudController' => 'getAddressCrudControllerService',
  76.             'App\\Controller\\Admin\\ArticleCrudController' => 'getArticleCrudControllerService',
  77.             'App\\Controller\\Admin\\BlockquoteCrudController' => 'getBlockquoteCrudControllerService',
  78.             'App\\Controller\\Admin\\ComponentCrudController' => 'getComponentCrudControllerService',
  79.             'App\\Controller\\Admin\\CreativeWorkCrudController' => 'getCreativeWorkCrudControllerService',
  80.             'App\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  81.             'App\\Controller\\Admin\\DocumentObjectCrudController' => 'getDocumentObjectCrudControllerService',
  82.             'App\\Controller\\Admin\\MediaObjectCrudController' => 'getMediaObjectCrudControllerService',
  83.             'App\\Controller\\Admin\\MessageCrudController' => 'getMessageCrudControllerService',
  84.             'App\\Controller\\Admin\\OrganizationCrudController' => 'getOrganizationCrudControllerService',
  85.             'App\\Controller\\Admin\\ParameterCrudController' => 'getParameterCrudControllerService',
  86.             'App\\Controller\\Admin\\PersonCrudController' => 'getPersonCrudControllerService',
  87.             'App\\Controller\\Admin\\PersonPositionCrudController' => 'getPersonPositionCrudControllerService',
  88.             'App\\Controller\\Admin\\SlideCrudController' => 'getSlideCrudControllerService',
  89.             'App\\Controller\\Admin\\SlideMediaObjectCrudController' => 'getSlideMediaObjectCrudControllerService',
  90.             'App\\Controller\\Admin\\TagCrudController' => 'getTagCrudControllerService',
  91.             'App\\Controller\\Admin\\UserCrudController' => 'getUserCrudControllerService',
  92.             'App\\Controller\\Admin\\WebPageCrudController' => 'getWebPageCrudControllerService',
  93.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  94.             'App\\Controller\\Web\\DefaultController' => 'getDefaultControllerService',
  95.             'App\\Controller\\Web\\SchemaController' => 'getSchemaControllerService',
  96.             'App\\Controller\\Web\\SitemapController' => 'getSitemapControllerService',
  97.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  98.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminDashboardCommand' => 'getMakeAdminDashboardCommandService',
  99.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeAdminMigrationCommand' => 'getMakeAdminMigrationCommandService',
  100.             'EasyCorp\\Bundle\\EasyAdminBundle\\Command\\MakeCrudControllerCommand' => 'getMakeCrudControllerCommandService',
  101.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  102.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  103.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  104.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  105.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  106.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  107.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  108.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  109.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  110.             'Vich\\UploaderBundle\\Naming\\PropertyNamer.uploads_media_files' => 'getPropertyNamer_UploadsMediaFilesService',
  111.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  112.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  113.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  114.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  115.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  116.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  117.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  118.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  119.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  120.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  121.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  122.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  123.             'app.tools.annotation' => 'getApp_Tools_AnnotationService',
  124.             'app.tools.array_to_csv' => 'getApp_Tools_ArrayToCsvService',
  125.             'app.tools.content' => 'getApp_Tools_ContentService',
  126.             'app.tools.media' => 'getApp_Tools_MediaService',
  127.             'app.web_content.article' => 'getApp_WebContent_ArticleService',
  128.             'app.web_content.meta_data' => 'getApp_WebContent_MetaDataService',
  129.             'app.web_content.seo' => 'getApp_WebContent_SeoService',
  130.             'app.web_content.stuctured_data' => 'getApp_WebContent_StucturedDataService',
  131.             'app.web_content.user' => 'getApp_WebContent_UserService',
  132.             'app.web_content.web_page' => 'getApp_WebContent_WebPageService',
  133.             'cache.app_clearer' => 'getCache_AppClearerService',
  134.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  135.             'cache.system_clearer' => 'getCache_SystemClearerService',
  136.             'cache_warmer' => 'getCacheWarmerService',
  137.             'console.command_loader' => 'getConsole_CommandLoaderService',
  138.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  139.             'error_controller' => 'getErrorControllerService',
  140.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  141.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  142.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  143.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  144.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  145.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  146.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  147.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  148.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  149.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  150.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  151.             'routing.loader' => 'getRouting_LoaderService',
  152.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  153.             'services_resetter' => 'getServicesResetterService',
  154.             'session' => 'getSessionService',
  155.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  156.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  157.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  158.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  159.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  160.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  161.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  162.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  163.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  164.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  165.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  166.         ];
  167.         $this->aliases = [
  168.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  169.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  170.             'App\\Kernel' => 'kernel',
  171.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  172.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  173.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  174.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  175.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  176.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  177.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  178.             'database_connection' => 'doctrine.dbal.default_connection',
  179.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  180.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  181.             'mailer' => 'swiftmailer.mailer.default',
  182.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  183.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  184.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  185.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  186.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  187.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  188.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  189.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  190.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  191.         ];
  192.         $this->privates['service_container'] = function () {
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  199.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  200.             include_once \dirname(__DIR__4).'/src/Listeners/MaintenanceListener.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  213.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  230.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  237.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  272.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  289.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  290.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  291.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  333.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  348.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  349.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  350.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  354.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Inspector/DataCollector.php';
  355.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  368.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  369.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  370.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  371.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  374.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  377.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  378.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  379.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  381.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  382.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  383.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  384.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  385.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  387.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  388.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  391.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  392.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  393.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  394.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  411.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  412.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  413.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  415.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  416.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/SQLLogger.php';
  417.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/DebugStack.php';
  418.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  419.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  420.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  421.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  422.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  423.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  425.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  426.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  427.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  428.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  429.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  430.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  431.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  432.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  433.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  434.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  435.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  436.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  437.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  438.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  439.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  440.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/NoopAuthenticationManager.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  459.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  466.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  467.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  469.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  471.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  472.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  474.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  481.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  483.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  491.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  493.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  494.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  496.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IriConverterInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  498.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  499.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/IriConverter.php';
  500.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  501.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  502.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  503.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolver.php';
  504.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  505.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  506.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  507.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  508.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  509.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  510.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  511.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  512.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  513.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  515.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  516.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  517.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  519.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  520.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  521.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  523.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  524.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  525.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  526.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  527.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  528.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  529.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  530.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  531.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  532.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  534.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  535.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  536.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  537.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  538.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  539.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  540.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  541.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  542.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  544.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  545.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  546.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  547.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  548.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  549.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  550.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  552.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  553.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  556.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  558.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  559.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  560.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
  562.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  563.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  564.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  565.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  566.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  567.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  568.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  571.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  572.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  573.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  575.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  576.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  578.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  579.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  582.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  583.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  585.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  586.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  587.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  589.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  590.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  592.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  598.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Provider/AdminContextProvider.php';
  599.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php';
  600.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php';
  601.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/MenuFactory.php';
  602.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ControllerFactory.php';
  603.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/AdminUrlGenerator.php';
  604.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/UrlSigner.php';
  605.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php';
  606.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/FieldFactory.php';
  607.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Factory/ActionFactory.php';
  608.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  610.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  611.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  612.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  615.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  617.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  618.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  619.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  620.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  621.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  623.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  624.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  625.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  626.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  627.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  628.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  629.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  630.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  631.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  632.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  633.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  634.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  635.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  636.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  637.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  638.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  642.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/DashboardControllerRegistry.php';
  643.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Registry/CrudControllerRegistry.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  650.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  666.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  667.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  673.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  674.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  675.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  676.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  677.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  678.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  679.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  680.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  681.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  682.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  683.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  686.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  687.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  688.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  689.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  690.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  691.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  704.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  705.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  707.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  711.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  716.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  721.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  722.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  723.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  724.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  725.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  726.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  727.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  728.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  729.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  730.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  731.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  732.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  733.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  734.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  736.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  742.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  743.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  744.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  745.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  746.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  747.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  748.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  749.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  750.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  751.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  752.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  753.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  754.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  755.             include_once \dirname(__DIR__4).'/src/Twig/AppExtension.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  757.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  760.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  761.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  762.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelperInterface.php';
  763.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  764.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  765.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  766.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  767.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  768.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  769.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  771.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  772.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  773.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  774.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  775.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  776.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  777.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  778.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  779.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  780.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  781.         };
  782.     }
  783.     public function compile(): void
  784.     {
  785.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  786.     }
  787.     public function isCompiled(): bool
  788.     {
  789.         return true;
  790.     }
  791.     public function getRemovedIds(): array
  792.     {
  793.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  794.     }
  795.     protected function load($file$lazyLoad true)
  796.     {
  797.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  798.             return $class::do($this$lazyLoad);
  799.         }
  800.         if ('.' === $file[-4]) {
  801.             $class substr($class0, -4);
  802.         } else {
  803.             $file .= '.php';
  804.         }
  805.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  806.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  807.     }
  808.     protected function createProxy($class, \Closure $factory)
  809.     {
  810.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  811.         return $factory();
  812.     }
  813.     /**
  814.      * Gets the public '.container.private.filesystem' shared service.
  815.      *
  816.      * @return \Symfony\Component\Filesystem\Filesystem
  817.      */
  818.     protected function get_Container_Private_FilesystemService()
  819.     {
  820.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  821.     }
  822.     /**
  823.      * Gets the public '.container.private.security.authorization_checker' shared service.
  824.      *
  825.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  826.      */
  827.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  828.     {
  829.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? ($this->privates['security.authentication.manager'] = new \Symfony\Component\Security\Http\Authentication\NoopAuthenticationManager())), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), falsefalsefalse);
  830.     }
  831.     /**
  832.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  833.      *
  834.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  835.      */
  836.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  837.     {
  838.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  839.     }
  840.     /**
  841.      * Gets the public '.container.private.security.token_storage' shared service.
  842.      *
  843.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  844.      */
  845.     protected function get_Container_Private_Security_TokenStorageService()
  846.     {
  847.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  848.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  849.         ], [
  850.             'request_stack' => '?',
  851.         ]));
  852.     }
  853.     /**
  854.      * Gets the public '.container.private.serializer' shared service.
  855.      *
  856.      * @return \Symfony\Component\Serializer\Serializer
  857.      */
  858.     protected function get_Container_Private_SerializerService()
  859.     {
  860.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  861.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  862.         $c = new \Symfony\Component\Serializer\Encoder\JsonEncoder();
  863.         $d = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$a$b)], [=> $c]));
  864.         $e = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($d);
  865.         $f = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  866.         $g = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  867.         $h = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  868.         $i = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  869.         $j = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($f$g$h, ($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$iNULLfalse'oauth2''application''''', [], [], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), true'page'false'itemsPerPage'$this->parameters['api_platform.formats'], false'pagination', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), NULLtrue$d));
  870.         $k = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  871.         $l = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  872.         $m = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  873.         $n = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  874.         $o = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  875.         $p = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  876.         $q = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  877.         $r = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($p);
  878.         $s = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($p$l$a$b$rNULL, []);
  879.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => $e=> $j=> new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($k, [], $l), => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $l), => $j=> $e=> new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($f$g$h$mNULL$kNULL$l), => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($f$n$k), => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($ktrue), 10 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 11 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 12 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 13 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($f$g$h$n$m$o$a$l$p, [], new RewindableGenerator(function () {
  880.             return new \EmptyIterator();
  881.         }, 0), $q), 14 => new \ApiPlatform\Serializer\ItemNormalizer($g$h$n$m$a$l$p, ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), falseNULL, new RewindableGenerator(function () {
  882.             return new \EmptyIterator();
  883.         }, 0), $f$q), 15 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), 16 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $l), 18 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($p$l$b$rNULL, [])), 19 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 20 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 23 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($o$m$nNULL), 'page''pagination'$f$a), $f$m$i), 24 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 25 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($s$n$o), 26 => $s], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $c=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  884.     }
  885.     /**
  886.      * Gets the public '.container.private.twig' shared service.
  887.      *
  888.      * @return \Twig\Environment
  889.      */
  890.     protected function get_Container_Private_TwigService()
  891.     {
  892.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  893.         $a->addPath((\dirname(__DIR__4).'/templates/web'), 'web');
  894.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  895.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  896.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  897.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  898.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  899.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  900.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  901.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  902.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  903.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  904.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  905.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  906.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  907.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  908.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  909.         $a->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  910.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  911.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  912.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  913.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  914.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  915.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  916.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  917.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  918.         $a->addPath((\dirname(__DIR__4).'/templates'));
  919.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  920.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  921.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  922.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  923.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  924.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  925.         $d = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  926.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  927.         $f = ($this->services['router'] ?? $this->getRouterService());
  928.         $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  929.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  930.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  931.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  932.         $j = new \Symfony\Bridge\Twig\AppVariable();
  933.         $j->setEnvironment('dev');
  934.         $j->setDebug(true);
  935.         if ($this->has('.container.private.security.token_storage')) {
  936.             $j->setTokenStorage($h);
  937.         }
  938.         if ($this->has('request_stack')) {
  939.             $j->setRequestStack($g);
  940.         }
  941.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  942.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  943.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  944.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  945.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($d));
  946.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__4), 'UTF-8'));
  947.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  948.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  949.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  950.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  951.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  952.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($g, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  953.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($g));
  954.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  955.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  956.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  957.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  958.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($g, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
  959.         $instance->addExtension(new \App\Twig\AppExtension());
  960.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  961.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  962.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  963.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  964.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  965.         ], [
  966.             'webpack_encore.entrypoint_lookup_collection' => '?',
  967.             'webpack_encore.tag_renderer' => '?',
  968.         ])));
  969.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  970.         $instance->addExtension(new \EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  971.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => [false'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator''getAdminUrlGeneratorService'false],
  972.         ], [
  973.             'EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator' => '?',
  974.         ])));
  975.         $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()))));
  976.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $f$d$g$instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  977.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  978.         $instance->addGlobal('app'$j);
  979.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  980.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  981.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  982.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  983.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  984.         ], [
  985.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  986.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  987.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  988.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  989.         ])));
  990.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  991.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  992.         $instance->registerUndefinedTokenParserCallback([=> $k=> 'suggestTag']);
  993.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  994.         return $instance;
  995.     }
  996.     /**
  997.      * Gets the public '.container.private.validator' shared service.
  998.      *
  999.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1000.      */
  1001.     protected function get_Container_Private_ValidatorService()
  1002.     {
  1003.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1004.     }
  1005.     /**
  1006.      * Gets the public 'cache.app' shared service.
  1007.      *
  1008.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1009.      */
  1010.     protected function getCache_AppService()
  1011.     {
  1012.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('hulh06C0OV'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  1013.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1014.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1015.     }
  1016.     /**
  1017.      * Gets the public 'cache.system' shared service.
  1018.      *
  1019.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1020.      */
  1021.     protected function getCache_SystemService()
  1022.     {
  1023.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Xi265t1olE'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1024.     }
  1025.     /**
  1026.      * Gets the public 'cache.validator_expression_language' shared service.
  1027.      *
  1028.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1029.      */
  1030.     protected function getCache_ValidatorExpressionLanguageService()
  1031.     {
  1032.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('qzDrYcEv6L'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1033.     }
  1034.     /**
  1035.      * Gets the public 'data_collector.dump' shared service.
  1036.      *
  1037.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1038.      */
  1039.     protected function getDataCollector_DumpService()
  1040.     {
  1041.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8'NULL, ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  1042.     }
  1043.     /**
  1044.      * Gets the public 'doctrine' shared service.
  1045.      *
  1046.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1047.      */
  1048.     protected function getDoctrineService()
  1049.     {
  1050.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1051.     }
  1052.     /**
  1053.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1054.      *
  1055.      * @return \Doctrine\DBAL\Connection
  1056.      */
  1057.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1058.     {
  1059.         $a = new \Doctrine\DBAL\Configuration();
  1060.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1061.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1062.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1063.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1064.         $a->setSQLLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1065.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b)]);
  1066.         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'), 'charset' => 'utf8''driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '5.6''defaultTableOptions' => ['charset' => 'utf8''collate' => 'utf8_unicode_ci']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1067.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1068.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1069.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1070.             'stof_doctrine_extensions.listener.sluggable' => ['privates''stof_doctrine_extensions.listener.sluggable''getStofDoctrineExtensions_Listener_SluggableService'true],
  1071.             'stof_doctrine_extensions.listener.sortable' => ['privates''stof_doctrine_extensions.listener.sortable''getStofDoctrineExtensions_Listener_SortableService'true],
  1072.             'vich_uploader.listener.clean.uploads_document_files' => ['privates''vich_uploader.listener.clean.uploads_document_files''getVichUploader_Listener_Clean_UploadsDocumentFilesService'true],
  1073.             'vich_uploader.listener.clean.uploads_media_files' => ['privates''vich_uploader.listener.clean.uploads_media_files''getVichUploader_Listener_Clean_UploadsMediaFilesService'true],
  1074.             'vich_uploader.listener.remove.uploads_document_files' => ['privates''vich_uploader.listener.remove.uploads_document_files''getVichUploader_Listener_Remove_UploadsDocumentFilesService'true],
  1075.             'vich_uploader.listener.remove.uploads_media_files' => ['privates''vich_uploader.listener.remove.uploads_media_files''getVichUploader_Listener_Remove_UploadsMediaFilesService'true],
  1076.             'vich_uploader.listener.upload.uploads_document_files' => ['privates''vich_uploader.listener.upload.uploads_document_files''getVichUploader_Listener_Upload_UploadsDocumentFilesService'true],
  1077.             'vich_uploader.listener.upload.uploads_media_files' => ['privates''vich_uploader.listener.upload.uploads_media_files''getVichUploader_Listener_Upload_UploadsMediaFilesService'true],
  1078.         ], [
  1079.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1080.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1081.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1082.             'stof_doctrine_extensions.listener.sluggable' => '?',
  1083.             'stof_doctrine_extensions.listener.sortable' => '?',
  1084.             'vich_uploader.listener.clean.uploads_document_files' => '?',
  1085.             'vich_uploader.listener.clean.uploads_media_files' => '?',
  1086.             'vich_uploader.listener.remove.uploads_document_files' => '?',
  1087.             'vich_uploader.listener.remove.uploads_media_files' => '?',
  1088.             'vich_uploader.listener.upload.uploads_document_files' => '?',
  1089.             'vich_uploader.listener.upload.uploads_media_files' => '?',
  1090.         ]), [=> 'vich_uploader.listener.clean.uploads_media_files'=> 'vich_uploader.listener.clean.uploads_document_files'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> 'stof_doctrine_extensions.listener.sluggable'=> 'stof_doctrine_extensions.listener.sortable'=> 'vich_uploader.listener.remove.uploads_media_files'=> 'vich_uploader.listener.upload.uploads_media_files'=> 'vich_uploader.listener.remove.uploads_document_files'=> 'vich_uploader.listener.upload.uploads_document_files'10 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1091.     }
  1092.     /**
  1093.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1094.      *
  1095.      * @return \Doctrine\ORM\EntityManager
  1096.      */
  1097.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1098.     {
  1099.         if ($lazyLoad) {
  1100.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1101.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1102.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1103.                     $proxy->setProxyInitializer(null);
  1104.                     return true;
  1105.                 });
  1106.             });
  1107.         }
  1108.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1109.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1110.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1111.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1112.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1113.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1114.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1115.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1116.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1117.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1118.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1119.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1120.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1121.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1122.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1123.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1124.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1125.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1126.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1127.         $a = new \Doctrine\ORM\Configuration();
  1128.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1129.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1130.         $b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  1131.         $a->setEntityNamespaces(['App' => 'App\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  1132.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1133.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1134.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1135.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1136.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1137.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1138.         ], [
  1139.             'doctrine.ulid_generator' => '?',
  1140.             'doctrine.uuid_generator' => '?',
  1141.         ])));
  1142.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1143.         $a->setProxyNamespace('Proxies');
  1144.         $a->setAutoGenerateProxyClasses(true);
  1145.         $a->setSchemaIgnoreClasses([]);
  1146.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1147.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1148.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1149.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1150.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1151.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1152.             'App\\Repository\\BlockquoteRepository' => ['privates''App\\Repository\\BlockquoteRepository''getBlockquoteRepositoryService'true],
  1153.             'App\\Repository\\CareRepository' => ['privates''App\\Repository\\CareRepository''getCareRepositoryService'true],
  1154.             'App\\Repository\\LocalBusinessRepository' => ['privates''App\\Repository\\LocalBusinessRepository''getLocalBusinessRepositoryService'true],
  1155.             'App\\Repository\\ParameterRepository' => ['privates''App\\Repository\\ParameterRepository''getParameterRepositoryService'true],
  1156.             'App\\Repository\\PropertyValueRepository' => ['privates''App\\Repository\\PropertyValueRepository''getPropertyValueRepositoryService'true],
  1157.             'App\\Repository\\TagRepository' => ['privates''App\\Repository\\TagRepository''getTagRepositoryService'true],
  1158.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  1159.         ], [
  1160.             'App\\Repository\\BlockquoteRepository' => '?',
  1161.             'App\\Repository\\CareRepository' => '?',
  1162.             'App\\Repository\\LocalBusinessRepository' => '?',
  1163.             'App\\Repository\\ParameterRepository' => '?',
  1164.             'App\\Repository\\PropertyValueRepository' => '?',
  1165.             'App\\Repository\\TagRepository' => '?',
  1166.             'App\\Repository\\UserRepository' => '?',
  1167.         ])));
  1168.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1169.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1170.         return $instance;
  1171.     }
  1172.     /**
  1173.      * Gets the public 'event_dispatcher' shared service.
  1174.      *
  1175.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1176.      */
  1177.     protected function getEventDispatcherService()
  1178.     {
  1179.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1180.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1181.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1182.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1183.         $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())));
  1184.         $instance->addListener('kernel.request', [=> function () {
  1185.             return ($this->privates['app.listener.maintenance'] ?? $this->getApp_Listener_MaintenanceService());
  1186.         }, => 'onKernelRequest'], 0);
  1187.         $instance->addListener('kernel.controller', [=> function () {
  1188.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1189.         }, => 'onKernelController'], 0);
  1190.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1191.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1192.         }, => 'checkPassport'], 1024);
  1193.         $instance->addListener('kernel.response', [=> function () {
  1194.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1195.         }, => 'onKernelResponse'], 0);
  1196.         $instance->addListener('kernel.request', [=> function () {
  1197.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1198.         }, => 'onKernelRequest'], 250);
  1199.         $instance->addListener('kernel.response', [=> function () {
  1200.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1201.         }, => 'onKernelResponse'], 0);
  1202.         $instance->addListener('kernel.response', [=> function () {
  1203.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1204.         }, => 'onResponse'], 0);
  1205.         $instance->addListener('kernel.request', [=> function () {
  1206.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1207.         }, => 'onKernelRequest'], 28);
  1208.         $instance->addListener('kernel.request', [=> function () {
  1209.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  1210.         }, => 'onKernelRequest'], 2);
  1211.         $instance->addListener('kernel.view', [=> function () {
  1212.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  1213.         }, => 'onKernelView'], 16);
  1214.         $instance->addListener('kernel.view', [=> function () {
  1215.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  1216.         }, => 'onKernelView'], 8);
  1217.         $instance->addListener('kernel.exception', [=> function () {
  1218.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  1219.         }, => 'onKernelException'], 0);
  1220.         $instance->addListener('kernel.exception', [=> function () {
  1221.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  1222.         }, => 'onKernelException'], -96);
  1223.         $instance->addListener('kernel.view', [=> function () {
  1224.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  1225.         }, => 'onKernelView'], 32);
  1226.         $instance->addListener('kernel.request', [=> function () {
  1227.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  1228.         }, => 'onKernelRequest'], 4);
  1229.         $instance->addListener('kernel.request', [=> function () {
  1230.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  1231.         }, => 'onKernelRequest'], 0);
  1232.         $instance->addListener('kernel.response', [=> function () {
  1233.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  1234.         }, => 'onKernelResponse'], 0);
  1235.         $instance->addListener('kernel.response', [=> function () {
  1236.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1237.         }, => 'onKernelResponse'], -1);
  1238.         $instance->addListener('kernel.view', [=> function () {
  1239.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  1240.         }, => 'onKernelView'], 64);
  1241.         $instance->addListener('kernel.request', [=> function () {
  1242.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1243.         }, => 'onKernelRequest'], 16);
  1244.         $instance->addListener('kernel.request', [=> function () {
  1245.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1246.         }, => 'onSecurity'], 3);
  1247.         $instance->addListener('kernel.request', [=> function () {
  1248.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1249.         }, => 'onSecurityPostDenormalize'], 1);
  1250.         $instance->addListener('kernel.view', [=> function () {
  1251.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1252.         }, => 'onSecurityPostValidation'], 63);
  1253.         $instance->addListener('kernel.exception', [=> function () {
  1254.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1255.         }, => 'onKernelException'], 0);
  1256.         $instance->addListener('kernel.exception', [=> function () {
  1257.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  1258.         }, => 'onKernelException'], -64);
  1259.         $instance->addListener('kernel.view', [=> function () {
  1260.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\CrudResponseListener'] ?? $this->load('getCrudResponseListenerService'));
  1261.         }, => 'onKernelView'], 0);
  1262.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityPersistedEvent', [=> function () {
  1263.             return ($this->privates['App\\EventSubscriber\\EasyAdminArticleSubscriber'] ?? ($this->privates['App\\EventSubscriber\\EasyAdminArticleSubscriber'] = new \App\EventSubscriber\EasyAdminArticleSubscriber($this)));
  1264.         }, => 'setNewArticle'], 0);
  1265.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityUpdatedEvent', [=> function () {
  1266.             return ($this->privates['App\\EventSubscriber\\EasyAdminArticleSubscriber'] ?? ($this->privates['App\\EventSubscriber\\EasyAdminArticleSubscriber'] = new \App\EventSubscriber\EasyAdminArticleSubscriber($this)));
  1267.         }, => 'setEditArticle'], 0);
  1268.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityPersistedEvent', [=> function () {
  1269.             return ($this->privates['App\\EventSubscriber\\EasyAdminMediaObjectSubscriber'] ?? ($this->privates['App\\EventSubscriber\\EasyAdminMediaObjectSubscriber'] = new \App\EventSubscriber\EasyAdminMediaObjectSubscriber($this)));
  1270.         }, => 'setNewMediaObject'], 0);
  1271.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityUpdatedEvent', [=> function () {
  1272.             return ($this->privates['App\\EventSubscriber\\EasyAdminMediaObjectSubscriber'] ?? ($this->privates['App\\EventSubscriber\\EasyAdminMediaObjectSubscriber'] = new \App\EventSubscriber\EasyAdminMediaObjectSubscriber($this)));
  1273.         }, => 'setEditMediaObject'], 0);
  1274.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityPersistedEvent', [=> function () {
  1275.             return ($this->privates['App\\EventSubscriber\\EasyAdminWebPageSubscriber'] ?? ($this->privates['App\\EventSubscriber\\EasyAdminWebPageSubscriber'] = new \App\EventSubscriber\EasyAdminWebPageSubscriber($this)));
  1276.         }, => 'setNewWebPage'], 0);
  1277.         $instance->addListener('EasyCorp\\Bundle\\EasyAdminBundle\\Event\\BeforeEntityUpdatedEvent', [=> function () {
  1278.             return ($this->privates['App\\EventSubscriber\\EasyAdminWebPageSubscriber'] ?? ($this->privates['App\\EventSubscriber\\EasyAdminWebPageSubscriber'] = new \App\EventSubscriber\EasyAdminWebPageSubscriber($this)));
  1279.         }, => 'setEditWebPage'], 0);
  1280.         $instance->addListener('kernel.response', [=> function () {
  1281.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1282.         }, => 'onKernelResponse'], 0);
  1283.         $instance->addListener('kernel.response', [=> function () {
  1284.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1285.         }, => 'onKernelResponse'], -1024);
  1286.         $instance->addListener('kernel.request', [=> function () {
  1287.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1288.         }, => 'setDefaultLocale'], 100);
  1289.         $instance->addListener('kernel.request', [=> function () {
  1290.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1291.         }, => 'onKernelRequest'], 16);
  1292.         $instance->addListener('kernel.finish_request', [=> function () {
  1293.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1294.         }, => 'onKernelFinishRequest'], 0);
  1295.         $instance->addListener('kernel.request', [=> function () {
  1296.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1297.         }, => 'onKernelRequest'], 256);
  1298.         $instance->addListener('kernel.response', [=> function () {
  1299.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1300.         }, => 'onResponse'], -255);
  1301.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1302.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1303.         }, => 'onControllerArguments'], 0);
  1304.         $instance->addListener('kernel.exception', [=> function () {
  1305.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1306.         }, => 'logKernelException'], 0);
  1307.         $instance->addListener('kernel.exception', [=> function () {
  1308.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1309.         }, => 'onKernelException'], -128);
  1310.         $instance->addListener('kernel.response', [=> function () {
  1311.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1312.         }, => 'removeCspHeader'], -128);
  1313.         $instance->addListener('kernel.request', [=> function () {
  1314.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1315.         }, => 'onKernelRequest'], 15);
  1316.         $instance->addListener('kernel.finish_request', [=> function () {
  1317.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1318.         }, => 'onKernelFinishRequest'], -15);
  1319.         $instance->addListener('console.error', [=> function () {
  1320.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1321.         }, => 'onConsoleError'], -128);
  1322.         $instance->addListener('console.terminate', [=> function () {
  1323.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1324.         }, => 'onConsoleTerminate'], -128);
  1325.         $instance->addListener('console.error', [=> function () {
  1326.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1327.         }, => 'onConsoleError'], 0);
  1328.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1329.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1330.         }, => 'onMessage'], -255);
  1331.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1332.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1333.         }, => 'onMessage'], -255);
  1334.         $instance->addListener('kernel.request', [=> function () {
  1335.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1336.         }, => 'configure'], 2048);
  1337.         $instance->addListener('console.command', [=> function () {
  1338.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1339.         }, => 'configure'], 2048);
  1340.         $instance->addListener('kernel.request', [=> function () {
  1341.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1342.         }, => 'onKernelRequest'], 32);
  1343.         $instance->addListener('kernel.finish_request', [=> function () {
  1344.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1345.         }, => 'onKernelFinishRequest'], 0);
  1346.         $instance->addListener('kernel.exception', [=> function () {
  1347.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1348.         }, => 'onKernelException'], -64);
  1349.         $instance->addListener('kernel.response', [=> function () {
  1350.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1351.         }, => 'onKernelResponse'], 0);
  1352.         $instance->addListener('kernel.request', [=> function () {
  1353.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1354.         }, => 'onKernelRequest'], 128);
  1355.         $instance->addListener('kernel.response', [=> function () {
  1356.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1357.         }, => 'onKernelResponse'], -1000);
  1358.         $instance->addListener('kernel.finish_request', [=> function () {
  1359.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1360.         }, => 'onFinishRequest'], 0);
  1361.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1362.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1363.         }, => 'onNotification'], -255);
  1364.         $instance->addListener('kernel.response', [=> function () {
  1365.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1366.         }, => 'onKernelResponse'], -100);
  1367.         $instance->addListener('kernel.exception', [=> function () {
  1368.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1369.         }, => 'onKernelException'], 0);
  1370.         $instance->addListener('kernel.terminate', [=> function () {
  1371.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1372.         }, => 'onKernelTerminate'], -1024);
  1373.         $instance->addListener('kernel.controller', [=> function () {
  1374.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1375.         }, => 'onKernelController'], 0);
  1376.         $instance->addListener('kernel.response', [=> function () {
  1377.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1378.         }, => 'onKernelResponse'], 0);
  1379.         $instance->addListener('kernel.controller', [=> function () {
  1380.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1381.         }, => 'onKernelController'], 0);
  1382.         $instance->addListener('kernel.controller', [=> function () {
  1383.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1384.         }, => 'onKernelController'], 0);
  1385.         $instance->addListener('kernel.controller', [=> function () {
  1386.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1387.         }, => 'onKernelController'], -128);
  1388.         $instance->addListener('kernel.view', [=> function () {
  1389.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1390.         }, => 'onKernelView'], 0);
  1391.         $instance->addListener('kernel.controller', [=> function () {
  1392.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1393.         }, => 'onKernelController'], 0);
  1394.         $instance->addListener('kernel.response', [=> function () {
  1395.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1396.         }, => 'onKernelResponse'], 0);
  1397.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1398.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1399.         }, => 'onKernelControllerArguments'], 0);
  1400.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1401.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1402.         }, => 'onKernelControllerArguments'], 0);
  1403.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1404.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1405.         }, => 'onMessage'], 0);
  1406.         $instance->addListener('console.command', [=> function () {
  1407.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1408.         }, => 'onCommand'], 255);
  1409.         $instance->addListener('console.terminate', [=> function () {
  1410.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1411.         }, => 'onTerminate'], -255);
  1412.         $instance->addListener('console.command', [=> function () {
  1413.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1414.         }, => 'configure'], 1024);
  1415.         $instance->addListener('console.error', [=> function () {
  1416.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1417.         }, => 'onConsoleError'], 0);
  1418.         $instance->addListener('console.terminate', [=> function () {
  1419.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1420.         }, => 'onConsoleTerminate'], 0);
  1421.         $instance->addListener('kernel.response', [=> function () {
  1422.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1423.         }, => 'onKernelResponse'], 0);
  1424.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1425.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1426.         }, => 'checkPassport'], 0);
  1427.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1428.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1429.         }, => 'onLoginSuccess'], 0);
  1430.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1431.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1432.         }, => 'onVoterVote'], 0);
  1433.         $instance->addListener('kernel.request', [=> function () {
  1434.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1435.         }, => 'configureLogoutUrlGenerator'], 8);
  1436.         $instance->addListener('kernel.request', [=> function () {
  1437.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1438.         }, => 'onKernelRequest'], 8);
  1439.         $instance->addListener('kernel.finish_request', [=> function () {
  1440.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1441.         }, => 'onKernelFinishRequest'], 0);
  1442.         $instance->addListener('kernel.finish_request', [=> function () {
  1443.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1444.         }, => 'resetAssets'], 0);
  1445.         $instance->addListener('kernel.request', [=> function () {
  1446.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1447.         }, => 'handleLegacyEaContext'], 10);
  1448.         $instance->addListener('kernel.request', [=> function () {
  1449.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1450.         }, => 'onKernelRequest'], 0);
  1451.         $instance->addListener('kernel.controller', [=> function () {
  1452.             return ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] ?? $this->getAdminRouterSubscriberService());
  1453.         }, => 'onKernelController'], 128);
  1454.         $instance->addListener('kernel.exception', [=> function () {
  1455.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1456.         }, => 'onException'], 0);
  1457.         $instance->addListener('kernel.terminate', [=> function () {
  1458.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1459.         }, => 'onTerminate'], 0);
  1460.         $instance->addListener('console.error', [=> function () {
  1461.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1462.         }, => 'onException'], 0);
  1463.         $instance->addListener('console.terminate', [=> function () {
  1464.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService'));
  1465.         }, => 'onTerminate'], 0);
  1466.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1467.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1468.         }, => 'checkPassport'], 512);
  1469.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1470.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1471.         }, => 'onLogout'], 0);
  1472.         return $instance;
  1473.     }
  1474.     /**
  1475.      * Gets the public 'http_kernel' shared service.
  1476.      *
  1477.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1478.      */
  1479.     protected function getHttpKernelService()
  1480.     {
  1481.         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 () {
  1482.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1483.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1484.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1485.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1486.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\AdminContextResolver'] ?? $this->load('getAdminContextResolverService'));
  1487.             yield => ($this->privates['debug.EasyCorp\\Bundle\\EasyAdminBundle\\ArgumentResolver\\BatchActionDtoResolver'] ?? $this->load('getBatchActionDtoResolverService'));
  1488.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1489.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1490.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1491.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1492.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1493.     }
  1494.     /**
  1495.      * Gets the public 'liip_imagine.cache.manager' shared service.
  1496.      *
  1497.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  1498.      */
  1499.     protected function getLiipImagine_Cache_ManagerService()
  1500.     {
  1501.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'default'true);
  1502.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  1503.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  1504.         return $instance;
  1505.     }
  1506.     /**
  1507.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  1508.      *
  1509.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  1510.      */
  1511.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  1512.     {
  1513.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__4).'/public'), 'media/cache/resolve');
  1514.     }
  1515.     /**
  1516.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  1517.      *
  1518.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  1519.      */
  1520.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  1521.     {
  1522.         return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  1523.     }
  1524.     /**
  1525.      * Gets the public 'liip_imagine.cache.signer' shared service.
  1526.      *
  1527.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  1528.      */
  1529.     protected function getLiipImagine_Cache_SignerService()
  1530.     {
  1531.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  1532.     }
  1533.     /**
  1534.      * Gets the public 'monolog.logger.deprecation' shared service.
  1535.      *
  1536.      * @return \Symfony\Bridge\Monolog\Logger
  1537.      */
  1538.     protected function getMonolog_Logger_DeprecationService()
  1539.     {
  1540.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1541.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1542.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1543.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1544.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1545.         return $instance;
  1546.     }
  1547.     /**
  1548.      * Gets the public 'profiler' shared service.
  1549.      *
  1550.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1551.      */
  1552.     protected function getProfilerService()
  1553.     {
  1554.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1555.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1556.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1557.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1558.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1559.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1560.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1561.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1562.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1563.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1564.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1565.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1566.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1567.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1568.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1569.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1570.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1571.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1572.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1573.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  1574.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  1575.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  1576.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  1577.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  1578.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  1579.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1580.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1581.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1582.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  1583.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1584.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1585.         if ($this->has('kernel')) {
  1586.             $g->setKernel($b);
  1587.         }
  1588.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1589.         $instance->add(new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService())));
  1590.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1591.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1592.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1593.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1594.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1595.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1596.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1597.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1598.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1599.         $instance->add($d);
  1600.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1601.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  1602.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  1603.         $instance->add($e);
  1604.         $instance->add($f);
  1605.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  1606.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1607.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1608.         $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()))));
  1609.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  1610.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService())));
  1611.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  1612.         $instance->add($g);
  1613.         return $instance;
  1614.     }
  1615.     /**
  1616.      * Gets the public 'request_stack' shared service.
  1617.      *
  1618.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1619.      */
  1620.     protected function getRequestStackService()
  1621.     {
  1622.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1623.     }
  1624.     /**
  1625.      * Gets the public 'router' shared service.
  1626.      *
  1627.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1628.      */
  1629.     protected function getRouterService()
  1630.     {
  1631.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1632.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1633.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1634.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1635.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1636.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1637.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1638.         ], [
  1639.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1640.         ]))->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');
  1641.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1642.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1643.         return $instance;
  1644.     }
  1645.     /**
  1646.      * Gets the public 'translator' shared service.
  1647.      *
  1648.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1649.      */
  1650.     protected function getTranslatorService()
  1651.     {
  1652.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1653.     }
  1654.     /**
  1655.      * Gets the public 'var_dumper.cloner' shared service.
  1656.      *
  1657.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1658.      */
  1659.     protected function getVarDumper_ClonerService()
  1660.     {
  1661.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1662.         $instance->setMaxItems(2500);
  1663.         $instance->setMinDepth(1);
  1664.         $instance->setMaxString(-1);
  1665.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1666.         return $instance;
  1667.     }
  1668.     /**
  1669.      * Gets the private '.debug.http_client' shared service.
  1670.      *
  1671.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1672.      */
  1673.     protected function get_Debug_HttpClientService()
  1674.     {
  1675.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1676.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1677.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1678.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1679.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1680.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1681.         $a->setLogger($b);
  1682.         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))));
  1683.     }
  1684.     /**
  1685.      * Gets the private '.service_locator.zJyh7qS' shared service.
  1686.      *
  1687.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1688.      */
  1689.     protected function get_ServiceLocator_ZJyh7qSService()
  1690.     {
  1691.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1692.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1693.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1694.         ], [
  1695.             'security.firewall.map.context.dev' => '?',
  1696.             'security.firewall.map.context.main' => '?',
  1697.         ]);
  1698.     }
  1699.     /**
  1700.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber' shared service.
  1701.      *
  1702.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber
  1703.      */
  1704.     protected function getAdminRouterSubscriberService()
  1705.     {
  1706.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  1707.         $b = ($this->services['router'] ?? $this->getRouterService());
  1708.         $c = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService());
  1709.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber(new \EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory($this->targetDir.''$a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), new \EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), $a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService())), $c, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\EntityFactory'] ?? $this->getEntityFactoryService())), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Controller\\Admin\\DashboardController']))), $c, ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] ?? $this->getControllerFactoryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), $b$b, ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  1710.     }
  1711.     /**
  1712.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory' shared service.
  1713.      *
  1714.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory
  1715.      */
  1716.     protected function getActionFactoryService()
  1717.     {
  1718.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService()), ($this->services['translator'] ?? $this->getTranslatorService()), (isset($this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']) ? $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']() : $this->getAdminUrlGeneratorService()), ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  1719.     }
  1720.     /**
  1721.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory' shared service.
  1722.      *
  1723.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory
  1724.      */
  1725.     protected function getControllerFactoryService()
  1726.     {
  1727.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ControllerFactory'] = new \EasyCorp\Bundle\EasyAdminBundle\Factory\ControllerFactory(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  1728.     }
  1729.     /**
  1730.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory' shared service.
  1731.      *
  1732.      * @return \EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory
  1733.      */
  1734.     protected function getEntityFactoryService()
  1735.     {
  1736.         $a = ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] ?? $this->getAuthorizationCheckerService());
  1737.         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 () {
  1738.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPreConfigurator'] ?? $this->load('getCommonPreConfiguratorService'));
  1739.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ArrayConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator()));
  1740.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AssociationConfigurator'] ?? $this->load('getAssociationConfiguratorService'));
  1741.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\AvatarConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator()));
  1742.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\BooleanConfigurator'] ?? $this->load('getBooleanConfiguratorService'));
  1743.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CodeEditorConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator()));
  1744.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CollectionConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator()));
  1745.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CountryConfigurator'] ?? $this->load('getCountryConfiguratorService'));
  1746.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CurrencyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator()));
  1747.             yield => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\DateTimeConfigurator'] ?? $this->load('getDateTimeConfiguratorService'));
  1748.             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()));
  1749.             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()));
  1750.             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()));
  1751.             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))));
  1752.             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()));
  1753.             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()));
  1754.             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()));
  1755.             yield 17 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] ?? $this->load('getMoneyConfiguratorService'));
  1756.             yield 18 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\NumberConfigurator'] ?? $this->load('getNumberConfiguratorService'));
  1757.             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()));
  1758.             yield 20 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\ChoiceConfigurator'] ?? $this->load('getChoiceConfiguratorService'));
  1759.             yield 21 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\SlugConfigurator'] ?? $this->load('getSlugConfiguratorService'));
  1760.             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()));
  1761.             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()));
  1762.             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()));
  1763.             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()));
  1764.             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()));
  1765.             yield 27 => ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\CommonPostConfigurator'] ?? $this->load('getCommonPostConfiguratorService'));
  1766.         }, 28)), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Factory\\ActionFactory'] ?? $this->getActionFactoryService()), $a, ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1767.     }
  1768.     /**
  1769.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider' shared service.
  1770.      *
  1771.      * @return \EasyCorp\Bundle\EasyAdminBundle\Provider\AdminContextProvider
  1772.      */
  1773.     protected function getAdminContextProviderService()
  1774.     {
  1775.         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())));
  1776.     }
  1777.     /**
  1778.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry' shared service.
  1779.      *
  1780.      * @return \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry
  1781.      */
  1782.     protected function getCrudControllerRegistryService()
  1783.     {
  1784.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\CrudControllerRegistry($this->getEnv('APP_SECRET'), [=> 'App\\Controller\\Admin\\AddressCrudController'=> 'App\\Controller\\Admin\\ArticleCrudController'=> 'App\\Controller\\Admin\\BlockquoteCrudController'=> 'App\\Controller\\Admin\\ComponentCrudController'=> 'App\\Controller\\Admin\\CreativeWorkCrudController'=> 'App\\Controller\\Admin\\DocumentObjectCrudController'=> 'App\\Controller\\Admin\\MediaObjectCrudController'=> 'App\\Controller\\Admin\\MessageCrudController'=> 'App\\Controller\\Admin\\OrganizationCrudController'=> 'App\\Controller\\Admin\\ParameterCrudController'10 => 'App\\Controller\\Admin\\PersonCrudController'11 => 'App\\Controller\\Admin\\PersonPositionCrudController'12 => 'App\\Controller\\Admin\\SlideCrudController'13 => 'App\\Controller\\Admin\\SlideMediaObjectCrudController'14 => 'App\\Controller\\Admin\\TagCrudController'15 => 'App\\Controller\\Admin\\UserCrudController'16 => 'App\\Controller\\Admin\\WebPageCrudController']);
  1785.     }
  1786.     /**
  1787.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator' service.
  1788.      *
  1789.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator
  1790.      */
  1791.     protected function getAdminUrlGeneratorService()
  1792.     {
  1793.         $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator'] = function () {
  1794.             return new \EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator(($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? $this->getAdminContextProviderService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\DashboardControllerRegistry'] = new \EasyCorp\Bundle\EasyAdminBundle\Registry\DashboardControllerRegistry($this->getEnv('APP_SECRET'), $this->targetDir.'', [=> 'App\\Controller\\Admin\\DashboardController']))), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Registry\\CrudControllerRegistry'] ?? $this->getCrudControllerRegistryService()), ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] ?? ($this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\UrlSigner'] = new \EasyCorp\Bundle\EasyAdminBundle\Router\UrlSigner($this->getEnv('APP_SECRET')))));
  1795.         };
  1796.         return $this->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Router\\AdminUrlGenerator']();
  1797.     }
  1798.     /**
  1799.      * Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker' shared service.
  1800.      *
  1801.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  1802.      */
  1803.     protected function getAuthorizationCheckerService()
  1804.     {
  1805.         return $this->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Security\\AuthorizationChecker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  1806.     }
  1807.     /**
  1808.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  1809.      *
  1810.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  1811.      */
  1812.     protected function getResetAssetsEventListenerService()
  1813.     {
  1814.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  1815.     }
  1816.     /**
  1817.      * Gets the private 'annotations.cache_adapter' shared service.
  1818.      *
  1819.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1820.      */
  1821.     protected function getAnnotations_CacheAdapterService()
  1822.     {
  1823.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1824.     }
  1825.     /**
  1826.      * Gets the private 'annotations.cached_reader' shared service.
  1827.      *
  1828.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1829.      */
  1830.     protected function getAnnotations_CachedReaderService()
  1831.     {
  1832.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1833.     }
  1834.     /**
  1835.      * Gets the private 'annotations.reader' shared service.
  1836.      *
  1837.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1838.      */
  1839.     protected function getAnnotations_ReaderService()
  1840.     {
  1841.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1842.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1843.         $a->registerUniqueLoader('class_exists');
  1844.         $instance->addGlobalIgnoredName('required'$a);
  1845.         return $instance;
  1846.     }
  1847.     /**
  1848.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  1849.      *
  1850.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1851.      */
  1852.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  1853.     {
  1854.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('6Th2EoZzp-'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1855.     }
  1856.     /**
  1857.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  1858.      *
  1859.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1860.      */
  1861.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  1862.     {
  1863.         return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('603vi-vNmG'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1864.     }
  1865.     /**
  1866.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  1867.      *
  1868.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1869.      */
  1870.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  1871.     {
  1872.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('OKUx562jYZ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1873.     }
  1874.     /**
  1875.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  1876.      *
  1877.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1878.      */
  1879.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  1880.     {
  1881.         return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('UkPPfswIxK'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1882.     }
  1883.     /**
  1884.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  1885.      *
  1886.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1887.      */
  1888.     protected function getApiPlatform_Cache_RouteNameResolverService()
  1889.     {
  1890.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('fwTbaUk3qo'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1891.     }
  1892.     /**
  1893.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  1894.      *
  1895.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1896.      */
  1897.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  1898.     {
  1899.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('yxyL-tU5PD'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1900.     }
  1901.     /**
  1902.      * Gets the private 'api_platform.filter_locator' shared service.
  1903.      *
  1904.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1905.      */
  1906.     protected function getApiPlatform_FilterLocatorService()
  1907.     {
  1908.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1909.             'annotated_app_entity_article_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_article_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityArticleApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'true],
  1910.             'annotated_app_entity_article_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_article_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityArticleApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  1911.             'annotated_app_entity_article_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_article_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityArticleApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1912.             'annotated_app_entity_media_object_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_media_object_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityMediaObjectApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  1913.             'annotated_app_entity_organization_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_organization_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityOrganizationApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1914.             'annotated_app_entity_person_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_person_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityPersonApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1915.         ], [
  1916.             'annotated_app_entity_article_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  1917.             'annotated_app_entity_article_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  1918.             'annotated_app_entity_article_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1919.             'annotated_app_entity_media_object_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  1920.             'annotated_app_entity_organization_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1921.             'annotated_app_entity_person_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1922.         ]);
  1923.     }
  1924.     /**
  1925.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  1926.      *
  1927.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  1928.      */
  1929.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  1930.     {
  1931.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1932.     }
  1933.     /**
  1934.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  1935.      *
  1936.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  1937.      */
  1938.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  1939.     {
  1940.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  1941.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  1942.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  1943.         }
  1944.         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.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  1945.     }
  1946.     /**
  1947.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  1948.      *
  1949.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  1950.      */
  1951.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  1952.     {
  1953.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  1954.     }
  1955.     /**
  1956.      * Gets the private 'api_platform.identifier.converter' shared service.
  1957.      *
  1958.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  1959.      */
  1960.     protected function getApiPlatform_Identifier_ConverterService()
  1961.     {
  1962.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
  1963.             yield => ($this->privates['api_platform.identifier.symfony_ulid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUlidNormalizerService'));
  1964.             yield => ($this->privates['api_platform.identifier.symfony_uuid_normalizer'] ?? $this->load('getApiPlatform_Identifier_SymfonyUuidNormalizerService'));
  1965.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  1966.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  1967.         }, 4));
  1968.     }
  1969.     /**
  1970.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  1971.      *
  1972.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  1973.      */
  1974.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  1975.     {
  1976.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1977.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1978.         return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a$btrue), $a$b);
  1979.     }
  1980.     /**
  1981.      * Gets the private 'api_platform.iri_converter.legacy' shared service.
  1982.      *
  1983.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
  1984.      */
  1985.     protected function getApiPlatform_IriConverter_LegacyService()
  1986.     {
  1987.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1988.         return $this->privates['api_platform.iri_converter.legacy'] = 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.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($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()));
  1989.     }
  1990.     /**
  1991.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  1992.      *
  1993.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  1994.      */
  1995.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  1996.     {
  1997.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  1998.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  1999.         return $instance;
  2000.     }
  2001.     /**
  2002.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  2003.      *
  2004.      * @return \ApiPlatform\JsonLd\ContextBuilder
  2005.      */
  2006.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  2007.     {
  2008.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  2009.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\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.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $aNULL, new \ApiPlatform\Symfony\Routing\SkolemIriConverter($a));
  2010.     }
  2011.     /**
  2012.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  2013.      *
  2014.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  2015.      */
  2016.     protected function getApiPlatform_Listener_Request_AddFormatService()
  2017.     {
  2018.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
  2019.     }
  2020.     /**
  2021.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  2022.      *
  2023.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  2024.      */
  2025.     protected function getApiPlatform_Listener_Request_DeserializeService()
  2026.     {
  2027.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2028.     }
  2029.     /**
  2030.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  2031.      *
  2032.      * @return \ApiPlatform\Core\EventListener\ReadListener
  2033.      */
  2034.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  2035.     {
  2036.         return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener(($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  2037.     }
  2038.     /**
  2039.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  2040.      *
  2041.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  2042.      */
  2043.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  2044.     {
  2045.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService())), true);
  2046.     }
  2047.     /**
  2048.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  2049.      *
  2050.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  2051.      */
  2052.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  2053.     {
  2054.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2055.         return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($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.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
  2056.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  2057.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  2058.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  2059.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  2060.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  2061.             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()));
  2062.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  2063.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  2064.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  2065.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  2066.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  2067.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  2068.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  2069.         }, 13)));
  2070.     }
  2071.     /**
  2072.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  2073.      *
  2074.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  2075.      */
  2076.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  2077.     {
  2078.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()))));
  2079.     }
  2080.     /**
  2081.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  2082.      *
  2083.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  2084.      */
  2085.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  2086.     {
  2087.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2088.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults']))))), $this->parameters['api_platform.patch_formats']), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']));
  2089.     }
  2090.     /**
  2091.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  2092.      *
  2093.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  2094.      */
  2095.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  2096.     {
  2097.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
  2098.     }
  2099.     /**
  2100.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  2101.      *
  2102.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  2103.      */
  2104.     protected function getApiPlatform_OperationPathResolver_CustomService()
  2105.     {
  2106.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\PathResolver\CustomOperationPathResolver(new \ApiPlatform\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator()))));
  2107.     }
  2108.     /**
  2109.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  2110.      *
  2111.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  2112.      */
  2113.     protected function getApiPlatform_OperationPathResolver_RouterService()
  2114.     {
  2115.         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()));
  2116.     }
  2117.     /**
  2118.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  2119.      *
  2120.      * @return \ApiPlatform\Api\ResourceClassResolver
  2121.      */
  2122.     protected function getApiPlatform_ResourceClassResolverService()
  2123.     {
  2124.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  2125.     }
  2126.     /**
  2127.      * Gets the private 'api_platform.router' shared service.
  2128.      *
  2129.      * @return \ApiPlatform\Symfony\Routing\Router
  2130.      */
  2131.     protected function getApiPlatform_RouterService()
  2132.     {
  2133.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  2134.     }
  2135.     /**
  2136.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  2137.      *
  2138.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  2139.      */
  2140.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  2141.     {
  2142.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));
  2143.     }
  2144.     /**
  2145.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  2146.      *
  2147.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  2148.      */
  2149.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  2150.     {
  2151.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), false);
  2152.     }
  2153.     /**
  2154.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  2155.      *
  2156.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  2157.      */
  2158.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  2159.     {
  2160.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  2161.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), new \ApiPlatform\Serializer\SerializerContextBuilder($a));
  2162.     }
  2163.     /**
  2164.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  2165.      *
  2166.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  2167.      */
  2168.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  2169.     {
  2170.         return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))])));
  2171.     }
  2172.     /**
  2173.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  2174.      *
  2175.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  2176.      */
  2177.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  2178.     {
  2179.         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.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  2180.     }
  2181.     /**
  2182.      * Gets the private 'app.listener.maintenance' shared autowired service.
  2183.      *
  2184.      * @return \App\Listeners\MaintenanceListener
  2185.      */
  2186.     protected function getApp_Listener_MaintenanceService()
  2187.     {
  2188.         return $this->privates['app.listener.maintenance'] = new \App\Listeners\MaintenanceListener($this, ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2189.     }
  2190.     /**
  2191.      * Gets the private 'assets._version__default' shared service.
  2192.      *
  2193.      * @return \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy
  2194.      */
  2195.     protected function getAssets_VersionDefaultService()
  2196.     {
  2197.         return $this->privates['assets._version__default'] = new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  2198.     }
  2199.     /**
  2200.      * Gets the private 'assets.context' shared service.
  2201.      *
  2202.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  2203.      */
  2204.     protected function getAssets_ContextService()
  2205.     {
  2206.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2207.         return $this->privates['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure());
  2208.     }
  2209.     /**
  2210.      * Gets the private 'assets.packages' shared service.
  2211.      *
  2212.      * @return \Symfony\Component\Asset\Packages
  2213.      */
  2214.     protected function getAssets_PackagesService()
  2215.     {
  2216.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', ($this->privates['assets._version__default'] ?? $this->getAssets_VersionDefaultService()), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
  2217.             yield 'medias' => ($this->privates['assets._package_medias'] ?? $this->load('getAssets_PackageMediasService'));
  2218.             yield 'medias_thumb' => ($this->privates['assets._package_medias_thumb'] ?? $this->load('getAssets_PackageMediasThumbService'));
  2219.             yield 'medias_vertical_thumb' => ($this->privates['assets._package_medias_vertical_thumb'] ?? $this->load('getAssets_PackageMediasVerticalThumbService'));
  2220.             yield 'documents' => ($this->privates['assets._package_documents'] ?? $this->load('getAssets_PackageDocumentsService'));
  2221.         }, 4));
  2222.     }
  2223.     /**
  2224.      * Gets the private 'cache.annotations' shared service.
  2225.      *
  2226.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2227.      */
  2228.     protected function getCache_AnnotationsService()
  2229.     {
  2230.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lQBUCuNdoi'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2231.     }
  2232.     /**
  2233.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2234.      *
  2235.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2236.      */
  2237.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2238.     {
  2239.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2240.     }
  2241.     /**
  2242.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2243.      *
  2244.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2245.      */
  2246.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2247.     {
  2248.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2249.     }
  2250.     /**
  2251.      * Gets the private 'cache.property_info' shared service.
  2252.      *
  2253.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2254.      */
  2255.     protected function getCache_PropertyInfoService()
  2256.     {
  2257.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lJrodFkx0u'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2258.     }
  2259.     /**
  2260.      * Gets the private 'cache.security_expression_language' shared service.
  2261.      *
  2262.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2263.      */
  2264.     protected function getCache_SecurityExpressionLanguageService()
  2265.     {
  2266.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('7UHjGQiW3Y'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2267.     }
  2268.     /**
  2269.      * Gets the private 'cache.serializer' shared service.
  2270.      *
  2271.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2272.      */
  2273.     protected function getCache_SerializerService()
  2274.     {
  2275.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ioZIGa8EIK'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2276.     }
  2277.     /**
  2278.      * Gets the private 'cache.validator' shared service.
  2279.      *
  2280.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2281.      */
  2282.     protected function getCache_ValidatorService()
  2283.     {
  2284.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('I8l1oRhC8t'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2285.     }
  2286.     /**
  2287.      * Gets the private 'cache.webpack_encore' shared service.
  2288.      *
  2289.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2290.      */
  2291.     protected function getCache_WebpackEncoreService()
  2292.     {
  2293.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('nsYeYbDaVK'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2294.     }
  2295.     /**
  2296.      * Gets the private 'config_cache_factory' shared service.
  2297.      *
  2298.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2299.      */
  2300.     protected function getConfigCacheFactoryService()
  2301.     {
  2302.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2303.             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)));
  2304.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2305.         }, 2));
  2306.     }
  2307.     /**
  2308.      * Gets the private 'data_collector.form' shared service.
  2309.      *
  2310.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2311.      */
  2312.     protected function getDataCollector_FormService()
  2313.     {
  2314.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2315.     }
  2316.     /**
  2317.      * Gets the private 'data_collector.request' shared service.
  2318.      *
  2319.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2320.      */
  2321.     protected function getDataCollector_RequestService()
  2322.     {
  2323.         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())));
  2324.     }
  2325.     /**
  2326.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  2327.      *
  2328.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  2329.      */
  2330.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  2331.     {
  2332.         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 () {
  2333.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  2334.         }, 1)));
  2335.     }
  2336.     /**
  2337.      * Gets the private 'debug.api_platform.data_persister' shared service.
  2338.      *
  2339.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  2340.      */
  2341.     protected function getDebug_ApiPlatform_DataPersisterService()
  2342.     {
  2343.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  2344.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  2345.         }, 1)));
  2346.     }
  2347.     /**
  2348.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  2349.      *
  2350.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  2351.      */
  2352.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  2353.     {
  2354.         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 () {
  2355.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  2356.         }, 1)));
  2357.     }
  2358.     /**
  2359.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  2360.      *
  2361.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  2362.      */
  2363.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  2364.     {
  2365.         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 () {
  2366.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  2367.         }, 1)));
  2368.     }
  2369.     /**
  2370.      * Gets the private 'debug.controller_resolver' shared service.
  2371.      *
  2372.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  2373.      */
  2374.     protected function getDebug_ControllerResolverService()
  2375.     {
  2376.         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))));
  2377.     }
  2378.     /**
  2379.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2380.      *
  2381.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2382.      */
  2383.     protected function getDebug_DebugHandlersListenerService()
  2384.     {
  2385.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2386.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2387.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2388.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2389.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2390.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  2391.     }
  2392.     /**
  2393.      * Gets the private 'debug.file_link_formatter' shared service.
  2394.      *
  2395.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2396.      */
  2397.     protected function getDebug_FileLinkFormatterService()
  2398.     {
  2399.         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 () {
  2400.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2401.         });
  2402.     }
  2403.     /**
  2404.      * Gets the private 'debug.log_processor' shared service.
  2405.      *
  2406.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2407.      */
  2408.     protected function getDebug_LogProcessorService()
  2409.     {
  2410.         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())));
  2411.     }
  2412.     /**
  2413.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2414.      *
  2415.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2416.      */
  2417.     protected function getDebug_Security_Access_DecisionManagerService()
  2418.     {
  2419.         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 () {
  2420.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2421.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2422.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2423.             yield => ($this->privates['debug.security.voter.EasyCorp\\Bundle\\EasyAdminBundle\\Security\\SecurityVoter'] ?? $this->load('getSecurityVoterService'));
  2424.         }, 4), 'affirmative'falsetrue));
  2425.     }
  2426.     /**
  2427.      * Gets the private 'debug.security.firewall' shared service.
  2428.      *
  2429.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2430.      */
  2431.     protected function getDebug_Security_FirewallService()
  2432.     {
  2433.         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()));
  2434.     }
  2435.     /**
  2436.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2437.      *
  2438.      * @return \Doctrine\Migrations\DependencyFactory
  2439.      */
  2440.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2441.     {
  2442.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2443.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  2444.         $a->setAllOrNothing(false);
  2445.         $a->setCheckDatabasePlatform(true);
  2446.         $a->setTransactional(true);
  2447.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2448.         $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()));
  2449.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2450.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2451.         });
  2452.         return $instance;
  2453.     }
  2454.     /**
  2455.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2456.      *
  2457.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2458.      */
  2459.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2460.     {
  2461.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories']);
  2462.     }
  2463.     /**
  2464.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  2465.      *
  2466.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  2467.      */
  2468.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  2469.     {
  2470.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Resources/config/doctrine') => 'Vich\\UploaderBundle\\Entity']);
  2471.         $instance->setGlobalBasename('mapping');
  2472.         return $instance;
  2473.     }
  2474.     /**
  2475.      * Gets the private 'exception_listener' shared service.
  2476.      *
  2477.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2478.      */
  2479.     protected function getExceptionListener2Service()
  2480.     {
  2481.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  2482.     }
  2483.     /**
  2484.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2485.      *
  2486.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2487.      */
  2488.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2489.     {
  2490.         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())));
  2491.     }
  2492.     /**
  2493.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2494.      *
  2495.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2496.      */
  2497.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2498.     {
  2499.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2500.     }
  2501.     /**
  2502.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  2503.      *
  2504.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  2505.      */
  2506.     protected function getLiipImagine_Filter_ConfigurationService()
  2507.     {
  2508.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  2509.     }
  2510.     /**
  2511.      * Gets the private 'locale_aware_listener' shared service.
  2512.      *
  2513.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2514.      */
  2515.     protected function getLocaleAwareListenerService()
  2516.     {
  2517.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2518.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  2519.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2520.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2521.     }
  2522.     /**
  2523.      * Gets the private 'locale_listener' shared service.
  2524.      *
  2525.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2526.      */
  2527.     protected function getLocaleListenerService()
  2528.     {
  2529.         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()));
  2530.     }
  2531.     /**
  2532.      * Gets the private 'mime_types' shared service.
  2533.      *
  2534.      * @return \Symfony\Component\Mime\MimeTypes
  2535.      */
  2536.     protected function getMimeTypesService()
  2537.     {
  2538.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  2539.         $instance->setDefault($instance);
  2540.         return $instance;
  2541.     }
  2542.     /**
  2543.      * Gets the private 'monolog.handler.console' shared service.
  2544.      *
  2545.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2546.      */
  2547.     protected function getMonolog_Handler_ConsoleService()
  2548.     {
  2549.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2550.     }
  2551.     /**
  2552.      * Gets the private 'monolog.handler.main' shared service.
  2553.      *
  2554.      * @return \Monolog\Handler\StreamHandler
  2555.      */
  2556.     protected function getMonolog_Handler_MainService()
  2557.     {
  2558.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  2559.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2560.         return $instance;
  2561.     }
  2562.     /**
  2563.      * Gets the private 'monolog.logger' shared service.
  2564.      *
  2565.      * @return \Symfony\Bridge\Monolog\Logger
  2566.      */
  2567.     protected function getMonolog_LoggerService()
  2568.     {
  2569.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2570.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2571.         $instance->useMicrosecondTimestamps(true);
  2572.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2573.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2574.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2575.         return $instance;
  2576.     }
  2577.     /**
  2578.      * Gets the private 'monolog.logger.cache' shared service.
  2579.      *
  2580.      * @return \Symfony\Bridge\Monolog\Logger
  2581.      */
  2582.     protected function getMonolog_Logger_CacheService()
  2583.     {
  2584.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2585.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2586.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2587.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2588.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2589.         return $instance;
  2590.     }
  2591.     /**
  2592.      * Gets the private 'monolog.logger.request' shared service.
  2593.      *
  2594.      * @return \Symfony\Bridge\Monolog\Logger
  2595.      */
  2596.     protected function getMonolog_Logger_RequestService()
  2597.     {
  2598.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2599.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2600.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2601.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2602.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2603.         return $instance;
  2604.     }
  2605.     /**
  2606.      * Gets the private 'monolog.logger.security' shared service.
  2607.      *
  2608.      * @return \Symfony\Bridge\Monolog\Logger
  2609.      */
  2610.     protected function getMonolog_Logger_SecurityService()
  2611.     {
  2612.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2613.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2614.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2615.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2616.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2617.         return $instance;
  2618.     }
  2619.     /**
  2620.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  2621.      *
  2622.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2623.      */
  2624.     protected function getNelmioCors_CorsListenerService()
  2625.     {
  2626.         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'))]));
  2627.     }
  2628.     /**
  2629.      * Gets the private 'parameter_bag' shared service.
  2630.      *
  2631.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2632.      */
  2633.     protected function getParameterBagService()
  2634.     {
  2635.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2636.     }
  2637.     /**
  2638.      * Gets the private 'profiler_listener' shared service.
  2639.      *
  2640.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2641.      */
  2642.     protected function getProfilerListenerService()
  2643.     {
  2644.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  2645.     }
  2646.     /**
  2647.      * Gets the private 'property_accessor' shared service.
  2648.      *
  2649.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2650.      */
  2651.     protected function getPropertyAccessorService()
  2652.     {
  2653.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2654.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2655.     }
  2656.     /**
  2657.      * Gets the private 'property_info' shared service.
  2658.      *
  2659.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2660.      */
  2661.     protected function getPropertyInfoService()
  2662.     {
  2663.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2664.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2665.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2666.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2667.         }, 3), new RewindableGenerator(function () {
  2668.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2669.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2670.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2671.         }, 3), new RewindableGenerator(function () {
  2672.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2673.         }, 1), new RewindableGenerator(function () {
  2674.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2675.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2676.         }, 2), new RewindableGenerator(function () {
  2677.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2678.         }, 1));
  2679.     }
  2680.     /**
  2681.      * Gets the private 'router.expression_language_provider' shared service.
  2682.      *
  2683.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2684.      */
  2685.     protected function getRouter_ExpressionLanguageProviderService()
  2686.     {
  2687.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2688.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2689.         ], [
  2690.             'env' => 'Closure',
  2691.         ]));
  2692.     }
  2693.     /**
  2694.      * Gets the private 'router.request_context' shared service.
  2695.      *
  2696.      * @return \Symfony\Component\Routing\RequestContext
  2697.      */
  2698.     protected function getRouter_RequestContextService()
  2699.     {
  2700.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2701.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2702.         return $instance;
  2703.     }
  2704.     /**
  2705.      * Gets the private 'router_listener' shared service.
  2706.      *
  2707.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2708.      */
  2709.     protected function getRouterListenerService()
  2710.     {
  2711.         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);
  2712.     }
  2713.     /**
  2714.      * Gets the private 'security.context_listener.0' shared service.
  2715.      *
  2716.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2717.      */
  2718.     protected function getSecurity_ContextListener_0Service()
  2719.     {
  2720.         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 () {
  2721.             yield => ($this->privates['security.user.provider.concrete.web_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_WebUserProviderService'));
  2722.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  2723.     }
  2724.     /**
  2725.      * Gets the private 'security.csrf.token_storage' shared service.
  2726.      *
  2727.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  2728.      */
  2729.     protected function getSecurity_Csrf_TokenStorageService()
  2730.     {
  2731.         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())));
  2732.     }
  2733.     /**
  2734.      * Gets the private 'security.event_dispatcher.main' shared service.
  2735.      *
  2736.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2737.      */
  2738.     protected function getSecurity_EventDispatcher_MainService()
  2739.     {
  2740.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2741.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2742.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  2743.         }, => 'checkPassport'], 2048);
  2744.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2745.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  2746.         }, => 'onSuccessfulLogin'], 0);
  2747.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2748.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  2749.         }, => 'onLogout'], 64);
  2750.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2751.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2752.         }, => 'onLogout'], 0);
  2753.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2754.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2755.         }, => 'preCheckCredentials'], 256);
  2756.         $instance->addListener('security.authentication.success', [=> function () {
  2757.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2758.         }, => 'postCheckCredentials'], 256);
  2759.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2760.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2761.         }, => 'checkPassport'], 1024);
  2762.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2763.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2764.         }, => 'checkPassport'], 0);
  2765.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2766.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2767.         }, => 'onLoginSuccess'], 0);
  2768.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2769.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2770.         }, => 'checkPassport'], 512);
  2771.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2772.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2773.         }, => 'onLogout'], 0);
  2774.         return $instance;
  2775.     }
  2776.     /**
  2777.      * Gets the private 'security.expression_language' shared service.
  2778.      *
  2779.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  2780.      */
  2781.     protected function getSecurity_ExpressionLanguageService()
  2782.     {
  2783.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2784.         $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  2785.         return $instance;
  2786.     }
  2787.     /**
  2788.      * Gets the private 'security.firewall.map' shared service.
  2789.      *
  2790.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2791.      */
  2792.     protected function getSecurity_Firewall_MapService()
  2793.     {
  2794.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService()), new RewindableGenerator(function () {
  2795.             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)/')));
  2796.             yield 'security.firewall.map.context.main' => NULL;
  2797.         }, 2));
  2798.     }
  2799.     /**
  2800.      * Gets the private 'security.logout_url_generator' shared service.
  2801.      *
  2802.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2803.      */
  2804.     protected function getSecurity_LogoutUrlGeneratorService()
  2805.     {
  2806.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2807.         $instance->registerListener('main''web_logout''logout''_csrf_token'NULLNULL);
  2808.         return $instance;
  2809.     }
  2810.     /**
  2811.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2812.      *
  2813.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2814.      */
  2815.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2816.     {
  2817.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2818.     }
  2819.     /**
  2820.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2821.      *
  2822.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2823.      */
  2824.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2825.     {
  2826.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2827.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2828.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2829.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2830.     }
  2831.     /**
  2832.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2833.      *
  2834.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2835.      */
  2836.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2837.     {
  2838.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  2839.         $a->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  2840.         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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2841.     }
  2842.     /**
  2843.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2844.      *
  2845.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2846.      */
  2847.     protected function getSensioFrameworkExtra_View_ListenerService()
  2848.     {
  2849.         $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))));
  2850.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2851.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2852.         ], [
  2853.             'twig' => '?',
  2854.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2855.         return $instance;
  2856.     }
  2857.     /**
  2858.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  2859.      *
  2860.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  2861.      */
  2862.     protected function getSerializer_NameConverter_MetadataAwareService()
  2863.     {
  2864.         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()));
  2865.     }
  2866.     /**
  2867.      * Gets the private 'session_listener' shared service.
  2868.      *
  2869.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2870.      */
  2871.     protected function getSessionListenerService()
  2872.     {
  2873.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2874.             'initialized_session' => ['services''session'NULLtrue],
  2875.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2876.             'session' => ['services''session''getSessionService'true],
  2877.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2878.         ], [
  2879.             'initialized_session' => '?',
  2880.             'logger' => '?',
  2881.             'session' => '?',
  2882.             'session_collector' => '?',
  2883.         ]), true);
  2884.     }
  2885.     /**
  2886.      * Gets the private 'translator.default' shared service.
  2887.      *
  2888.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2889.      */
  2890.     protected function getTranslator_DefaultService()
  2891.     {
  2892.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2893.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2894.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2895.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2896.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2897.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2898.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2899.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2900.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2901.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2902.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2903.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2904.         ], [
  2905.             'translation.loader.csv' => '?',
  2906.             'translation.loader.dat' => '?',
  2907.             'translation.loader.ini' => '?',
  2908.             'translation.loader.json' => '?',
  2909.             'translation.loader.mo' => '?',
  2910.             'translation.loader.php' => '?',
  2911.             'translation.loader.po' => '?',
  2912.             'translation.loader.qt' => '?',
  2913.             'translation.loader.res' => '?',
  2914.             'translation.loader.xliff' => '?',
  2915.             'translation.loader.yml' => '?',
  2916.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.php')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.php')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.php')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.php')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/translations/messages.fr.yml'), => (\dirname(__DIR__4).'/translations/validators.fr.yml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.php')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.php')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.id.php')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lb.php')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.php')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.php')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.php')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.php')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.php'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.php')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'sr_RS' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.php')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 13 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 22 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/easycorp/easyadmin-bundle/src/Resources/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/symfony/web-profiler-bundle/translations'10 => 'vendor/symfony/monolog-bundle/translations'11 => 'vendor/symfony/debug-bundle/translations'12 => 'vendor/symfony/maker-bundle/src/translations'13 => 'vendor/doctrine/doctrine-bundle/translations'14 => 'vendor/doctrine/doctrine-migrations-bundle/translations'15 => 'vendor/symfony/security-bundle/translations'16 => 'vendor/twig/extra-bundle/translations'17 => 'vendor/nelmio/cors-bundle/translations'18 => 'vendor/api-platform/core/src/Symfony/Bundle/translations'19 => 'vendor/symfony/webpack-encore-bundle/src/translations'20 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'21 => 'vendor/stof/doctrine-extensions-bundle/src/translations'22 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations'23 => 'vendor/liip/imagine-bundle/translations'24 => 'vendor/symfony/swiftmailer-bundle/translations']]], []);
  2917.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2918.         $instance->setFallbackLocales([=> 'fr']);
  2919.         return $instance;
  2920.     }
  2921.     /**
  2922.      * Gets the private 'validator.builder' shared service.
  2923.      *
  2924.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2925.      */
  2926.     protected function getValidator_BuilderService()
  2927.     {
  2928.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2929.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2930.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2931.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2932.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2933.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2934.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2935.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2936.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2937.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2938.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2939.         ], [
  2940.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2941.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2942.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2943.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2944.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2945.             'doctrine.orm.validator.unique' => '?',
  2946.             'security.validator.user_password' => '?',
  2947.             'validator.expression' => '?',
  2948.         ])));
  2949.         if ($this->has('translator')) {
  2950.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2951.         }
  2952.         $instance->setTranslationDomain('validators');
  2953.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2954.         $instance->enableAnnotationMapping(true);
  2955.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2956.         $instance->addMethodMapping('loadValidatorMetadata');
  2957.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2958.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2959.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2960.         return $instance;
  2961.     }
  2962.     /**
  2963.      * Gets the private 'var_dumper.html_dumper' shared service.
  2964.      *
  2965.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2966.      */
  2967.     protected function getVarDumper_HtmlDumperService()
  2968.     {
  2969.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2970.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2971.         return $instance;
  2972.     }
  2973.     /**
  2974.      * Gets the private 'var_dumper.server_connection' shared service.
  2975.      *
  2976.      * @return \Symfony\Component\VarDumper\Server\Connection
  2977.      */
  2978.     protected function getVarDumper_ServerConnectionService()
  2979.     {
  2980.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  2981.     }
  2982.     /**
  2983.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  2984.      *
  2985.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  2986.      */
  2987.     protected function getVichUploader_MetadataReaderService()
  2988.     {
  2989.         $a = new \Metadata\Driver\FileLocator([]);
  2990.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader(), [=> ($this->services['doctrine'] ?? $this->getDoctrineService())]), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  2991.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  2992.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  2993.     }
  2994.     /**
  2995.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  2996.      *
  2997.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  2998.      */
  2999.     protected function getVichUploader_PropertyMappingFactoryService()
  3000.     {
  3001.         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');
  3002.     }
  3003.     /**
  3004.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  3005.      *
  3006.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  3007.      */
  3008.     protected function getVichUploader_Storage_FileSystemService()
  3009.     {
  3010.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  3011.     }
  3012.     /**
  3013.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  3014.      *
  3015.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  3016.      */
  3017.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  3018.     {
  3019.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3020.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  3021.         ], [
  3022.             '_default' => '?',
  3023.         ]), '_default');
  3024.     }
  3025.     /**
  3026.      * Gets the public 'cache_clearer' alias.
  3027.      *
  3028.      * @return object The ".container.private.cache_clearer" service.
  3029.      */
  3030.     protected function getCacheClearerService()
  3031.     {
  3032.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3033.         return $this->get('.container.private.cache_clearer');
  3034.     }
  3035.     /**
  3036.      * Gets the public 'filesystem' alias.
  3037.      *
  3038.      * @return object The ".container.private.filesystem" service.
  3039.      */
  3040.     protected function getFilesystemService()
  3041.     {
  3042.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3043.         return $this->get('.container.private.filesystem');
  3044.     }
  3045.     /**
  3046.      * Gets the public 'serializer' alias.
  3047.      *
  3048.      * @return object The ".container.private.serializer" service.
  3049.      */
  3050.     protected function getSerializerService()
  3051.     {
  3052.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3053.         return $this->get('.container.private.serializer');
  3054.     }
  3055.     /**
  3056.      * Gets the public 'security.csrf.token_manager' alias.
  3057.      *
  3058.      * @return object The ".container.private.security.csrf.token_manager" service.
  3059.      */
  3060.     protected function getSecurity_Csrf_TokenManagerService()
  3061.     {
  3062.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3063.         return $this->get('.container.private.security.csrf.token_manager');
  3064.     }
  3065.     /**
  3066.      * Gets the public 'form.factory' alias.
  3067.      *
  3068.      * @return object The ".container.private.form.factory" service.
  3069.      */
  3070.     protected function getForm_FactoryService()
  3071.     {
  3072.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3073.         return $this->get('.container.private.form.factory');
  3074.     }
  3075.     /**
  3076.      * Gets the public 'form.type.file' alias.
  3077.      *
  3078.      * @return object The ".container.private.form.type.file" service.
  3079.      */
  3080.     protected function getForm_Type_FileService()
  3081.     {
  3082.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3083.         return $this->get('.container.private.form.type.file');
  3084.     }
  3085.     /**
  3086.      * Gets the public 'twig' alias.
  3087.      *
  3088.      * @return object The ".container.private.twig" service.
  3089.      */
  3090.     protected function getTwigService()
  3091.     {
  3092.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3093.         return $this->get('.container.private.twig');
  3094.     }
  3095.     /**
  3096.      * Gets the public 'security.authorization_checker' alias.
  3097.      *
  3098.      * @return object The ".container.private.security.authorization_checker" service.
  3099.      */
  3100.     protected function getSecurity_AuthorizationCheckerService()
  3101.     {
  3102.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3103.         return $this->get('.container.private.security.authorization_checker');
  3104.     }
  3105.     /**
  3106.      * Gets the public 'security.token_storage' alias.
  3107.      *
  3108.      * @return object The ".container.private.security.token_storage" service.
  3109.      */
  3110.     protected function getSecurity_TokenStorageService()
  3111.     {
  3112.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3113.         return $this->get('.container.private.security.token_storage');
  3114.     }
  3115.     /**
  3116.      * Gets the public 'validator' alias.
  3117.      *
  3118.      * @return object The ".container.private.validator" service.
  3119.      */
  3120.     protected function getValidatorService()
  3121.     {
  3122.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3123.         return $this->get('.container.private.validator');
  3124.     }
  3125.     /**
  3126.      * @return array|bool|float|int|string|null
  3127.      */
  3128.     public function getParameter(string $name)
  3129.     {
  3130.         if (isset($this->buildParameters[$name])) {
  3131.             return $this->buildParameters[$name];
  3132.         }
  3133.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3134.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3135.         }
  3136.         if (isset($this->loadedDynamicParameters[$name])) {
  3137.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3138.         }
  3139.         return $this->parameters[$name];
  3140.     }
  3141.     public function hasParameter(string $name): bool
  3142.     {
  3143.         if (isset($this->buildParameters[$name])) {
  3144.             return true;
  3145.         }
  3146.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3147.     }
  3148.     public function setParameter(string $name$value): void
  3149.     {
  3150.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3151.     }
  3152.     public function getParameterBag(): ParameterBagInterface
  3153.     {
  3154.         if (null === $this->parameterBag) {
  3155.             $parameters $this->parameters;
  3156.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3157.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3158.             }
  3159.             foreach ($this->buildParameters as $name => $value) {
  3160.                 $parameters[$name] = $value;
  3161.             }
  3162.             $this->parameterBag = new FrozenParameterBag($parameters);
  3163.         }
  3164.         return $this->parameterBag;
  3165.     }
  3166.     private $loadedDynamicParameters = [
  3167.         'kernel.runtime_environment' => false,
  3168.         'kernel.build_dir' => false,
  3169.         'kernel.cache_dir' => false,
  3170.         'cdn.host' => false,
  3171.         'kernel.secret' => false,
  3172.         'debug.container.dump' => false,
  3173.         'serializer.mapping.cache.file' => false,
  3174.         'validator.mapping.cache.file' => false,
  3175.         'profiler.storage.dsn' => false,
  3176.         'doctrine.orm.proxy_dir' => false,
  3177.         'nelmio_cors.defaults' => false,
  3178.         'swiftmailer.spool.default.memory.path' => false,
  3179.     ];
  3180.     private $dynamicParameters = [];
  3181.     private function getDynamicParameter(string $name)
  3182.     {
  3183.         switch ($name) {
  3184.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3185.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3186.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3187.             case 'cdn.host'$value $this->getEnv('CDN_HOST'); break;
  3188.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3189.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  3190.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3191.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3192.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3193.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3194.             case 'nelmio_cors.defaults'$value = [
  3195.                 'allow_origin' => [
  3196.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  3197.                 ],
  3198.                 'allow_credentials' => false,
  3199.                 'allow_headers' => [
  3200.                     => 'content-type',
  3201.                     => 'authorization',
  3202.                 ],
  3203.                 'expose_headers' => [
  3204.                     => 'Link',
  3205.                 ],
  3206.                 'allow_methods' => [
  3207.                     => 'GET',
  3208.                     => 'OPTIONS',
  3209.                     => 'POST',
  3210.                     => 'PUT',
  3211.                     => 'PATCH',
  3212.                     => 'DELETE',
  3213.                 ],
  3214.                 'max_age' => 3600,
  3215.                 'hosts' => [
  3216.                 ],
  3217.                 'origin_regex' => true,
  3218.                 'forced_allow_origin_value' => NULL,
  3219.             ]; break;
  3220.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  3221.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3222.         }
  3223.         $this->loadedDynamicParameters[$name] = true;
  3224.         return $this->dynamicParameters[$name] = $value;
  3225.     }
  3226.     protected function getDefaultParameters(): array
  3227.     {
  3228.         return [
  3229.             'kernel.project_dir' => \dirname(__DIR__4),
  3230.             'kernel.environment' => 'dev',
  3231.             'kernel.debug' => true,
  3232.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3233.             'kernel.bundles' => [
  3234.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3235.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3236.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3237.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3238.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3239.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3240.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3241.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3242.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3243.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3244.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3245.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  3246.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  3247.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  3248.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  3249.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3250.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  3251.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  3252.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  3253.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  3254.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  3255.             ],
  3256.             'kernel.bundles_metadata' => [
  3257.                 'FrameworkBundle' => [
  3258.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3259.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3260.                 ],
  3261.                 'SensioFrameworkExtraBundle' => [
  3262.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3263.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3264.                 ],
  3265.                 'TwigBundle' => [
  3266.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3267.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3268.                 ],
  3269.                 'WebProfilerBundle' => [
  3270.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3271.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3272.                 ],
  3273.                 'MonologBundle' => [
  3274.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3275.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3276.                 ],
  3277.                 'DebugBundle' => [
  3278.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3279.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3280.                 ],
  3281.                 'MakerBundle' => [
  3282.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3283.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3284.                 ],
  3285.                 'DoctrineBundle' => [
  3286.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3287.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3288.                 ],
  3289.                 'DoctrineMigrationsBundle' => [
  3290.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3291.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3292.                 ],
  3293.                 'SecurityBundle' => [
  3294.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3295.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3296.                 ],
  3297.                 'TwigExtraBundle' => [
  3298.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3299.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3300.                 ],
  3301.                 'NelmioCorsBundle' => [
  3302.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  3303.                     'namespace' => 'Nelmio\\CorsBundle',
  3304.                 ],
  3305.                 'ApiPlatformBundle' => [
  3306.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  3307.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  3308.                 ],
  3309.                 'WebpackEncoreBundle' => [
  3310.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  3311.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  3312.                 ],
  3313.                 'EasyAdminBundle' => [
  3314.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  3315.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  3316.                 ],
  3317.                 'DoctrineFixturesBundle' => [
  3318.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3319.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3320.                 ],
  3321.                 'StofDoctrineExtensionsBundle' => [
  3322.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  3323.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  3324.                 ],
  3325.                 'VichUploaderBundle' => [
  3326.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  3327.                     'namespace' => 'Vich\\UploaderBundle',
  3328.                 ],
  3329.                 'FOSCKEditorBundle' => [
  3330.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  3331.                     'namespace' => 'FOS\\CKEditorBundle',
  3332.                 ],
  3333.                 'LiipImagineBundle' => [
  3334.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  3335.                     'namespace' => 'Liip\\ImagineBundle',
  3336.                 ],
  3337.                 'SwiftmailerBundle' => [
  3338.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  3339.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  3340.                 ],
  3341.             ],
  3342.             'kernel.charset' => 'UTF-8',
  3343.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  3344.             'organization.slug' => 'pilote-travaux-conseils',
  3345.             'person.email' => 'contact@pilote-travaux-conseil.com',
  3346.             'assets.path' => (\dirname(__DIR__4).'/public'),
  3347.             'uploads.media.folder' => 'uploads/media/files',
  3348.             'uploads.pdf.folder' => 'uploads/pdf/files',
  3349.             'uploads.document.folder' => 'uploads/document/files',
  3350.             'cache_prefix' => 'media/cache/resolve',
  3351.             'seo' => true,
  3352.             'maintenance' => false,
  3353.             'under_maintenance_until' => 'tommorow 8 AM',
  3354.             'dev1.mail' => 'johan@delit.fr',
  3355.             'dev2.mail' => 'francoisp@delit.fr',
  3356.             'fixtures' => [
  3357.                 'force' => true,
  3358.                 'fake' => false,
  3359.             ],
  3360.             'event_dispatcher.event_aliases' => [
  3361.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3362.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3363.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3364.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3365.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3366.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3367.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3368.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3369.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3370.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3371.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3372.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3373.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3374.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3375.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3376.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3377.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3378.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3379.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3380.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3381.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3382.             ],
  3383.             'fragment.renderer.hinclude.global_template' => NULL,
  3384.             'fragment.path' => '/_fragment',
  3385.             'kernel.http_method_override' => false,
  3386.             'kernel.trusted_hosts' => [
  3387.             ],
  3388.             'kernel.default_locale' => 'fr',
  3389.             'kernel.error_controller' => 'error_controller',
  3390.             'debug.file_link_format' => NULL,
  3391.             'asset.request_context.base_path' => NULL,
  3392.             'asset.request_context.secure' => NULL,
  3393.             'translator.logging' => false,
  3394.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3395.             'debug.error_handler.throw_at' => -1,
  3396.             'router.request_context.host' => 'localhost',
  3397.             'router.request_context.scheme' => 'http',
  3398.             'router.request_context.base_url' => '',
  3399.             'router.resource' => 'kernel::loadRoutes',
  3400.             'request_listener.http_port' => 80,
  3401.             'request_listener.https_port' => 443,
  3402.             'session.metadata.storage_key' => '_sf2_meta',
  3403.             'session.storage.options' => [
  3404.                 'cache_limiter' => '0',
  3405.                 'cookie_secure' => 'auto',
  3406.                 'cookie_httponly' => true,
  3407.                 'cookie_samesite' => 'lax',
  3408.                 'gc_probability' => 1,
  3409.             ],
  3410.             'session.save_path' => (\dirname(__DIR__4).'/sessions/dev'),
  3411.             'session.metadata.update_threshold' => 0,
  3412.             'form.type_extension.csrf.enabled' => true,
  3413.             'form.type_extension.csrf.field_name' => '_token',
  3414.             'validator.translation_domain' => 'validators',
  3415.             'profiler_listener.only_exceptions' => false,
  3416.             'profiler_listener.only_main_requests' => false,
  3417.             'twig.form.resources' => [
  3418.                 => '@VichUploader/Form/fields.html.twig',
  3419.                 => 'form_div_layout.html.twig',
  3420.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  3421.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  3422.             ],
  3423.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3424.             'monolog.use_microseconds' => true,
  3425.             'monolog.swift_mailer.handlers' => [
  3426.             ],
  3427.             'monolog.handlers_to_channels' => [
  3428.                 'monolog.handler.console' => [
  3429.                     'type' => 'exclusive',
  3430.                     'elements' => [
  3431.                         => 'event',
  3432.                         => 'doctrine',
  3433.                         => 'console',
  3434.                     ],
  3435.                 ],
  3436.                 'monolog.handler.main' => [
  3437.                     'type' => 'exclusive',
  3438.                     'elements' => [
  3439.                         => 'event',
  3440.                     ],
  3441.                 ],
  3442.             ],
  3443.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3444.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  3445.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  3446.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  3447.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3448.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3449.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3450.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3451.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3452.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3453.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3454.             'doctrine.entity_managers' => [
  3455.                 'default' => 'doctrine.orm.default_entity_manager',
  3456.             ],
  3457.             'doctrine.default_entity_manager' => 'default',
  3458.             'doctrine.dbal.connection_factory.types' => [
  3459.                 'uuid' => [
  3460.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  3461.                 ],
  3462.                 'ulid' => [
  3463.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  3464.                 ],
  3465.             ],
  3466.             'doctrine.connections' => [
  3467.                 'default' => 'doctrine.dbal.default_connection',
  3468.             ],
  3469.             'doctrine.default_connection' => 'default',
  3470.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3471.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3472.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3473.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3474.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3475.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3476.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3477.             'doctrine.orm.cache.memcache_port' => 11211,
  3478.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3479.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3480.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3481.             'doctrine.orm.cache.memcached_port' => 11211,
  3482.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3483.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3484.             'doctrine.orm.cache.redis_host' => 'localhost',
  3485.             'doctrine.orm.cache.redis_port' => 6379,
  3486.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3487.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3488.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3489.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3490.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3491.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3492.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3493.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3494.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3495.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3496.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3497.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3498.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3499.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3500.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3501.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3502.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3503.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3504.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3505.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3506.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3507.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3508.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3509.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3510.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3511.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3512.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3513.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3514.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3515.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3516.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3517.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3518.             'doctrine.migrations.preferred_em' => NULL,
  3519.             'doctrine.migrations.preferred_connection' => NULL,
  3520.             'security.role_hierarchy.roles' => [
  3521.             ],
  3522.             'security.access.denied_url' => NULL,
  3523.             'security.authentication.manager.erase_credentials' => true,
  3524.             'security.authentication.session_strategy.strategy' => 'migrate',
  3525.             'security.access.always_authenticate_before_granting' => false,
  3526.             'security.authentication.hide_user_not_found' => true,
  3527.             'security.firewalls' => [
  3528.                 => 'dev',
  3529.                 => 'main',
  3530.             ],
  3531.             'nelmio_cors.map' => [
  3532.                 '^/' => [
  3533.                 ],
  3534.             ],
  3535.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  3536.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  3537.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  3538.             'api_platform.metadata_backward_compatibility_layer' => true,
  3539.             'api_platform.enable_entrypoint' => true,
  3540.             'api_platform.enable_docs' => true,
  3541.             'api_platform.title' => '',
  3542.             'api_platform.description' => '',
  3543.             'api_platform.version' => '0.0.0',
  3544.             'api_platform.show_webby' => true,
  3545.             'api_platform.url_generation_strategy' => 1,
  3546.             'api_platform.exception_to_status' => [
  3547.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  3548.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  3549.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  3550.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  3551.             ],
  3552.             'api_platform.formats' => [
  3553.                 'jsonld' => [
  3554.                     => 'application/ld+json',
  3555.                 ],
  3556.                 'json' => [
  3557.                     => 'application/json',
  3558.                 ],
  3559.                 'html' => [
  3560.                     => 'text/html',
  3561.                 ],
  3562.             ],
  3563.             'api_platform.patch_formats' => [
  3564.                 'json' => [
  3565.                     => 'application/merge-patch+json',
  3566.                 ],
  3567.             ],
  3568.             'api_platform.error_formats' => [
  3569.                 'jsonproblem' => [
  3570.                     => 'application/problem+json',
  3571.                 ],
  3572.                 'jsonld' => [
  3573.                     => 'application/ld+json',
  3574.                 ],
  3575.             ],
  3576.             'api_platform.allow_plain_identifiers' => false,
  3577.             'api_platform.eager_loading.enabled' => true,
  3578.             'api_platform.eager_loading.max_joins' => 30,
  3579.             'api_platform.eager_loading.fetch_partial' => false,
  3580.             'api_platform.eager_loading.force_eager' => true,
  3581.             'api_platform.collection.exists_parameter_name' => 'exists',
  3582.             'api_platform.collection.order' => 'ASC',
  3583.             'api_platform.collection.order_parameter_name' => 'order',
  3584.             'api_platform.collection.order_nulls_comparison' => NULL,
  3585.             'api_platform.collection.pagination.enabled' => true,
  3586.             'api_platform.collection.pagination.partial' => false,
  3587.             'api_platform.collection.pagination.client_enabled' => false,
  3588.             'api_platform.collection.pagination.client_items_per_page' => false,
  3589.             'api_platform.collection.pagination.client_partial' => false,
  3590.             'api_platform.collection.pagination.items_per_page' => 30,
  3591.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  3592.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  3593.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  3594.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  3595.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  3596.             'api_platform.collection.pagination' => [
  3597.                 'enabled' => true,
  3598.                 'partial' => false,
  3599.                 'client_enabled' => false,
  3600.                 'client_items_per_page' => false,
  3601.                 'client_partial' => false,
  3602.                 'items_per_page' => 30,
  3603.                 'maximum_items_per_page' => NULL,
  3604.                 'page_parameter_name' => 'page',
  3605.                 'enabled_parameter_name' => 'pagination',
  3606.                 'items_per_page_parameter_name' => 'itemsPerPage',
  3607.                 'partial_parameter_name' => 'partial',
  3608.             ],
  3609.             'api_platform.http_cache.etag' => true,
  3610.             'api_platform.http_cache.max_age' => NULL,
  3611.             'api_platform.http_cache.shared_max_age' => NULL,
  3612.             'api_platform.http_cache.vary' => [
  3613.                 => 'Accept',
  3614.             ],
  3615.             'api_platform.http_cache.public' => NULL,
  3616.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  3617.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  3618.             'api_platform.asset_package' => NULL,
  3619.             'api_platform.defaults' => [
  3620.                 'attributes' => [
  3621.                 ],
  3622.             ],
  3623.             'api_platform.resource_class_directories' => [
  3624.                 => (\dirname(__DIR__4).'/src/Entity'),
  3625.             ],
  3626.             'api_platform.oauth.enabled' => false,
  3627.             'api_platform.oauth.clientId' => '',
  3628.             'api_platform.oauth.clientSecret' => '',
  3629.             'api_platform.oauth.type' => 'oauth2',
  3630.             'api_platform.oauth.flow' => 'application',
  3631.             'api_platform.oauth.tokenUrl' => '',
  3632.             'api_platform.oauth.authorizationUrl' => '',
  3633.             'api_platform.oauth.refreshUrl' => '',
  3634.             'api_platform.oauth.scopes' => [
  3635.             ],
  3636.             'api_platform.oauth.pkce' => false,
  3637.             'api_platform.openapi.termsOfService' => NULL,
  3638.             'api_platform.openapi.contact.name' => NULL,
  3639.             'api_platform.openapi.contact.url' => NULL,
  3640.             'api_platform.openapi.contact.email' => NULL,
  3641.             'api_platform.openapi.license.name' => NULL,
  3642.             'api_platform.openapi.license.url' => NULL,
  3643.             'api_platform.swagger.versions' => [
  3644.                 => 3,
  3645.             ],
  3646.             'api_platform.enable_swagger_ui' => true,
  3647.             'api_platform.enable_re_doc' => true,
  3648.             'api_platform.swagger.api_keys' => [
  3649.             ],
  3650.             'api_platform.swagger_ui.extra_configuration' => [
  3651.             ],
  3652.             'api_platform.graphql.enabled' => false,
  3653.             'api_platform.graphql.graphiql.enabled' => false,
  3654.             'api_platform.graphql.graphql_playground.enabled' => false,
  3655.             'api_platform.graphql.collection.pagination' => [
  3656.                 'enabled' => true,
  3657.             ],
  3658.             'api_platform.validator.serialize_payload_fields' => [
  3659.             ],
  3660.             'api_platform.validator.query_parameter_validation' => true,
  3661.             'api_platform.elasticsearch.enabled' => false,
  3662.             'easyadmin.config' => [
  3663.             ],
  3664.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  3665.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  3666.             'stof_doctrine_extensions.default_locale' => 'en_US',
  3667.             'stof_doctrine_extensions.translation_fallback' => false,
  3668.             'stof_doctrine_extensions.persist_default_translation' => false,
  3669.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  3670.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  3671.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  3672.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  3673.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  3674.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  3675.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  3676.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  3677.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  3678.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  3679.             'vich_uploader.mappings' => [
  3680.                 'uploads_media_files' => [
  3681.                     'uri_prefix' => 'uploads/media/files',
  3682.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/media/files'),
  3683.                     'namer' => [
  3684.                         'service' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer.uploads_media_files',
  3685.                         'options' => [
  3686.                             'property' => 'slug',
  3687.                         ],
  3688.                     ],
  3689.                     'directory_namer' => [
  3690.                         'service' => NULL,
  3691.                         'options' => NULL,
  3692.                     ],
  3693.                     'delete_on_remove' => true,
  3694.                     'delete_on_update' => true,
  3695.                     'inject_on_load' => false,
  3696.                     'db_driver' => 'orm',
  3697.                 ],
  3698.                 'uploads_document_files' => [
  3699.                     'uri_prefix' => 'uploads/document/files',
  3700.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/document/files'),
  3701.                     'namer' => [
  3702.                         'service' => NULL,
  3703.                         'options' => NULL,
  3704.                     ],
  3705.                     'directory_namer' => [
  3706.                         'service' => NULL,
  3707.                         'options' => NULL,
  3708.                     ],
  3709.                     'delete_on_remove' => true,
  3710.                     'delete_on_update' => true,
  3711.                     'inject_on_load' => false,
  3712.                     'db_driver' => 'orm',
  3713.                 ],
  3714.             ],
  3715.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  3716.             'liip_imagine.resolvers' => [
  3717.                 'default' => [
  3718.                     'web_path' => [
  3719.                         'web_root' => (\dirname(__DIR__4).'/public'),
  3720.                         'cache_prefix' => 'media/cache/resolve',
  3721.                     ],
  3722.                 ],
  3723.             ],
  3724.             'liip_imagine.loaders' => [
  3725.                 'default' => [
  3726.                     'filesystem' => [
  3727.                         'data_root' => [
  3728.                             => (\dirname(__DIR__4).'/public'),
  3729.                         ],
  3730.                         'locator' => 'filesystem',
  3731.                         'allow_unresolvable_data_roots' => false,
  3732.                         'bundle_resources' => [
  3733.                             'enabled' => false,
  3734.                             'access_control_type' => 'blacklist',
  3735.                             'access_control_list' => [
  3736.                             ],
  3737.                         ],
  3738.                     ],
  3739.                 ],
  3740.             ],
  3741.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  3742.             'liip_imagine.jpegoptim.stripAll' => true,
  3743.             'liip_imagine.jpegoptim.max' => NULL,
  3744.             'liip_imagine.jpegoptim.progressive' => true,
  3745.             'liip_imagine.jpegoptim.tempDir' => NULL,
  3746.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  3747.             'liip_imagine.optipng.level' => 7,
  3748.             'liip_imagine.optipng.stripAll' => true,
  3749.             'liip_imagine.optipng.tempDir' => NULL,
  3750.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  3751.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  3752.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  3753.             'liip_imagine.cwebp.tempDir' => NULL,
  3754.             'liip_imagine.cwebp.q' => 75,
  3755.             'liip_imagine.cwebp.alphaQ' => 100,
  3756.             'liip_imagine.cwebp.m' => 4,
  3757.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  3758.             'liip_imagine.cwebp.alphaMethod' => 1,
  3759.             'liip_imagine.cwebp.exact' => false,
  3760.             'liip_imagine.cwebp.metadata' => [
  3761.                 => 'none',
  3762.             ],
  3763.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  3764.             'liip_imagine.cache.resolver.default' => 'default',
  3765.             'liip_imagine.default_image' => NULL,
  3766.             'liip_imagine.filter_sets' => [
  3767.                 'mini_thumbnail' => [
  3768.                     'quality' => 100,
  3769.                     'jpeg_quality' => 70,
  3770.                     'png_compression_level' => 7,
  3771.                     'png_compression_filter' => NULL,
  3772.                     'format' => NULL,
  3773.                     'animated' => false,
  3774.                     'cache' => NULL,
  3775.                     'data_loader' => NULL,
  3776.                     'default_image' => NULL,
  3777.                     'filters' => [
  3778.                         'thumbnail' => [
  3779.                             'size' => [
  3780.                                 => 65,
  3781.                                 => 40,
  3782.                             ],
  3783.                             'mode' => 'outbound',
  3784.                             'allow_upscale' => true,
  3785.                         ],
  3786.                     ],
  3787.                     'post_processors' => [
  3788.                     ],
  3789.                 ],
  3790.                 'grid' => [
  3791.                     'quality' => 100,
  3792.                     'jpeg_quality' => 70,
  3793.                     'png_compression_level' => 7,
  3794.                     'png_compression_filter' => NULL,
  3795.                     'format' => NULL,
  3796.                     'animated' => false,
  3797.                     'cache' => NULL,
  3798.                     'data_loader' => NULL,
  3799.                     'default_image' => NULL,
  3800.                     'filters' => [
  3801.                         'thumbnail' => [
  3802.                             'size' => [
  3803.                                 => 800,
  3804.                                 => 500,
  3805.                             ],
  3806.                             'mode' => 'outbound',
  3807.                             'allow_upscale' => true,
  3808.                         ],
  3809.                     ],
  3810.                     'post_processors' => [
  3811.                     ],
  3812.                 ],
  3813.                 'vertical' => [
  3814.                     'quality' => 100,
  3815.                     'jpeg_quality' => 70,
  3816.                     'png_compression_level' => 7,
  3817.                     'png_compression_filter' => NULL,
  3818.                     'format' => NULL,
  3819.                     'animated' => false,
  3820.                     'cache' => NULL,
  3821.                     'data_loader' => NULL,
  3822.                     'default_image' => NULL,
  3823.                     'filters' => [
  3824.                         'thumbnail' => [
  3825.                             'size' => [
  3826.                                 => 360,
  3827.                                 => 552,
  3828.                             ],
  3829.                             'mode' => 'outbound',
  3830.                             'allow_upscale' => true,
  3831.                         ],
  3832.                     ],
  3833.                     'post_processors' => [
  3834.                     ],
  3835.                 ],
  3836.                 'large' => [
  3837.                     'quality' => 100,
  3838.                     'jpeg_quality' => 70,
  3839.                     'png_compression_level' => 7,
  3840.                     'png_compression_filter' => NULL,
  3841.                     'format' => NULL,
  3842.                     'animated' => false,
  3843.                     'cache' => NULL,
  3844.                     'data_loader' => NULL,
  3845.                     'default_image' => NULL,
  3846.                     'filters' => [
  3847.                         'thumbnail' => [
  3848.                             'size' => [
  3849.                                 => 1920,
  3850.                             ],
  3851.                             'mode' => 'outbound',
  3852.                             'allow_upscale' => true,
  3853.                         ],
  3854.                     ],
  3855.                     'post_processors' => [
  3856.                     ],
  3857.                 ],
  3858.             ],
  3859.             'liip_imagine.binary.loader.default' => 'default',
  3860.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  3861.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  3862.             'liip_imagine.webp.generate' => true,
  3863.             'liip_imagine.webp.options' => [
  3864.                 'quality' => 70,
  3865.                 'cache' => NULL,
  3866.                 'data_loader' => NULL,
  3867.                 'post_processors' => [
  3868.                 ],
  3869.             ],
  3870.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  3871.             'swiftmailer.mailer.default.spool.enabled' => true,
  3872.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  3873.             'swiftmailer.mailer.default.single_address' => NULL,
  3874.             'swiftmailer.mailer.default.delivery.enabled' => true,
  3875.             'swiftmailer.spool.enabled' => true,
  3876.             'swiftmailer.delivery.enabled' => true,
  3877.             'swiftmailer.single_address' => NULL,
  3878.             'swiftmailer.mailers' => [
  3879.                 'default' => 'swiftmailer.mailer.default',
  3880.             ],
  3881.             'swiftmailer.default_mailer' => 'default',
  3882.             'maker.compatible_check.doctrine.supports_attributes' => true,
  3883.             'data_collector.templates' => [
  3884.                 'data_collector.request' => [
  3885.                     => 'request',
  3886.                     => '@WebProfiler/Collector/request.html.twig',
  3887.                 ],
  3888.                 'api_platform.data_collector.request' => [
  3889.                     => 'api_platform.data_collector.request',
  3890.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  3891.                 ],
  3892.                 'data_collector.time' => [
  3893.                     => 'time',
  3894.                     => '@WebProfiler/Collector/time.html.twig',
  3895.                 ],
  3896.                 'data_collector.memory' => [
  3897.                     => 'memory',
  3898.                     => '@WebProfiler/Collector/memory.html.twig',
  3899.                 ],
  3900.                 'data_collector.validator' => [
  3901.                     => 'validator',
  3902.                     => '@WebProfiler/Collector/validator.html.twig',
  3903.                 ],
  3904.                 'data_collector.ajax' => [
  3905.                     => 'ajax',
  3906.                     => '@WebProfiler/Collector/ajax.html.twig',
  3907.                 ],
  3908.                 'data_collector.form' => [
  3909.                     => 'form',
  3910.                     => '@WebProfiler/Collector/form.html.twig',
  3911.                 ],
  3912.                 'data_collector.exception' => [
  3913.                     => 'exception',
  3914.                     => '@WebProfiler/Collector/exception.html.twig',
  3915.                 ],
  3916.                 'data_collector.logger' => [
  3917.                     => 'logger',
  3918.                     => '@WebProfiler/Collector/logger.html.twig',
  3919.                 ],
  3920.                 'data_collector.events' => [
  3921.                     => 'events',
  3922.                     => '@WebProfiler/Collector/events.html.twig',
  3923.                 ],
  3924.                 'data_collector.router' => [
  3925.                     => 'router',
  3926.                     => '@WebProfiler/Collector/router.html.twig',
  3927.                 ],
  3928.                 'data_collector.cache' => [
  3929.                     => 'cache',
  3930.                     => '@WebProfiler/Collector/cache.html.twig',
  3931.                 ],
  3932.                 'data_collector.translation' => [
  3933.                     => 'translation',
  3934.                     => '@WebProfiler/Collector/translation.html.twig',
  3935.                 ],
  3936.                 'data_collector.security' => [
  3937.                     => 'security',
  3938.                     => '@Security/Collector/security.html.twig',
  3939.                 ],
  3940.                 'data_collector.twig' => [
  3941.                     => 'twig',
  3942.                     => '@WebProfiler/Collector/twig.html.twig',
  3943.                 ],
  3944.                 'data_collector.http_client' => [
  3945.                     => 'http_client',
  3946.                     => '@WebProfiler/Collector/http_client.html.twig',
  3947.                 ],
  3948.                 'data_collector.doctrine' => [
  3949.                     => 'db',
  3950.                     => '@Doctrine/Collector/db.html.twig',
  3951.                 ],
  3952.                 'doctrine_migrations.migrations_collector' => [
  3953.                     => 'doctrine_migrations',
  3954.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  3955.                 ],
  3956.                 'swiftmailer.data_collector' => [
  3957.                     => 'swiftmailer',
  3958.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  3959.                 ],
  3960.                 'data_collector.dump' => [
  3961.                     => 'dump',
  3962.                     => '@Debug/Profiler/dump.html.twig',
  3963.                 ],
  3964.                 'mailer.data_collector' => [
  3965.                     => 'mailer',
  3966.                     => '@WebProfiler/Collector/mailer.html.twig',
  3967.                 ],
  3968.                 'notifier.data_collector' => [
  3969.                     => 'notifier',
  3970.                     => '@WebProfiler/Collector/notifier.html.twig',
  3971.                 ],
  3972.                 'EasyCorp\\Bundle\\EasyAdminBundle\\Inspector\\DataCollector' => [
  3973.                     => 'easyadmin',
  3974.                     => '@EasyAdmin/inspector/data_collector.html.twig',
  3975.                 ],
  3976.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  3977.                     => 'vich_uploader.mapping_collector',
  3978.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  3979.                 ],
  3980.                 'data_collector.config' => [
  3981.                     => 'config',
  3982.                     => '@WebProfiler/Collector/config.html.twig',
  3983.                 ],
  3984.             ],
  3985.             'console.command.ids' => [
  3986.             ],
  3987.         ];
  3988.     }
  3989.     protected function throw($message)
  3990.     {
  3991.         throw new RuntimeException($message);
  3992.     }
  3993. }