var/cache/dev/Container0oizQsz/App_KernelDevDebugContainer.php line 2472

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