var/cache/dev/ContainerCEORRFu/App_KernelDevDebugContainer.php line 2184

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