var/cache/dev/ContainerPR4qze7/App_KernelDevDebugContainer.php line 1070

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