var/cache/dev/Container2HoFigq/App_KernelDevDebugContainer.php line 1789

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