var/cache/dev/ContainerUitSRG2/App_KernelDevDebugContainer.php line 2132

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