var/cache/dev/ContainerH74Zia7/srcApp_KernelDevDebugContainer.php line 803

Open in your IDE?
  1. <?php
  2. namespace ContainerH74Zia7;
  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. /**
  11.  * This class has been auto-generated
  12.  * by the Symfony Dependency Injection Component.
  13.  *
  14.  * @final since Symfony 3.3
  15.  */
  16. class srcApp_KernelDevDebugContainer extends Container
  17. {
  18.     private $buildParameters;
  19.     private $containerDir;
  20.     private $parameters = [];
  21.     private $targetDirs = [];
  22.     private $getService;
  23.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  24.     {
  25.         $this->getService = \Closure::fromCallable([$this'getService']);
  26.         $dir $this->targetDirs[0] = \dirname($containerDir);
  27.         for ($i 1$i <= 5; ++$i) {
  28.             $this->targetDirs[$i] = $dir = \dirname($dir);
  29.         }
  30.         $this->buildParameters $buildParameters;
  31.         $this->containerDir $containerDir;
  32.         $this->parameters $this->getDefaultParameters();
  33.         $this->services $this->privates = [];
  34.         $this->syntheticIds = [
  35.             'kernel' => true,
  36.         ];
  37.         $this->methodMap = [
  38.             'cache.app' => 'getCache_AppService',
  39.             'cache.doctrine.orm.default.metadata' => 'getCache_Doctrine_Orm_Default_MetadataService',
  40.             'cache.doctrine.orm.default.query' => 'getCache_Doctrine_Orm_Default_QueryService',
  41.             'cache.doctrine.orm.default.result' => 'getCache_Doctrine_Orm_Default_ResultService',
  42.             'cache.doctrine.orm.tru.metadata' => 'getCache_Doctrine_Orm_Tru_MetadataService',
  43.             'cache.doctrine.orm.tru.query' => 'getCache_Doctrine_Orm_Tru_QueryService',
  44.             'cache.doctrine.orm.tru.result' => 'getCache_Doctrine_Orm_Tru_ResultService',
  45.             'cache.system' => 'getCache_SystemService',
  46.             'doctrine' => 'getDoctrineService',
  47.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  48.             'doctrine.dbal.tru_connection' => 'getDoctrine_Dbal_TruConnectionService',
  49.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  50.             'doctrine.orm.tru_entity_manager' => 'getDoctrine_Orm_TruEntityManagerService',
  51.             'event_dispatcher' => 'getEventDispatcherService',
  52.             'http_kernel' => 'getHttpKernelService',
  53.             'message_bus' => 'getMessageBusService',
  54.             'profiler' => 'getProfilerService',
  55.             'request_stack' => 'getRequestStackService',
  56.             'router' => 'getRouterService',
  57.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  58.             'security.token_storage' => 'getSecurity_TokenStorageService',
  59.             'serializer' => 'getSerializerService',
  60.             'translator' => 'getTranslatorService',
  61.             'twig' => 'getTwigService',
  62.             'validator' => 'getValidatorService',
  63.         ];
  64.         $this->fileMap = [
  65.             'App\\Controller\\HomeController' => 'getHomeControllerService.php',
  66.             'App\\Controller\\PermissionController' => 'getPermissionControllerService.php',
  67.             'App\\Controller\\RefController' => 'getRefControllerService.php',
  68.             'App\\Controller\\TruController' => 'getTruControllerService.php',
  69.             'App\\Controller\\UserSide\\ActionsController' => 'getActionsControllerService.php',
  70.             'App\\Controller\\UserSide\\AlarmsController' => 'getAlarmsControllerService.php',
  71.             'App\\Controller\\UserSide\\ExportController' => 'getExportControllerService.php',
  72.             'App\\Controller\\UserSide\\HomeController' => 'getHomeController2Service.php',
  73.             'App\\Controller\\UserSide\\ModuleController' => 'getModuleControllerService.php',
  74.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  75.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  76.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService.php',
  77.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService.php',
  78.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService.php',
  79.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService.php',
  80.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService.php',
  81.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService.php',
  82.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  83.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  84.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  85.             'cache_clearer' => 'getCacheClearerService.php',
  86.             'cache_warmer' => 'getCacheWarmerService.php',
  87.             'console.command.public_alias.api_platform.swagger.command.swagger_command' => 'getConsole_Command_PublicAlias_ApiPlatform_Swagger_Command_SwaggerCommandService.php',
  88.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService.php',
  89.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService.php',
  90.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService.php',
  91.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService.php',
  92.             'console.command.public_alias.doctrine_migrations.diff_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_DiffCommandService.php',
  93.             'console.command.public_alias.doctrine_migrations.dump_schema_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_DumpSchemaCommandService.php',
  94.             'console.command.public_alias.doctrine_migrations.execute_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_ExecuteCommandService.php',
  95.             'console.command.public_alias.doctrine_migrations.generate_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_GenerateCommandService.php',
  96.             'console.command.public_alias.doctrine_migrations.latest_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_LatestCommandService.php',
  97.             'console.command.public_alias.doctrine_migrations.migrate_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_MigrateCommandService.php',
  98.             'console.command.public_alias.doctrine_migrations.rollup_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_RollupCommandService.php',
  99.             'console.command.public_alias.doctrine_migrations.status_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_StatusCommandService.php',
  100.             'console.command.public_alias.doctrine_migrations.up_to_date_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_UpToDateCommandService.php',
  101.             'console.command.public_alias.doctrine_migrations.version_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_VersionCommandService.php',
  102.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  103.             'filesystem' => 'getFilesystemService.php',
  104.             'gesdinet.jwtrefreshtoken' => 'getGesdinet_JwtrefreshtokenService.php',
  105.             'gesdinet.jwtrefreshtoken.refresh_token_manager' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService.php',
  106.             'knp_paginator' => 'getKnpPaginatorService.php',
  107.             'lexik_jwt_authentication.check_config_command' => 'getLexikJwtAuthentication_CheckConfigCommandService.php',
  108.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService.php',
  109.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService.php',
  110.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService.php',
  111.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService.php',
  112.             'routing.loader' => 'getRouting_LoaderService.php',
  113.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  114.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  115.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  116.             'services_resetter' => 'getServicesResetterService.php',
  117.             'session' => 'getSessionService.php',
  118.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  119.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  120.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
  121.             'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
  122.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  123.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  124.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  125.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  126.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  127.         ];
  128.         $this->aliases = [
  129.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  130.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  131.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  132.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  133.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  134.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  135.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  136.             'database_connection' => 'doctrine.dbal.default_connection',
  137.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  138.             'mailer' => 'swiftmailer.mailer.default',
  139.             'messenger.default_bus' => 'message_bus',
  140.         ];
  141.         $this->privates['service_container'] = function () {
  142.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  143.             include_once $this->targetDirs[3].'/src/EventSubscriber/PreReadSubscriber.php';
  144.             include_once $this->targetDirs[3].'/src/Service/ManagerTru.php';
  145.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  146.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  147.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  148.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  149.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  150.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  151.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  152.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  153.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  154.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  155.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  156.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  157.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  158.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/TerminableInterface.php';
  159.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/HttpKernel.php';
  160.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  161.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  162.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  163.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  164.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  165.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  166.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  167.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  168.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  169.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  170.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/RequestStack.php';
  171.             include_once $this->targetDirs[3].'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  172.             include_once $this->targetDirs[3].'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  173.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  174.             include_once $this->targetDirs[3].'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  175.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  176.             include_once $this->targetDirs[3].'/vendor/symfony/cache-contracts/CacheInterface.php';
  177.             include_once $this->targetDirs[3].'/vendor/symfony/cache/PruneableInterface.php';
  178.             include_once $this->targetDirs[3].'/vendor/symfony/cache/ResettableInterface.php';
  179.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  180.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  181.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  182.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/AbstractTrait.php';
  183.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  184.             include_once $this->targetDirs[3].'/vendor/symfony/cache-contracts/CacheTrait.php';
  185.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/ContractsTrait.php';
  186.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  187.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  188.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  189.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  190.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  191.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  192.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  193.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  194.             include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  195.             include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  196.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ServiceLocator.php';
  197.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validation.php';
  198.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  199.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  200.             include_once $this->targetDirs[3].'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  201.             include_once $this->targetDirs[3].'/vendor/symfony/translation/TranslatorInterface.php';
  202.             include_once $this->targetDirs[3].'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  203.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  204.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ObjectInitializerInterface.php';
  205.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  206.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  207.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  208.             include_once $this->targetDirs[3].'/vendor/symfony/translation/TranslatorBagInterface.php';
  209.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Translator.php';
  210.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  211.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Translation/Translator.php';
  212.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  213.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  214.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  215.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  216.             include_once $this->targetDirs[3].'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  217.             include_once $this->targetDirs[3].'/vendor/symfony/translation/IdentityTranslator.php';
  218.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  219.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  220.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  221.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  222.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  223.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Logger.php';
  224.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  225.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Logger.php';
  226.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  227.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  228.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  229.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  230.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  231.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  232.             include_once $this->targetDirs[3].'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  233.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  234.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  235.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  236.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  237.             include_once $this->targetDirs[3].'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  238.             include_once $this->targetDirs[3].'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  239.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  240.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  241.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  242.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  243.             include_once $this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  244.             include_once $this->targetDirs[3].'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  245.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  246.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  247.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  248.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  249.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  250.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  251.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  252.             include_once $this->targetDirs[3].'/vendor/symfony/stopwatch/Stopwatch.php';
  253.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  254.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RequestContext.php';
  255.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  256.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  257.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  258.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  259.             include_once $this->targetDirs[3].'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  260.             include_once $this->targetDirs[3].'/vendor/symfony/property-access/PropertyAccessor.php';
  261.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/ArrayTrait.php';
  262.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  263.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/SerializerInterface.php';
  264.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  265.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  266.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  267.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  268.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  269.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  270.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  271.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  272.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Serializer.php';
  273.             include_once $this->targetDirs[3].'/src/Normalizer/DateTimeNormalizer.php';
  274.             include_once $this->targetDirs[3].'/src/Swagger/SwaggerDecorator.php';
  275.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  276.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Swagger/Serializer/ApiGatewayNormalizer.php';
  277.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  278.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Swagger/Serializer/DocumentationNormalizer.php';
  279.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Api/OperationMethodResolverInterface.php';
  280.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Bridge/Symfony/Routing/OperationMethodResolverInterface.php';
  281.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Bridge/Symfony/Routing/OperationMethodResolver.php';
  282.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  283.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  284.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  285.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  286.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  287.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  288.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  289.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  290.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  291.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  292.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  293.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  294.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  295.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  296.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  297.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  298.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  299.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  300.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  301.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  302.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/SerializerAwareInterface.php';
  303.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  304.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/SerializerAwareTrait.php';
  305.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  306.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  307.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  308.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  309.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  310.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  311.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  312.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  313.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  314.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  315.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  316.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  317.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  318.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  319.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  320.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  321.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  322.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  323.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  324.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  325.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  326.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  327.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  328.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  329.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  330.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  331.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  332.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  333.             include_once $this->targetDirs[3].'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  334.             include_once $this->targetDirs[3].'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  335.             include_once $this->targetDirs[3].'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  336.             include_once $this->targetDirs[3].'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  337.             include_once $this->targetDirs[3].'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  338.             include_once $this->targetDirs[3].'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  339.             include_once $this->targetDirs[3].'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  340.             include_once $this->targetDirs[3].'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  341.             include_once $this->targetDirs[3].'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  342.             include_once $this->targetDirs[3].'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  343.             include_once $this->targetDirs[3].'/vendor/symfony/mime/MimeTypesInterface.php';
  344.             include_once $this->targetDirs[3].'/vendor/symfony/mime/MimeTypes.php';
  345.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Environment.php';
  346.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  347.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  348.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  349.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  350.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bundle/Loader/NativeFilesystemLoader.php';
  351.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  352.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  353.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  354.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  355.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  356.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  357.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  358.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Packages.php';
  359.             include_once $this->targetDirs[3].'/vendor/symfony/asset/PackageInterface.php';
  360.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Package.php';
  361.             include_once $this->targetDirs[3].'/vendor/symfony/asset/PathPackage.php';
  362.             include_once $this->targetDirs[3].'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  363.             include_once $this->targetDirs[3].'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  364.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Context/ContextInterface.php';
  365.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Context/RequestStackContext.php';
  366.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  367.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  368.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  369.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  370.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  371.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  372.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  373.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/UrlHelper.php';
  374.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  375.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  376.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  377.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/DebugExtension.php';
  378.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  379.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  380.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  381.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  382.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  383.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  384.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  385.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Twig/Extension/PaginationExtension.php';
  386.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Helper/Processor.php';
  387.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/AppVariable.php';
  388.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  389.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  390.             include_once $this->targetDirs[3].'/vendor/twig/extra-bundle/src/MissingExtensionSuggestor.php';
  391.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  392.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Profiler/Profile.php';
  393.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  394.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  395.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  396.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  397.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  398.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  399.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  400.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  401.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  402.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  403.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/FirewallMapInterface.php';
  404.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  405.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  406.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  407.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  408.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  409.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  410.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/Firewall.php';
  411.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  412.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  413.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  414.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  415.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  416.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  417.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  418.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  419.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  420.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/RegistryInterface.php';
  421.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Registry.php';
  422.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  423.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  424.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  425.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  426.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  427.             include_once $this->targetDirs[3].'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  428.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  429.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  430.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  431.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  432.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultNamingStrategy.php';
  433.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  434.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  435.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  436.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  437.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  438.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  439.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  440.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  441.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  442.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  443.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  444.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  445.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  446.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  447.             include_once $this->targetDirs[3].'/vendor/symfony/cache/DoctrineProvider.php';
  448.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  449.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  450.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  451.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  452.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  453.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php';
  454.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileLocator.php';
  455.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  456.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  457.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  458.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  459.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  460.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  461.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  462.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  463.             include_once $this->targetDirs[3].'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  464.             include_once $this->targetDirs[3].'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  465.             include_once $this->targetDirs[3].'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  466.             include_once $this->targetDirs[3].'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  467.             include_once $this->targetDirs[3].'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  468.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  469.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  470.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RequestContextAwareInterface.php';
  471.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  472.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  473.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RouterInterface.php';
  474.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  475.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Bridge/Symfony/Routing/Router.php';
  476.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  477.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  478.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/DataProvider/OperationDataProviderTrait.php';
  479.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Bridge/Symfony/Routing/IriConverter.php';
  480.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  481.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Cache/CachedTrait.php';
  482.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  483.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouteNameResolver.php';
  484.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Api/FormatsProviderInterface.php';
  485.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Api/OperationAwareFormatsProviderInterface.php';
  486.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Api/FormatsProvider.php';
  487.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  488.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  489.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  490.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  491.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  492.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  493.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  494.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/EventListener/AddFormatListener.php';
  495.             include_once $this->targetDirs[3].'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  496.             include_once $this->targetDirs[3].'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  497.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Util/CloneTrait.php';
  498.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  499.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/EventListener/ReadListener.php';
  500.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/EventListener/DeserializeListener.php';
  501.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Api/IdentifiersExtractorInterface.php';
  502.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Api/CachedIdentifiersExtractor.php';
  503.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Api/IdentifiersExtractor.php';
  504.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Identifier/IdentifierConverterInterface.php';
  505.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Identifier/ContextAwareIdentifierConverterInterface.php';
  506.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Identifier/IdentifierConverter.php';
  507.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Operation/Factory/SubresourceOperationFactoryInterface.php';
  508.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Operation/Factory/CachedSubresourceOperationFactory.php';
  509.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Operation/Factory/SubresourceOperationFactory.php';
  510.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  511.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  512.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  513.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  514.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  515.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  516.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  517.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  518.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  519.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  520.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  521.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  522.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  523.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  524.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  525.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  526.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  527.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Metadata/Property/Factory/InheritedPropertyNameCollectionFactory.php';
  528.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyNameCollectionFactory.php';
  529.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  530.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  531.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  532.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  533.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  534.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  535.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  536.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  537.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Metadata/Property/Factory/InheritedPropertyMetadataFactory.php';
  538.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  539.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Metadata/Extractor/ExtractorInterface.php';
  540.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Metadata/Extractor/AbstractExtractor.php';
  541.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Metadata/Extractor/XmlExtractor.php';
  542.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Metadata/Extractor/YamlExtractor.php';
  543.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  544.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  545.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  546.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  547.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  548.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  549.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Filter/QueryParameterValidateListener.php';
  550.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/DataProvider/CollectionDataProviderInterface.php';
  551.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  552.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  553.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/DataProvider/ChainCollectionDataProvider.php';
  554.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/DataProvider/ItemDataProviderInterface.php';
  555.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  556.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/DataProvider/ChainItemDataProvider.php';
  557.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/DataProvider/SubresourceDataProviderInterface.php';
  558.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  559.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/DataProvider/ChainSubresourceDataProvider.php';
  560.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/DataPersister/DataPersisterInterface.php';
  561.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/DataPersister/ContextAwareDataPersisterInterface.php';
  562.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  563.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/DataPersister/ChainDataPersister.php';
  564.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Security/EventListener/DenyAccessListener.php';
  565.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Security/ResourceAccessCheckerInterface.php';
  566.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Security/ResourceAccessChecker.php';
  567.             include_once $this->targetDirs[3].'/vendor/symfony/expression-language/ExpressionLanguage.php';
  568.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  569.             include_once $this->targetDirs[3].'/vendor/api-platform/core/src/Security/ExpressionLanguage.php';
  570.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  571.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  572.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  573.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  574.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  575.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  576.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  577.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Subscriber/SlidingPaginationSubscriber.php';
  578.             include_once $this->targetDirs[3].'/vendor/symfony/messenger/MessageBusInterface.php';
  579.             include_once $this->targetDirs[3].'/vendor/symfony/messenger/TraceableMessageBus.php';
  580.             include_once $this->targetDirs[3].'/vendor/symfony/messenger/MessageBus.php';
  581.             include_once $this->targetDirs[3].'/vendor/symfony/translation/DataCollectorTranslator.php';
  582.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  583.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Router.php';
  584.             include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  585.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  586.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Routing/Router.php';
  587.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  588.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  589.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validator/TraceableValidator.php';
  590.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  591.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  592.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  593.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  594.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  595.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  596.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  597.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  598.         };
  599.     }
  600.     public function compile()
  601.     {
  602.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  603.     }
  604.     public function isCompiled()
  605.     {
  606.         return true;
  607.     }
  608.     public function getRemovedIds()
  609.     {
  610.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  611.     }
  612.     protected function load($file$lazyLoad true)
  613.     {
  614.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  615.     }
  616.     /**
  617.      * Gets the public 'cache.app' shared service.
  618.      *
  619.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  620.      */
  621.     protected function getCache_AppService()
  622.     {
  623.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('QUTG+XdiwX'0, ($this->targetDirs[0].'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  624.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  625.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  626.     }
  627.     /**
  628.      * Gets the public 'cache.doctrine.orm.default.metadata' shared service.
  629.      *
  630.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  631.      */
  632.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  633.     {
  634.         return $this->services['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  635.     }
  636.     /**
  637.      * Gets the public 'cache.doctrine.orm.default.query' shared service.
  638.      *
  639.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  640.      */
  641.     protected function getCache_Doctrine_Orm_Default_QueryService()
  642.     {
  643.         return $this->services['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  644.     }
  645.     /**
  646.      * Gets the public 'cache.doctrine.orm.default.result' shared service.
  647.      *
  648.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  649.      */
  650.     protected function getCache_Doctrine_Orm_Default_ResultService()
  651.     {
  652.         return $this->services['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  653.     }
  654.     /**
  655.      * Gets the public 'cache.doctrine.orm.tru.metadata' shared service.
  656.      *
  657.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  658.      */
  659.     protected function getCache_Doctrine_Orm_Tru_MetadataService()
  660.     {
  661.         return $this->services['cache.doctrine.orm.tru.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  662.     }
  663.     /**
  664.      * Gets the public 'cache.doctrine.orm.tru.query' shared service.
  665.      *
  666.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  667.      */
  668.     protected function getCache_Doctrine_Orm_Tru_QueryService()
  669.     {
  670.         return $this->services['cache.doctrine.orm.tru.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  671.     }
  672.     /**
  673.      * Gets the public 'cache.doctrine.orm.tru.result' shared service.
  674.      *
  675.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  676.      */
  677.     protected function getCache_Doctrine_Orm_Tru_ResultService()
  678.     {
  679.         return $this->services['cache.doctrine.orm.tru.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  680.     }
  681.     /**
  682.      * Gets the public 'cache.system' shared service.
  683.      *
  684.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  685.      */
  686.     protected function getCache_SystemService()
  687.     {
  688.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('LVQHPHhoU1'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  689.     }
  690.     /**
  691.      * Gets the public 'doctrine' shared service.
  692.      *
  693.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  694.      */
  695.     protected function getDoctrineService()
  696.     {
  697.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  698.     }
  699.     /**
  700.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  701.      *
  702.      * @return \Doctrine\DBAL\Connection
  703.      */
  704.     protected function getDoctrine_Dbal_DefaultConnectionService()
  705.     {
  706.         $a = new \Doctrine\DBAL\Configuration();
  707.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  708.         $b->addLogger(($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()));
  709.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  710.         $a->setSQLLogger($b);
  711.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  712.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php'true],
  713.         ], [
  714.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  715.         ]));
  716.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  717.         return $this->services['doctrine.dbal.default_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? ($this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([])))->createConnection(['url' => $this->getEnv('DATABASE_URL'), 'driver' => 'pdo_mysql''charset' => 'utf8mb4''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '5.7''defaultTableOptions' => []], $a$c, []);
  718.     }
  719.     /**
  720.      * Gets the public 'doctrine.dbal.tru_connection' shared service.
  721.      *
  722.      * @return \Doctrine\DBAL\Connection
  723.      */
  724.     protected function getDoctrine_Dbal_TruConnectionService()
  725.     {
  726.         $a = new \Doctrine\DBAL\Configuration();
  727.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  728.         $b->addLogger(($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()));
  729.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.tru'] ?? ($this->privates['doctrine.dbal.logger.profiling.tru'] = new \Doctrine\DBAL\Logging\DebugStack())));
  730.         $a->setSQLLogger($b);
  731.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  732.             'doctrine.orm.tru_listeners.attach_entity_listeners' => ['privates''doctrine.orm.tru_listeners.attach_entity_listeners''getDoctrine_Orm_TruListeners_AttachEntityListenersService.php'true],
  733.             'remove_entity_rc' => ['privates''remove_entity_rc''getRemoveEntityRcService.php'true],
  734.         ], [
  735.             'doctrine.orm.tru_listeners.attach_entity_listeners' => '?',
  736.             'remove_entity_rc' => '?',
  737.         ]));
  738.         $c->addEventListener([=> 'postRemove'], 'remove_entity_rc');
  739.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.tru_listeners.attach_entity_listeners');
  740.         return $this->services['doctrine.dbal.tru_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? ($this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([])))->createConnection(['url' => $this->getEnv('DATABASE_TRU'), 'driver' => 'pdo_mysql''charset' => 'utf8mb4''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '5.7''defaultTableOptions' => []], $a$c, []);
  741.     }
  742.     /**
  743.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  744.      *
  745.      * @return \Doctrine\ORM\EntityManager
  746.      */
  747.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  748.     {
  749.         $a = new \Doctrine\ORM\Configuration();
  750.         $b = new \Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain();
  751.         $c = new \Doctrine\ORM\Mapping\Driver\YamlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([($this->targetDirs[3].'/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/orm/doctrine-orm') => 'Gesdinet\\JWTRefreshTokenBundle\\Entity', ($this->targetDirs[3].'/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/orm/doctrine-entity') => 'Gesdinet\\JWTRefreshTokenBundle\\Entity'], '.orm.yml'));
  752.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> ($this->targetDirs[3].'/src/Entity/Main')]), 'App\\Entity\\Main');
  753.         $b->addDriver($c'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  754.         $b->addDriver($c'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  755.         $a->setEntityNamespaces(['Main' => 'App\\Entity\\Main']);
  756.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  757.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  758.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  759.         $a->setMetadataDriverImpl($b);
  760.         $a->setProxyDir(($this->targetDirs[0].'/doctrine/orm/Proxies'));
  761.         $a->setProxyNamespace('Proxies');
  762.         $a->setAutoGenerateProxyClasses(false);
  763.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  764.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  765.         $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
  766.         $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  767.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  768.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  769.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  770.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  771.         return $instance;
  772.     }
  773.     /**
  774.      * Gets the public 'doctrine.orm.tru_entity_manager' shared service.
  775.      *
  776.      * @return \Doctrine\ORM\EntityManager
  777.      */
  778.     protected function getDoctrine_Orm_TruEntityManagerService($lazyLoad true)
  779.     {
  780.         $a = new \Doctrine\ORM\Configuration();
  781.         $b = new \Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain();
  782.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> ($this->targetDirs[3].'/src/Entity/Tru')]), 'App\\Entity\\Tru');
  783.         $a->setEntityNamespaces(['Tru' => 'App\\Entity\\Tru']);
  784.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.doctrine.orm.tru.metadata'] ?? $this->getCache_Doctrine_Orm_Tru_MetadataService())));
  785.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.doctrine.orm.tru.query'] ?? $this->getCache_Doctrine_Orm_Tru_QueryService())));
  786.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.doctrine.orm.tru.result'] ?? $this->getCache_Doctrine_Orm_Tru_ResultService())));
  787.         $a->setMetadataDriverImpl($b);
  788.         $a->setProxyDir(($this->targetDirs[0].'/doctrine/orm/Proxies'));
  789.         $a->setProxyNamespace('Proxies');
  790.         $a->setAutoGenerateProxyClasses(false);
  791.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  792.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  793.         $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
  794.         $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  795.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  796.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  797.         $this->services['doctrine.orm.tru_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.tru_connection'] ?? $this->getDoctrine_Dbal_TruConnectionService()), $a);
  798.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  799.         return $instance;
  800.     }
  801.     /**
  802.      * Gets the public 'event_dispatcher' shared service.
  803.      *
  804.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  805.      */
  806.     protected function getEventDispatcherService()
  807.     {
  808.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  809.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  810.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  811.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  812.         $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())));
  813.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  814.             return ($this->privates['jwt_is_active_user'] ?? $this->load('getJwtIsActiveUserService.php'));
  815.         }, => 'onAuthenticationSuccess'], 0);
  816.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  817.             return ($this->privates['jwt_add_roles'] ?? $this->load('getJwtAddRolesService.php'));
  818.         }, => 'onAuthenticationSuccessResponse'], 0);
  819.         $instance->addListener('kernel.exception', [=> function () {
  820.             return ($this->privates['errors_listener'] ?? ($this->privates['errors_listener'] = new \App\EventListener\ExceptionListener()));
  821.         }, => 'onKernelException'], 0);
  822.         $instance->addListener('kernel.controller', [=> function () {
  823.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  824.         }, => 'onKernelController'], 0);
  825.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  826.             return ($this->privates['gesdinet.jwtrefreshtoken.send_token'] ?? $this->load('getGesdinet_Jwtrefreshtoken_SendTokenService.php'));
  827.         }, => 'attachRefreshToken'], 0);
  828.         $instance->addListener('kernel.request', [=> function () {
  829.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  830.         }, => 'onKernelRequest'], 250);
  831.         $instance->addListener('kernel.request', [=> function () {
  832.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  833.         }, => 'onKernelRequest'], 7);
  834.         $instance->addListener('kernel.request', [=> function () {
  835.             return ($this->privates['api_platform.listener.request.read'] ?? $this->getApiPlatform_Listener_Request_ReadService());
  836.         }, => 'onKernelRequest'], 4);
  837.         $instance->addListener('kernel.view', [=> function () {
  838.             return ($this->privates['api_platform.listener.view.write'] ?? $this->load('getApiPlatform_Listener_View_WriteService.php'));
  839.         }, => 'onKernelView'], 32);
  840.         $instance->addListener('kernel.request', [=> function () {
  841.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  842.         }, => 'onKernelRequest'], 2);
  843.         $instance->addListener('kernel.view', [=> function () {
  844.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService.php'));
  845.         }, => 'onKernelView'], 16);
  846.         $instance->addListener('kernel.view', [=> function () {
  847.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService.php'));
  848.         }, => 'onKernelView'], 8);
  849.         $instance->addListener('kernel.exception', [=> function () {
  850.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService.php'));
  851.         }, => 'onKernelException'], 0);
  852.         $instance->addListener('kernel.exception', [=> function () {
  853.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService.php'));
  854.         }, => 'onKernelException'], -96);
  855.         $instance->addListener('kernel.request', [=> function () {
  856.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\EventListener\SwaggerUiListener()));
  857.         }, => 'onKernelRequest'], 0);
  858.         $instance->addListener('kernel.response', [=> function () {
  859.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  860.         }, => 'onKernelResponse'], 0);
  861.         $instance->addListener('kernel.response', [=> function () {
  862.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  863.         }, => 'onKernelResponse'], -1);
  864.         $instance->addListener('kernel.view', [=> function () {
  865.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService.php'));
  866.         }, => 'onKernelView'], 64);
  867.         $instance->addListener('kernel.request', [=> function () {
  868.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  869.         }, => 'onKernelRequest'], 16);
  870.         $instance->addListener('kernel.request', [=> function () {
  871.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  872.         }, => 'onKernelRequest'], 1);
  873.         $instance->addListener('kernel.request', [=> function () {
  874.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  875.         }, => 'onKernelRequest'], 0);
  876.         $instance->addListener('kernel.request', [=> function () {
  877.             return ($this->privates['App\\EventSubscriber\\PreReadSubscriber'] ?? $this->getPreReadSubscriberService());
  878.         }, => 'onRead'], 5);
  879.         $instance->addListener('kernel.view', [=> function () {
  880.             return ($this->privates['App\\EventSubscriber\\RemoveSiteSubscriber'] ?? $this->load('getRemoveSiteSubscriberService.php'));
  881.         }, => 'onDelete'], 65);
  882.         $instance->addListener('kernel.response', [=> function () {
  883.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  884.         }, => 'onKernelResponse'], 0);
  885.         $instance->addListener('kernel.response', [=> function () {
  886.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  887.         }, => 'onKernelResponse'], -1024);
  888.         $instance->addListener('kernel.request', [=> function () {
  889.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  890.         }, => 'setDefaultLocale'], 100);
  891.         $instance->addListener('kernel.request', [=> function () {
  892.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  893.         }, => 'onKernelRequest'], 16);
  894.         $instance->addListener('kernel.finish_request', [=> function () {
  895.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  896.         }, => 'onKernelFinishRequest'], 0);
  897.         $instance->addListener('kernel.request', [=> function () {
  898.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  899.         }, => 'onKernelRequest'], 256);
  900.         $instance->addListener('kernel.request', [=> function () {
  901.             return ($this->privates['resolve_controller_name_subscriber'] ?? $this->getResolveControllerNameSubscriberService());
  902.         }, => 'onKernelRequest'], 24);
  903.         $instance->addListener('kernel.response', [=> function () {
  904.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  905.         }, => 'onResponse'], -255);
  906.         $instance->addListener('kernel.request', [=> function () {
  907.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  908.         }, => 'onKernelRequest'], 15);
  909.         $instance->addListener('kernel.finish_request', [=> function () {
  910.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  911.         }, => 'onKernelFinishRequest'], -15);
  912.         $instance->addListener('console.error', [=> function () {
  913.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  914.         }, => 'onConsoleError'], -128);
  915.         $instance->addListener('console.terminate', [=> function () {
  916.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  917.         }, => 'onConsoleTerminate'], -128);
  918.         $instance->addListener('console.error', [=> function () {
  919.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  920.         }, => 'onConsoleError'], 0);
  921.         $instance->addListener('kernel.request', [=> function () {
  922.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  923.         }, => 'onKernelRequest'], 128);
  924.         $instance->addListener('kernel.response', [=> function () {
  925.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  926.         }, => 'onKernelResponse'], -1000);
  927.         $instance->addListener('kernel.finish_request', [=> function () {
  928.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  929.         }, => 'onFinishRequest'], 0);
  930.         $instance->addListener('kernel.response', [=> function () {
  931.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  932.         }, => 'onKernelResponse'], -100);
  933.         $instance->addListener('kernel.exception', [=> function () {
  934.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  935.         }, => 'onKernelException'], 0);
  936.         $instance->addListener('kernel.terminate', [=> function () {
  937.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  938.         }, => 'onKernelTerminate'], -1024);
  939.         $instance->addListener('kernel.controller', [=> function () {
  940.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  941.         }, => 'onKernelController'], 0);
  942.         $instance->addListener('kernel.response', [=> function () {
  943.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  944.         }, => 'onKernelResponse'], 0);
  945.         $instance->addListener('kernel.request', [=> function () {
  946.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  947.         }, => 'configure'], 2048);
  948.         $instance->addListener('kernel.exception', [=> function () {
  949.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  950.         }, => 'onKernelException'], -2048);
  951.         $instance->addListener('kernel.request', [=> function () {
  952.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  953.         }, => 'onKernelRequest'], 32);
  954.         $instance->addListener('kernel.finish_request', [=> function () {
  955.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  956.         }, => 'onKernelFinishRequest'], 0);
  957.         $instance->addListener('kernel.exception', [=> function () {
  958.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  959.         }, => 'onKernelException'], -64);
  960.         $instance->addListener('kernel.response', [=> function () {
  961.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  962.         }, => 'onKernelResponse'], 0);
  963.         $instance->addListener('kernel.exception', [=> function () {
  964.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  965.         }, => 'logKernelException'], 0);
  966.         $instance->addListener('kernel.exception', [=> function () {
  967.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  968.         }, => 'onKernelException'], -128);
  969.         $instance->addListener('kernel.response', [=> function () {
  970.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  971.         }, => 'onKernelResponse'], 0);
  972.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  973.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService.php'));
  974.         }, => 'onVoterVote'], 0);
  975.         $instance->addListener('kernel.request', [=> function () {
  976.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  977.         }, => 'configureLogoutUrlGenerator'], 8);
  978.         $instance->addListener('kernel.request', [=> function () {
  979.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  980.         }, => 'onKernelRequest'], 8);
  981.         $instance->addListener('kernel.finish_request', [=> function () {
  982.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  983.         }, => 'onKernelFinishRequest'], 0);
  984.         $instance->addListener('console.error', [=> function () {
  985.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  986.         }, => 'onConsoleError'], 0);
  987.         $instance->addListener('console.terminate', [=> function () {
  988.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  989.         }, => 'onConsoleTerminate'], 0);
  990.         $instance->addListener('kernel.response', [=> function () {
  991.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  992.         }, => 'onKernelResponse'], -128);
  993.         $instance->addListener('console.command', [=> function () {
  994.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  995.         }, => 'onCommand'], 255);
  996.         $instance->addListener('console.terminate', [=> function () {
  997.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  998.         }, => 'onTerminate'], -255);
  999.         $instance->addListener('kernel.exception', [=> function () {
  1000.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1001.         }, => 'onException'], 0);
  1002.         $instance->addListener('kernel.terminate', [=> function () {
  1003.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1004.         }, => 'onTerminate'], 0);
  1005.         $instance->addListener('console.error', [=> function () {
  1006.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1007.         }, => 'onException'], 0);
  1008.         $instance->addListener('console.terminate', [=> function () {
  1009.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1010.         }, => 'onTerminate'], 0);
  1011.         $instance->addListener('knp_pager.before', [=> function () {
  1012.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1013.         }, => 'before'], 0);
  1014.         $instance->addListener('knp_pager.pagination', [=> function () {
  1015.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1016.         }, => 'pagination'], 0);
  1017.         $instance->addListener('knp_pager.before', [=> function () {
  1018.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1019.         }, => 'before'], 1);
  1020.         $instance->addListener('knp_pager.before', [=> function () {
  1021.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1022.         }, => 'before'], 1);
  1023.         $instance->addListener('knp_pager.pagination', [=> function () {
  1024.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1025.         }, => 'pagination'], 1);
  1026.         return $instance;
  1027.     }
  1028.     /**
  1029.      * Gets the public 'http_kernel' shared service.
  1030.      *
  1031.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1032.      */
  1033.     protected function getHttpKernelService()
  1034.     {
  1035.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1036.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1))))), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($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(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {
  1037.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  1038.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
  1039.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
  1040.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
  1041.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
  1042.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
  1043.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
  1044.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
  1045.         }, 8)), $a));
  1046.     }
  1047.     /**
  1048.      * Gets the public 'message_bus' shared service.
  1049.      *
  1050.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  1051.      */
  1052.     protected function getMessageBusService()
  1053.     {
  1054.         return $this->services['message_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1055.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService.php'));
  1056.             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')));
  1057.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1058.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1059.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService.php'));
  1060.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService.php'));
  1061.         }, 6)));
  1062.     }
  1063.     /**
  1064.      * Gets the public 'profiler' shared service.
  1065.      *
  1066.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1067.      */
  1068.     protected function getProfilerService()
  1069.     {
  1070.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1071.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1072.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1073.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1074.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1075.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDirs[0].'/profiler')), $atrue);
  1076.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1077.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1078.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1079.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1080.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1081.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1082.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1083.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1084.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1085.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1086.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1087.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->services['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  1088.         $d->addInstance('cache.doctrine.orm.default.result', ($this->services['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1089.         $d->addInstance('cache.doctrine.orm.default.query', ($this->services['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1090.         $d->addInstance('cache.doctrine.orm.tru.metadata', ($this->services['cache.doctrine.orm.tru.metadata'] ?? $this->getCache_Doctrine_Orm_Tru_MetadataService()));
  1091.         $d->addInstance('cache.doctrine.orm.tru.result', ($this->services['cache.doctrine.orm.tru.result'] ?? $this->getCache_Doctrine_Orm_Tru_ResultService()));
  1092.         $d->addInstance('cache.doctrine.orm.tru.query', ($this->services['cache.doctrine.orm.tru.query'] ?? $this->getCache_Doctrine_Orm_Tru_QueryService()));
  1093.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  1094.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  1095.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  1096.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  1097.         $d->addInstance('api_platform.cache.metadata.property', ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()));
  1098.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1099.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1100.         $e->addLogger('tru', ($this->privates['doctrine.dbal.logger.profiling.tru'] ?? ($this->privates['doctrine.dbal.logger.profiling.tru'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1101.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1102.         $f->registerBus('messenger.bus.default', ($this->services['message_bus'] ?? $this->getMessageBusService()));
  1103.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1104.         if ($this->has('kernel')) {
  1105.             $g->setKernel($b);
  1106.         }
  1107.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1108.         $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())));
  1109.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1110.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1111.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1112.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1113.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1114.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDirs[0].'/srcApp_KernelDevDebugContainer'), $c));
  1115.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1116.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1117.         $instance->add($d);
  1118.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1119.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
  1120.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  1121.         $instance->add($e);
  1122.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1123.         $instance->add($f);
  1124.         $instance->add($g);
  1125.         return $instance;
  1126.     }
  1127.     /**
  1128.      * Gets the public 'request_stack' shared service.
  1129.      *
  1130.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1131.      */
  1132.     protected function getRequestStackService()
  1133.     {
  1134.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1135.     }
  1136.     /**
  1137.      * Gets the public 'router' shared service.
  1138.      *
  1139.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1140.      */
  1141.     protected function getRouterService()
  1142.     {
  1143.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1144.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1145.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1146.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1147.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1148.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1149.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService.php'true],
  1150.         ], [
  1151.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1152.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDirs[0], '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');
  1153.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1154.         return $instance;
  1155.     }
  1156.     /**
  1157.      * Gets the public 'security.authorization_checker' shared service.
  1158.      *
  1159.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1160.      */
  1161.     protected function getSecurity_AuthorizationCheckerService()
  1162.     {
  1163.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1164.     }
  1165.     /**
  1166.      * Gets the public 'security.token_storage' shared service.
  1167.      *
  1168.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  1169.      */
  1170.     protected function getSecurity_TokenStorageService()
  1171.     {
  1172.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  1173.     }
  1174.     /**
  1175.      * Gets the public 'serializer' shared service.
  1176.      *
  1177.      * @return \Symfony\Component\Serializer\Serializer
  1178.      */
  1179.     protected function getSerializerService()
  1180.     {
  1181.         $a = ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage()));
  1182.         $b = ($this->services['doctrine'] ?? $this->getDoctrineService());
  1183.         $c = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1184.         $d = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1185.         $e = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  1186.         $f = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1187.         $g = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1188.         $h = new \ApiPlatform\Core\Bridge\Symfony\Routing\OperationMethodResolver($g$c);
  1189.         $i = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  1190.         $j = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  1191.         $k = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1192.         $l = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($k);
  1193.         $m = new \App\Swagger\SwaggerDecorator(new \ApiPlatform\Core\Swagger\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($c$d$e$f$h, new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver($g, ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $i), NULL$j$lfalse'oauth2''application''/oauth/v2/token''/oauth/v2/auth', [], $this->parameters['api_platform.swagger.api_keys'], $itrue'page'false'itemsPerPage', ($this->privates['api_platform.formats_provider'] ?? $this->getApiPlatform_FormatsProviderService()), true'pagination')), ($this->services['kernel'] ?? $this->get('kernel'1)));
  1194.         $n = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  1195.         $o = ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService());
  1196.         $p = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1197.         $q = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($k$l$p, ($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($k), NULL, []);
  1198.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \App\Normalizer\DateTimeNormalizer($a$b), => new \App\Normalizer\DateTimeNormalizer($a$b), => $m=> new \ApiPlatform\Core\Hydra\Serializer\ConstraintViolationListNormalizer($g, [], $l), => new \ApiPlatform\Core\Problem\Serializer\ConstraintViolationListNormalizer([], $l), => $m=> new \ApiPlatform\Core\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Core\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Core\Hydra\Serializer\CollectionNormalizer($n$f$o), 'page''pagination'), $c$f$j), => new \ApiPlatform\Core\Hydra\Serializer\DocumentationNormalizer($c$d$e$f$h$g$i$l), => new \ApiPlatform\Core\Hydra\Serializer\EntrypointNormalizer($c$o$g), => new \ApiPlatform\Core\Hydra\Serializer\ErrorNormalizer($gtrue), 10 => new \ApiPlatform\Core\Problem\Serializer\ErrorNormalizer(true), 11 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $l), 14 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 15 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 16 => new \ApiPlatform\Core\JsonLd\Serializer\ItemNormalizer($c$d$e$o$f$n$p$l$k, [], new RewindableGenerator(function () {
  1199.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService.php'));
  1200.         }, 1), false), 17 => new \ApiPlatform\Core\Serializer\ItemNormalizer($d$e$o$f$p$l$k, ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), falseNULL, new RewindableGenerator(function () {
  1201.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService.php'));
  1202.         }, 1), $cfalse), 18 => new \ApiPlatform\Core\JsonLd\Serializer\ObjectNormalizer($q$o$n), 19 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 20 => $q], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonproblem')]);
  1203.     }
  1204.     /**
  1205.      * Gets the public 'translator' shared service.
  1206.      *
  1207.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1208.      */
  1209.     protected function getTranslatorService()
  1210.     {
  1211.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1212.     }
  1213.     /**
  1214.      * Gets the public 'twig' shared service.
  1215.      *
  1216.      * @return \Twig\Environment
  1217.      */
  1218.     protected function getTwigService()
  1219.     {
  1220.         $a = new \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader([], $this->targetDirs[3]);
  1221.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  1222.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  1223.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  1224.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  1225.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1226.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1227.         $a->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1228.         $a->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1229.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1230.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1231.         $a->addPath(($this->targetDirs[3].'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  1232.         $a->addPath(($this->targetDirs[3].'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  1233.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1234.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1235.         $a->addPath(($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/views'), 'KnpPaginator');
  1236.         $a->addPath(($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/views'), '!KnpPaginator');
  1237.         $a->addPath(($this->targetDirs[3].'/templates'));
  1238.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['default_path' => ($this->targetDirs[3].'/templates'), 'debug' => true'strict_variables' => true'exception_controller' => 'twig.controller.exception::showAction''form_themes' => $this->parameters['twig.form.resources'], 'autoescape' => 'name''cache' => ($this->targetDirs[0].'/twig'), 'charset' => 'UTF-8''paths' => [], 'date' => ['format' => 'F j, Y H:i''interval_format' => '%d days''timezone' => NULL], 'number_format' => ['decimals' => 0'decimal_point' => '.''thousands_separator' => ',']]);
  1239.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1240.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1241.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1242.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1243.         $f = ($this->services['router'] ?? $this->getRouterService());
  1244.         $g = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1245.         $g->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  1246.         $h = new \Symfony\Bridge\Twig\AppVariable();
  1247.         $h->setEnvironment('dev');
  1248.         $h->setDebug(true);
  1249.         if ($this->has('security.token_storage')) {
  1250.             $h->setTokenStorage(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  1251.         }
  1252.         if ($this->has('request_stack')) {
  1253.             $h->setRequestStack($d);
  1254.         }
  1255.         $i = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1256.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1257.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1258.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1259.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d''false)), [])));
  1260.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e$this->targetDirs[3], 'UTF-8'));
  1261.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  1262.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1263.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1264.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1265.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1266.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1267.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  1268.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1269.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1270.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  1271.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1272.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
  1273.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($f$c)));
  1274.         $instance->addGlobal('app'$h);
  1275.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1276.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService.php'true],
  1277.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService.php'true],
  1278.         ], [
  1279.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1280.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1281.         ])));
  1282.         $instance->registerUndefinedFilterCallback([=> $i=> 'suggestFilter']);
  1283.         $instance->registerUndefinedFunctionCallback([=> $i=> 'suggestFunction']);
  1284.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1285.         return $instance;
  1286.     }
  1287.     /**
  1288.      * Gets the public 'validator' shared service.
  1289.      *
  1290.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1291.      */
  1292.     protected function getValidatorService()
  1293.     {
  1294.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1295.     }
  1296.     /**
  1297.      * Gets the private 'App\EventSubscriber\PreReadSubscriber' shared autowired service.
  1298.      *
  1299.      * @return \App\EventSubscriber\PreReadSubscriber
  1300.      */
  1301.     protected function getPreReadSubscriberService()
  1302.     {
  1303.         return $this->privates['App\\EventSubscriber\\PreReadSubscriber'] = new \App\EventSubscriber\PreReadSubscriber(($this->privates['App\\Service\\ManagerTru'] ?? $this->getManagerTruService()));
  1304.     }
  1305.     /**
  1306.      * Gets the private 'App\Service\ManagerTru' shared autowired service.
  1307.      *
  1308.      * @return \App\Service\ManagerTru
  1309.      */
  1310.     protected function getManagerTruService()
  1311.     {
  1312.         return $this->privates['App\\Service\\ManagerTru'] = new \App\Service\ManagerTru(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['kernel'] ?? $this->get('kernel'1)));
  1313.     }
  1314.     /**
  1315.      * Gets the private 'annotations.cached_reader' shared service.
  1316.      *
  1317.      * @return \Doctrine\Common\Annotations\CachedReader
  1318.      */
  1319.     protected function getAnnotations_CachedReaderService()
  1320.     {
  1321.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->load('getAnnotations_CacheService.php'), true);
  1322.     }
  1323.     /**
  1324.      * Gets the private 'annotations.reader' shared service.
  1325.      *
  1326.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1327.      */
  1328.     protected function getAnnotations_ReaderService()
  1329.     {
  1330.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1331.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1332.         $a->registerUniqueLoader('class_exists');
  1333.         $instance->addGlobalIgnoredName('required'$a);
  1334.         return $instance;
  1335.     }
  1336.     /**
  1337.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  1338.      *
  1339.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1340.      */
  1341.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  1342.     {
  1343.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KvDrQ33pXw'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1344.     }
  1345.     /**
  1346.      * Gets the private 'api_platform.cache.metadata.property' shared service.
  1347.      *
  1348.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1349.      */
  1350.     protected function getApiPlatform_Cache_Metadata_PropertyService()
  1351.     {
  1352.         return $this->privates['api_platform.cache.metadata.property'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('uECGdgA7DZ'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1353.     }
  1354.     /**
  1355.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  1356.      *
  1357.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1358.      */
  1359.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  1360.     {
  1361.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Cj6nwjLnAe'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1362.     }
  1363.     /**
  1364.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  1365.      *
  1366.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1367.      */
  1368.     protected function getApiPlatform_Cache_RouteNameResolverService()
  1369.     {
  1370.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('UrtUypWEp-'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1371.     }
  1372.     /**
  1373.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  1374.      *
  1375.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1376.      */
  1377.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  1378.     {
  1379.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('plgaJEkSqB'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1380.     }
  1381.     /**
  1382.      * Gets the private 'api_platform.filter_locator' shared service.
  1383.      *
  1384.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1385.      */
  1386.     protected function getApiPlatform_FilterLocatorService()
  1387.     {
  1388.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1389.             'App\\Filter\\OrSearchFilter' => ['privates''App\\Filter\\OrSearchFilter''getOrSearchFilterService.php'true],
  1390.             'annotated_app_entity_main_client_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_main_client_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityMainClientApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService.php'true],
  1391.             'annotated_app_entity_main_client_api_platform_core_serializer_filter_property_filter' => ['privates''annotated_app_entity_main_client_api_platform_core_serializer_filter_property_filter''getAnnotatedAppEntityMainClientApiPlatformCoreSerializerFilterPropertyFilterService.php'true],
  1392.             'annotated_app_entity_main_client_app_filter_or_search_filter' => ['privates''annotated_app_entity_main_client_app_filter_or_search_filter''getAnnotatedAppEntityMainClientAppFilterOrSearchFilterService.php'true],
  1393.             'annotated_app_entity_main_permission_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_main_permission_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityMainPermissionApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService.php'true],
  1394.             'annotated_app_entity_main_permission_api_platform_core_serializer_filter_property_filter' => ['privates''annotated_app_entity_main_permission_api_platform_core_serializer_filter_property_filter''getAnnotatedAppEntityMainPermissionApiPlatformCoreSerializerFilterPropertyFilterService.php'true],
  1395.             'annotated_app_entity_main_site_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_main_site_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityMainSiteApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService.php'true],
  1396.             'annotated_app_entity_main_site_api_platform_core_serializer_filter_property_filter' => ['privates''annotated_app_entity_main_site_api_platform_core_serializer_filter_property_filter''getAnnotatedAppEntityMainSiteApiPlatformCoreSerializerFilterPropertyFilterService.php'true],
  1397.             'annotated_app_entity_main_site_app_filter_or_search_filter' => ['privates''annotated_app_entity_main_site_app_filter_or_search_filter''getAnnotatedAppEntityMainSiteAppFilterOrSearchFilterService.php'true],
  1398.             'annotated_app_entity_main_tru_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_main_tru_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityMainTruApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService.php'true],
  1399.             'annotated_app_entity_main_tru_api_platform_core_serializer_filter_property_filter' => ['privates''annotated_app_entity_main_tru_api_platform_core_serializer_filter_property_filter''getAnnotatedAppEntityMainTruApiPlatformCoreSerializerFilterPropertyFilterService.php'true],
  1400.             'annotated_app_entity_main_tru_app_filter_or_search_filter' => ['privates''annotated_app_entity_main_tru_app_filter_or_search_filter''getAnnotatedAppEntityMainTruAppFilterOrSearchFilterService.php'true],
  1401.             'annotated_app_entity_main_user_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_main_user_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityMainUserApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService.php'true],
  1402.             'annotated_app_entity_main_user_api_platform_core_serializer_filter_property_filter' => ['privates''annotated_app_entity_main_user_api_platform_core_serializer_filter_property_filter''getAnnotatedAppEntityMainUserApiPlatformCoreSerializerFilterPropertyFilterService.php'true],
  1403.             'annotated_app_entity_main_user_app_filter_or_search_filter' => ['privates''annotated_app_entity_main_user_app_filter_or_search_filter''getAnnotatedAppEntityMainUserAppFilterOrSearchFilterService.php'true],
  1404.             'annotated_app_entity_tru_cm_definition_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_tru_cm_definition_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityTruCmDefinitionApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService.php'true],
  1405.             'annotated_app_entity_tru_ref_definition_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_tru_ref_definition_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityTruRefDefinitionApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService.php'true],
  1406.             'annotated_app_entity_tru_ref_group_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_tru_ref_group_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityTruRefGroupApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService.php'true],
  1407.             'customer.search' => ['privates''api_platform.filter.customer''getApiPlatform_Filter_CustomerService.php'true],
  1408.         ], [
  1409.             'App\\Filter\\OrSearchFilter' => '?',
  1410.             'annotated_app_entity_main_client_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  1411.             'annotated_app_entity_main_client_api_platform_core_serializer_filter_property_filter' => '?',
  1412.             'annotated_app_entity_main_client_app_filter_or_search_filter' => '?',
  1413.             'annotated_app_entity_main_permission_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1414.             'annotated_app_entity_main_permission_api_platform_core_serializer_filter_property_filter' => '?',
  1415.             'annotated_app_entity_main_site_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  1416.             'annotated_app_entity_main_site_api_platform_core_serializer_filter_property_filter' => '?',
  1417.             'annotated_app_entity_main_site_app_filter_or_search_filter' => '?',
  1418.             'annotated_app_entity_main_tru_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  1419.             'annotated_app_entity_main_tru_api_platform_core_serializer_filter_property_filter' => '?',
  1420.             'annotated_app_entity_main_tru_app_filter_or_search_filter' => '?',
  1421.             'annotated_app_entity_main_user_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  1422.             'annotated_app_entity_main_user_api_platform_core_serializer_filter_property_filter' => '?',
  1423.             'annotated_app_entity_main_user_app_filter_or_search_filter' => '?',
  1424.             'annotated_app_entity_tru_cm_definition_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  1425.             'annotated_app_entity_tru_ref_definition_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  1426.             'annotated_app_entity_tru_ref_group_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  1427.             'customer.search' => '?',
  1428.         ]);
  1429.     }
  1430.     /**
  1431.      * Gets the private 'api_platform.formats_provider' shared service.
  1432.      *
  1433.      * @return \ApiPlatform\Core\Api\FormatsProvider
  1434.      */
  1435.     protected function getApiPlatform_FormatsProviderService()
  1436.     {
  1437.         return $this->privates['api_platform.formats_provider'] = new \ApiPlatform\Core\Api\FormatsProvider(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
  1438.     }
  1439.     /**
  1440.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  1441.      *
  1442.      * @return \ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener
  1443.      */
  1444.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  1445.     {
  1446.         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()));
  1447.     }
  1448.     /**
  1449.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  1450.      *
  1451.      * @return \ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener
  1452.      */
  1453.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  1454.     {
  1455.         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()));
  1456.     }
  1457.     /**
  1458.      * Gets the private 'api_platform.identifier.converter' shared service.
  1459.      *
  1460.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  1461.      */
  1462.     protected function getApiPlatform_Identifier_ConverterService()
  1463.     {
  1464.         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 () {
  1465.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  1466.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  1467.         }, 2));
  1468.     }
  1469.     /**
  1470.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  1471.      *
  1472.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  1473.      */
  1474.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  1475.     {
  1476.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1477.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1478.         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);
  1479.     }
  1480.     /**
  1481.      * Gets the private 'api_platform.iri_converter' shared service.
  1482.      *
  1483.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
  1484.      */
  1485.     protected function getApiPlatform_IriConverterService()
  1486.     {
  1487.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1488.         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()));
  1489.     }
  1490.     /**
  1491.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  1492.      *
  1493.      * @return \ApiPlatform\Core\JsonLd\ContextBuilder
  1494.      */
  1495.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  1496.     {
  1497.         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()));
  1498.     }
  1499.     /**
  1500.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  1501.      *
  1502.      * @return \ApiPlatform\Core\EventListener\AddFormatListener
  1503.      */
  1504.     protected function getApiPlatform_Listener_Request_AddFormatService()
  1505.     {
  1506.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Core\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.formats_provider'] ?? $this->getApiPlatform_FormatsProviderService()));
  1507.     }
  1508.     /**
  1509.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  1510.      *
  1511.      * @return \ApiPlatform\Core\EventListener\DeserializeListener
  1512.      */
  1513.     protected function getApiPlatform_Listener_Request_DeserializeService()
  1514.     {
  1515.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Core\EventListener\DeserializeListener(($this->services['serializer'] ?? $this->getSerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.formats_provider'] ?? $this->getApiPlatform_FormatsProviderService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1516.     }
  1517.     /**
  1518.      * Gets the private 'api_platform.listener.request.read' shared service.
  1519.      *
  1520.      * @return \ApiPlatform\Core\EventListener\ReadListener
  1521.      */
  1522.     protected function getApiPlatform_Listener_Request_ReadService()
  1523.     {
  1524.         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()));
  1525.     }
  1526.     /**
  1527.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  1528.      *
  1529.      * @return \ApiPlatform\Core\Filter\QueryParameterValidateListener
  1530.      */
  1531.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  1532.     {
  1533.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Core\Filter\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()));
  1534.     }
  1535.     /**
  1536.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached' shared service.
  1537.      *
  1538.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  1539.      */
  1540.     protected function getApiPlatform_Metadata_Property_MetadataFactory_CachedService()
  1541.     {
  1542.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1543.         return $this->privates['api_platform.metadata.property.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory(($this->services['validator'] ?? $this->getValidatorService()), 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\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Metadata\Property\Factory\InheritedPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), 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())))))));
  1544.     }
  1545.     /**
  1546.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  1547.      *
  1548.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  1549.      */
  1550.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  1551.     {
  1552.         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\Metadata\Property\Factory\InheritedPropertyNameCollectionFactory(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyNameCollectionFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()))))));
  1553.     }
  1554.     /**
  1555.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  1556.      *
  1557.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  1558.      */
  1559.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  1560.     {
  1561.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1562.         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\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.formats']));
  1563.     }
  1564.     /**
  1565.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  1566.      *
  1567.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  1568.      */
  1569.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  1570.     {
  1571.         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->getParameter('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)))))));
  1572.     }
  1573.     /**
  1574.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  1575.      *
  1576.      * @return \ApiPlatform\Core\PathResolver\CustomOperationPathResolver
  1577.      */
  1578.     protected function getApiPlatform_OperationPathResolver_CustomService()
  1579.     {
  1580.         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()))));
  1581.     }
  1582.     /**
  1583.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  1584.      *
  1585.      * @return \ApiPlatform\Core\Api\ResourceClassResolver
  1586.      */
  1587.     protected function getApiPlatform_ResourceClassResolverService()
  1588.     {
  1589.         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()));
  1590.     }
  1591.     /**
  1592.      * Gets the private 'api_platform.router' shared service.
  1593.      *
  1594.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\Router
  1595.      */
  1596.     protected function getApiPlatform_RouterService()
  1597.     {
  1598.         return $this->privates['api_platform.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()));
  1599.     }
  1600.     /**
  1601.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  1602.      *
  1603.      * @return \ApiPlatform\Core\Security\EventListener\DenyAccessListener
  1604.      */
  1605.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  1606.     {
  1607.         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()), new \ApiPlatform\Core\Security\ResourceAccessChecker(new \ApiPlatform\Core\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1608.     }
  1609.     /**
  1610.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  1611.      *
  1612.      * @return \ApiPlatform\Core\Serializer\SerializerFilterContextBuilder
  1613.      */
  1614.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  1615.     {
  1616.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1617.         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));
  1618.     }
  1619.     /**
  1620.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  1621.      *
  1622.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  1623.      */
  1624.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  1625.     {
  1626.         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()))));
  1627.     }
  1628.     /**
  1629.      * Gets the private 'cache.annotations' shared service.
  1630.      *
  1631.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1632.      */
  1633.     protected function getCache_AnnotationsService()
  1634.     {
  1635.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('mDo64EiE1V'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1636.     }
  1637.     /**
  1638.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  1639.      *
  1640.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1641.      */
  1642.     protected function getCache_Messenger_RestartWorkersSignalService()
  1643.     {
  1644.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('ARh6yAYZzh'0, ($this->targetDirs[0].'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  1645.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1646.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1647.     }
  1648.     /**
  1649.      * Gets the private 'cache.property_info' shared service.
  1650.      *
  1651.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1652.      */
  1653.     protected function getCache_PropertyInfoService()
  1654.     {
  1655.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('EoBxY28ihY'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1656.     }
  1657.     /**
  1658.      * Gets the private 'cache.security_expression_language' shared service.
  1659.      *
  1660.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1661.      */
  1662.     protected function getCache_SecurityExpressionLanguageService()
  1663.     {
  1664.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hhrPW+XwDn'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1665.     }
  1666.     /**
  1667.      * Gets the private 'cache.serializer' shared service.
  1668.      *
  1669.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1670.      */
  1671.     protected function getCache_SerializerService()
  1672.     {
  1673.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vkMLX+DaGZ'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1674.     }
  1675.     /**
  1676.      * Gets the private 'cache.validator' shared service.
  1677.      *
  1678.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1679.      */
  1680.     protected function getCache_ValidatorService()
  1681.     {
  1682.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('LxaVg0HXTN'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1683.     }
  1684.     /**
  1685.      * Gets the private 'config_cache_factory' shared service.
  1686.      *
  1687.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1688.      */
  1689.     protected function getConfigCacheFactoryService()
  1690.     {
  1691.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1692.             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)));
  1693.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1694.         }, 2));
  1695.     }
  1696.     /**
  1697.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  1698.      *
  1699.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  1700.      */
  1701.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  1702.     {
  1703.         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 () {
  1704.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService.php'));
  1705.         }, 1)));
  1706.     }
  1707.     /**
  1708.      * Gets the private 'debug.api_platform.data_persister' shared service.
  1709.      *
  1710.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  1711.      */
  1712.     protected function getDebug_ApiPlatform_DataPersisterService()
  1713.     {
  1714.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  1715.             yield => ($this->privates['api_platform.messenger.data_persister'] ?? $this->load('getApiPlatform_Messenger_DataPersisterService.php'));
  1716.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService.php'));
  1717.         }, 2)));
  1718.     }
  1719.     /**
  1720.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  1721.      *
  1722.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  1723.      */
  1724.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  1725.     {
  1726.         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 () {
  1727.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService.php'));
  1728.         }, 1)));
  1729.     }
  1730.     /**
  1731.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  1732.      *
  1733.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  1734.      */
  1735.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  1736.     {
  1737.         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 () {
  1738.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService.php'));
  1739.         }, 1)));
  1740.     }
  1741.     /**
  1742.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1743.      *
  1744.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1745.      */
  1746.     protected function getDebug_DebugHandlersListenerService()
  1747.     {
  1748.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1749.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1750.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1751.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1752.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1753.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true'UTF-8');
  1754.     }
  1755.     /**
  1756.      * Gets the private 'debug.file_link_formatter' shared service.
  1757.      *
  1758.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1759.      */
  1760.     protected function getDebug_FileLinkFormatterService()
  1761.     {
  1762.         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())), $this->targetDirs[3], function () {
  1763.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  1764.         });
  1765.     }
  1766.     /**
  1767.      * Gets the private 'debug.log_processor' shared service.
  1768.      *
  1769.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1770.      */
  1771.     protected function getDebug_LogProcessorService()
  1772.     {
  1773.         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())));
  1774.     }
  1775.     /**
  1776.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1777.      *
  1778.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1779.      */
  1780.     protected function getDebug_Security_Access_DecisionManagerService()
  1781.     {
  1782.         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 () {
  1783.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
  1784.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService.php'));
  1785.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
  1786.             yield => ($this->privates['debug.security.voter.App\\Security\\TruVoter'] ?? $this->load('getTruVoterService.php'));
  1787.             yield => ($this->privates['debug.security.voter.tru_voter'] ?? $this->load('getDebug_Security_Voter_TruVoterService.php'));
  1788.         }, 5), 'affirmative'falsetrue));
  1789.     }
  1790.     /**
  1791.      * Gets the private 'debug.security.firewall' shared service.
  1792.      *
  1793.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1794.      */
  1795.     protected function getDebug_Security_FirewallService()
  1796.     {
  1797.         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()));
  1798.     }
  1799.     /**
  1800.      * Gets the private 'doctrine.dbal.logger' shared service.
  1801.      *
  1802.      * @return \Symfony\Bridge\Doctrine\Logger\DbalLogger
  1803.      */
  1804.     protected function getDoctrine_Dbal_LoggerService()
  1805.     {
  1806.         $a = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1807.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1808.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1809.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1810.         return $this->privates['doctrine.dbal.logger'] = new \Symfony\Bridge\Doctrine\Logger\DbalLogger($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1811.     }
  1812.     /**
  1813.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  1814.      *
  1815.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  1816.      */
  1817.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  1818.     {
  1819.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1820.             'App\\Repository\\PermissionRepository' => ['privates''App\\Repository\\PermissionRepository''getPermissionRepositoryService.php'true],
  1821.             'App\\Repository\\RefTypeRepository' => ['privates''App\\Repository\\RefTypeRepository''getRefTypeRepositoryService.php'true],
  1822.             'App\\Repository\\ReportRepository' => ['privates''App\\Repository\\ReportRepository''getReportRepositoryService.php'true],
  1823.             'App\\Repository\\TruRepository' => ['privates''App\\Repository\\TruRepository''getTruRepositoryService.php'true],
  1824.             'App\\Repository\\Tru\\AlmDataRepository' => ['privates''App\\Repository\\Tru\\AlmDataRepository''getAlmDataRepositoryService.php'true],
  1825.             'App\\Repository\\Tru\\AlmUserRepository' => ['privates''App\\Repository\\Tru\\AlmUserRepository''getAlmUserRepositoryService.php'true],
  1826.             'App\\Repository\\Tru\\CmDataRepository' => ['privates''App\\Repository\\Tru\\CmDataRepository''getCmDataRepositoryService.php'true],
  1827.             'App\\Repository\\Tru\\CmDefinitionRepository' => ['privates''App\\Repository\\Tru\\CmDefinitionRepository''getCmDefinitionRepositoryService.php'true],
  1828.             'App\\Repository\\Tru\\CmReadingRepository' => ['privates''App\\Repository\\Tru\\CmReadingRepository''getCmReadingRepositoryService.php'true],
  1829.             'App\\Repository\\Tru\\CmSettingRepository' => ['privates''App\\Repository\\Tru\\CmSettingRepository''getCmSettingRepositoryService.php'true],
  1830.             'App\\Repository\\Tru\\CmStatusRepository' => ['privates''App\\Repository\\Tru\\CmStatusRepository''getCmStatusRepositoryService.php'true],
  1831.             'App\\Repository\\Tru\\CmdOptionRepository' => ['privates''App\\Repository\\Tru\\CmdOptionRepository''getCmdOptionRepositoryService.php'true],
  1832.             'App\\Repository\\Tru\\DTO\\RefGroupDTORepository' => ['privates''App\\Repository\\Tru\\DTO\\RefGroupDTORepository''getRefGroupDTORepositoryService.php'true],
  1833.             'App\\Repository\\Tru\\DTO\\RefReadingDTORepository' => ['privates''App\\Repository\\Tru\\DTO\\RefReadingDTORepository''getRefReadingDTORepositoryService.php'true],
  1834.             'App\\Repository\\Tru\\RefDataRepository' => ['privates''App\\Repository\\Tru\\RefDataRepository''getRefDataRepositoryService.php'true],
  1835.             'App\\Repository\\Tru\\RefDefinitionRepository' => ['privates''App\\Repository\\Tru\\RefDefinitionRepository''getRefDefinitionRepositoryService.php'true],
  1836.             'App\\Repository\\Tru\\RefGroupRepository' => ['privates''App\\Repository\\Tru\\RefGroupRepository''getRefGroupRepositoryService.php'true],
  1837.             'App\\Repository\\Tru\\RefReadingRepository' => ['privates''App\\Repository\\Tru\\RefReadingRepository''getRefReadingRepositoryService.php'true],
  1838.             'App\\Repository\\Tru\\TxDataRepository' => ['privates''App\\Repository\\Tru\\TxDataRepository''getTxDataRepositoryService.php'true],
  1839.             'App\\Repository\\TxCommandRepository' => ['privates''App\\Repository\\TxCommandRepository''getTxCommandRepositoryService.php'true],
  1840.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService.php'true],
  1841.         ], [
  1842.             'App\\Repository\\PermissionRepository' => '?',
  1843.             'App\\Repository\\RefTypeRepository' => '?',
  1844.             'App\\Repository\\ReportRepository' => '?',
  1845.             'App\\Repository\\TruRepository' => '?',
  1846.             'App\\Repository\\Tru\\AlmDataRepository' => '?',
  1847.             'App\\Repository\\Tru\\AlmUserRepository' => '?',
  1848.             'App\\Repository\\Tru\\CmDataRepository' => '?',
  1849.             'App\\Repository\\Tru\\CmDefinitionRepository' => '?',
  1850.             'App\\Repository\\Tru\\CmReadingRepository' => '?',
  1851.             'App\\Repository\\Tru\\CmSettingRepository' => '?',
  1852.             'App\\Repository\\Tru\\CmStatusRepository' => '?',
  1853.             'App\\Repository\\Tru\\CmdOptionRepository' => '?',
  1854.             'App\\Repository\\Tru\\DTO\\RefGroupDTORepository' => '?',
  1855.             'App\\Repository\\Tru\\DTO\\RefReadingDTORepository' => '?',
  1856.             'App\\Repository\\Tru\\RefDataRepository' => '?',
  1857.             'App\\Repository\\Tru\\RefDefinitionRepository' => '?',
  1858.             'App\\Repository\\Tru\\RefGroupRepository' => '?',
  1859.             'App\\Repository\\Tru\\RefReadingRepository' => '?',
  1860.             'App\\Repository\\Tru\\TxDataRepository' => '?',
  1861.             'App\\Repository\\TxCommandRepository' => '?',
  1862.             'App\\Repository\\UserRepository' => '?',
  1863.         ]));
  1864.     }
  1865.     /**
  1866.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  1867.      *
  1868.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  1869.      */
  1870.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  1871.     {
  1872.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/sliding.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5]);
  1873.     }
  1874.     /**
  1875.      * Gets the private 'locale_aware_listener' shared service.
  1876.      *
  1877.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1878.      */
  1879.     protected function getLocaleAwareListenerService()
  1880.     {
  1881.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1882.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1883.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1884.     }
  1885.     /**
  1886.      * Gets the private 'locale_listener' shared service.
  1887.      *
  1888.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1889.      */
  1890.     protected function getLocaleListenerService()
  1891.     {
  1892.         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()));
  1893.     }
  1894.     /**
  1895.      * Gets the private 'mime_types' shared service.
  1896.      *
  1897.      * @return \Symfony\Component\Mime\MimeTypes
  1898.      */
  1899.     protected function getMimeTypesService()
  1900.     {
  1901.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  1902.         $instance->setDefault($instance);
  1903.         return $instance;
  1904.     }
  1905.     /**
  1906.      * Gets the private 'monolog.handler.console' shared service.
  1907.      *
  1908.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1909.      */
  1910.     protected function getMonolog_Handler_ConsoleService()
  1911.     {
  1912.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1913.     }
  1914.     /**
  1915.      * Gets the private 'monolog.handler.main' shared service.
  1916.      *
  1917.      * @return \Monolog\Handler\StreamHandler
  1918.      */
  1919.     protected function getMonolog_Handler_MainService()
  1920.     {
  1921.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler(($this->targetDirs[2].'/log/dev.log'), 100trueNULLfalse);
  1922.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1923.         return $instance;
  1924.     }
  1925.     /**
  1926.      * Gets the private 'monolog.logger.cache' shared service.
  1927.      *
  1928.      * @return \Symfony\Bridge\Monolog\Logger
  1929.      */
  1930.     protected function getMonolog_Logger_CacheService()
  1931.     {
  1932.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1933.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1934.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1935.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1936.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1937.         return $instance;
  1938.     }
  1939.     /**
  1940.      * Gets the private 'monolog.logger.request' shared service.
  1941.      *
  1942.      * @return \Symfony\Bridge\Monolog\Logger
  1943.      */
  1944.     protected function getMonolog_Logger_RequestService()
  1945.     {
  1946.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1947.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1948.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1949.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1950.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1951.         return $instance;
  1952.     }
  1953.     /**
  1954.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  1955.      *
  1956.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  1957.      */
  1958.     protected function getNelmioCors_CorsListenerService()
  1959.     {
  1960.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->parameters['nelmio_cors.defaults'])]));
  1961.     }
  1962.     /**
  1963.      * Gets the private 'parameter_bag' shared service.
  1964.      *
  1965.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1966.      */
  1967.     protected function getParameterBagService()
  1968.     {
  1969.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1970.     }
  1971.     /**
  1972.      * Gets the private 'profiler_listener' shared service.
  1973.      *
  1974.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1975.      */
  1976.     protected function getProfilerListenerService()
  1977.     {
  1978.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  1979.     }
  1980.     /**
  1981.      * Gets the private 'property_accessor' shared service.
  1982.      *
  1983.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  1984.      */
  1985.     protected function getPropertyAccessorService()
  1986.     {
  1987.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  1988.     }
  1989.     /**
  1990.      * Gets the private 'property_info' shared service.
  1991.      *
  1992.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  1993.      */
  1994.     protected function getPropertyInfoService()
  1995.     {
  1996.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  1997.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService.php'));
  1998.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1999.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
  2000.             yield => ($this->privates['doctrine.orm.tru_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_TruEntityManager_PropertyInfoExtractorService.php'));
  2001.         }, 4), new RewindableGenerator(function () {
  2002.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
  2003.             yield => ($this->privates['doctrine.orm.tru_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_TruEntityManager_PropertyInfoExtractorService.php'));
  2004.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2005.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2006.         }, 4), new RewindableGenerator(function () {
  2007.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2008.         }, 1), new RewindableGenerator(function () {
  2009.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
  2010.             yield => ($this->privates['doctrine.orm.tru_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_TruEntityManager_PropertyInfoExtractorService.php'));
  2011.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2012.         }, 3), new RewindableGenerator(function () {
  2013.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2014.         }, 1));
  2015.     }
  2016.     /**
  2017.      * Gets the private 'resolve_controller_name_subscriber' shared service.
  2018.      *
  2019.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  2020.      */
  2021.     protected function getResolveControllerNameSubscriberService()
  2022.     {
  2023.         return $this->privates['resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1))))));
  2024.     }
  2025.     /**
  2026.      * Gets the private 'router.request_context' shared service.
  2027.      *
  2028.      * @return \Symfony\Component\Routing\RequestContext
  2029.      */
  2030.     protected function getRouter_RequestContextService()
  2031.     {
  2032.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  2033.     }
  2034.     /**
  2035.      * Gets the private 'router_listener' shared service.
  2036.      *
  2037.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2038.      */
  2039.     protected function getRouterListenerService()
  2040.     {
  2041.         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()), $this->targetDirs[3], true);
  2042.     }
  2043.     /**
  2044.      * Gets the private 'security.authentication.manager' shared service.
  2045.      *
  2046.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  2047.      */
  2048.     protected function getSecurity_Authentication_ManagerService()
  2049.     {
  2050.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  2051.             yield => ($this->privates['security.authentication.provider.anonymous.dev'] ?? ($this->privates['security.authentication.provider.anonymous.dev'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  2052.             yield => ($this->privates['security.authentication.provider.anonymous.refresh'] ?? ($this->privates['security.authentication.provider.anonymous.refresh'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  2053.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->load('getSecurity_Authentication_Provider_Guard_MainService.php'));
  2054.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->load('getSecurity_Authentication_Provider_Dao_MainService.php'));
  2055.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  2056.         }, 5), true);
  2057.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2058.         return $instance;
  2059.     }
  2060.     /**
  2061.      * Gets the private 'security.firewall.map' shared service.
  2062.      *
  2063.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2064.      */
  2065.     protected function getSecurity_Firewall_MapService()
  2066.     {
  2067.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2068.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService.php'true],
  2069.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService.php'true],
  2070.             'security.firewall.map.context.refresh' => ['privates''security.firewall.map.context.refresh''getSecurity_Firewall_Map_Context_RefreshService.php'true],
  2071.         ], [
  2072.             'security.firewall.map.context.dev' => '?',
  2073.             'security.firewall.map.context.main' => '?',
  2074.             'security.firewall.map.context.refresh' => '?',
  2075.         ]), new RewindableGenerator(function () {
  2076.             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)/')));
  2077.             yield 'security.firewall.map.context.refresh' => ($this->privates['.security.request_matcher.UQgI.UV'] ?? ($this->privates['.security.request_matcher.UQgI.UV'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/token/refresh')));
  2078.             yield 'security.firewall.map.context.main' => NULL;
  2079.         }, 3));
  2080.     }
  2081.     /**
  2082.      * Gets the private 'security.logout_url_generator' shared service.
  2083.      *
  2084.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2085.      */
  2086.     protected function getSecurity_LogoutUrlGeneratorService()
  2087.     {
  2088.         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->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  2089.     }
  2090.     /**
  2091.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  2092.      *
  2093.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  2094.      */
  2095.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  2096.     {
  2097.         return $this->privates['serializer.mapping.class_metadata_factory'] = 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()))]), NULL);
  2098.     }
  2099.     /**
  2100.      * Gets the private 'session_listener' shared service.
  2101.      *
  2102.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2103.      */
  2104.     protected function getSessionListenerService()
  2105.     {
  2106.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2107.             'initialized_session' => ['services''session'NULLtrue],
  2108.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2109.             'session' => ['services''session''getSessionService.php'true],
  2110.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService.php'true],
  2111.         ], [
  2112.             'initialized_session' => '?',
  2113.             'request_stack' => '?',
  2114.             'session' => '?',
  2115.             'session_storage' => '?',
  2116.         ]));
  2117.     }
  2118.     /**
  2119.      * Gets the private 'translator.default' shared service.
  2120.      *
  2121.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2122.      */
  2123.     protected function getTranslator_DefaultService()
  2124.     {
  2125.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2126.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService.php'true],
  2127.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService.php'true],
  2128.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService.php'true],
  2129.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService.php'true],
  2130.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService.php'true],
  2131.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService.php'true],
  2132.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService.php'true],
  2133.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService.php'true],
  2134.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService.php'true],
  2135.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService.php'true],
  2136.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService.php'true],
  2137.         ], [
  2138.             'translation.loader.csv' => '?',
  2139.             'translation.loader.dat' => '?',
  2140.             'translation.loader.ini' => '?',
  2141.             'translation.loader.json' => '?',
  2142.             'translation.loader.mo' => '?',
  2143.             'translation.loader.php' => '?',
  2144.             'translation.loader.po' => '?',
  2145.             'translation.loader.qt' => '?',
  2146.             'translation.loader.res' => '?',
  2147.             'translation.loader.xliff' => '?',
  2148.             'translation.loader.yml' => '?',
  2149.         ]), 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->targetDirs[0].'/translations'), 'debug' => true'resource_files' => ['af' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.af.xlf')], 'ar' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.bg.xliff')], 'ca' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.en.xliff')], 'es' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.et.xlf')], 'eu' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fi.xlf')], 'fr' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hy.xlf')], 'id' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.mn.xlf')], 'nb' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pt.xlf')], 'pt_BR' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sq.xlf')], 'sr_Cyrl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.uk.xliff')], 'vi' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf')], 'pt_PT' => [=> ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.pt_PT.xlf')], 'ky' => [=> ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations'), => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle/Resources/translations'), => ($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/translations'), => ($this->targetDirs[3].'/src/Resources/FrameworkBundle/translations'), => ($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/translations'), => ($this->targetDirs[3].'/src/Resources/TwigBundle/translations'), => ($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/translations'), => ($this->targetDirs[3].'/src/Resources/SecurityBundle/translations'), => ($this->targetDirs[3].'/vendor/doctrine/doctrine-cache-bundle/Resources/translations'), 10 => ($this->targetDirs[3].'/src/Resources/DoctrineCacheBundle/translations'), 11 => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/translations'), 12 => ($this->targetDirs[3].'/src/Resources/DoctrineBundle/translations'), 13 => ($this->targetDirs[3].'/vendor/lexik/jwt-authentication-bundle/Resources/translations'), 14 => ($this->targetDirs[3].'/src/Resources/LexikJWTAuthenticationBundle/translations'), 15 => ($this->targetDirs[3].'/vendor/gesdinet/jwt-refresh-token-bundle/Resources/translations'), 16 => ($this->targetDirs[3].'/src/Resources/GesdinetJWTRefreshTokenBundle/translations'), 17 => ($this->targetDirs[3].'/vendor/doctrine/doctrine-migrations-bundle/Resources/translations'), 18 => ($this->targetDirs[3].'/src/Resources/DoctrineMigrationsBundle/translations'), 19 => ($this->targetDirs[3].'/vendor/symfony/maker-bundle/src/Resources/translations'), 20 => ($this->targetDirs[3].'/src/Resources/MakerBundle/translations'), 21 => ($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/translations'), 22 => ($this->targetDirs[3].'/src/Resources/WebProfilerBundle/translations'), 23 => ($this->targetDirs[3].'/vendor/doctrine/doctrine-fixtures-bundle/Resources/translations'), 24 => ($this->targetDirs[3].'/src/Resources/DoctrineFixturesBundle/translations'), 25 => ($this->targetDirs[3].'/vendor/nelmio/cors-bundle/Resources/translations'), 26 => ($this->targetDirs[3].'/src/Resources/NelmioCorsBundle/translations'), 27 => ($this->targetDirs[3].'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/translations'), 28 => ($this->targetDirs[3].'/src/Resources/ApiPlatformBundle/translations'), 29 => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle/Resources/translations'), 30 => ($this->targetDirs[3].'/src/Resources/MonologBundle/translations'), 31 => ($this->targetDirs[3].'/vendor/twig/extra-bundle/src/Resources/translations'), 32 => ($this->targetDirs[3].'/src/Resources/TwigExtraBundle/translations'), 33 => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/translations'), 34 => ($this->targetDirs[3].'/src/Resources/SwiftmailerBundle/translations'), 35 => ($this->targetDirs[3].'/src/Resources/KnpPaginatorBundle/translations'), 36 => ($this->targetDirs[3].'/translations'), 37 => ($this->targetDirs[3].'/src/Resources/translations')]]);
  2150.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2151.         $instance->setFallbackLocales([=> 'en']);
  2152.         return $instance;
  2153.     }
  2154.     /**
  2155.      * Gets the private 'validator.builder' shared service.
  2156.      *
  2157.      * @return \Symfony\Component\Validator\ValidatorBuilderInterface
  2158.      */
  2159.     protected function getValidator_BuilderService()
  2160.     {
  2161.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2162.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2163.             'App\\Validator\\Constraints\\ExitsTimezoneValidator' => ['privates''App\\Validator\\Constraints\\ExitsTimezoneValidator''getExitsTimezoneValidatorService.php'true],
  2164.             'App\\Validator\\Constraints\\UniqueIdentityValidator' => ['privates''App\\Validator\\Constraints\\UniqueIdentityValidator''getUniqueIdentityValidatorService.php'true],
  2165.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  2166.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  2167.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService.php'true],
  2168.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  2169.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService.php'true],
  2170.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  2171.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  2172.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  2173.         ], [
  2174.             'App\\Validator\\Constraints\\ExitsTimezoneValidator' => '?',
  2175.             'App\\Validator\\Constraints\\UniqueIdentityValidator' => '?',
  2176.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2177.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2178.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2179.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2180.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2181.             'doctrine.orm.validator.unique' => '?',
  2182.             'security.validator.user_password' => '?',
  2183.             'validator.expression' => '?',
  2184.         ])));
  2185.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  2186.         $instance->setTranslationDomain('validators');
  2187.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2188.         $instance->addMethodMapping('loadValidatorMetadata');
  2189.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2190.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2191.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.tru_entity_manager'] ?? $this->getDoctrine_Orm_TruEntityManagerService()), NULL));
  2192.         return $instance;
  2193.     }
  2194.     /**
  2195.      * Gets the private 'web_profiler.csp.handler' shared service.
  2196.      *
  2197.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2198.      */
  2199.     protected function getWebProfiler_Csp_HandlerService()
  2200.     {
  2201.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2202.     }
  2203.     /**
  2204.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2205.      *
  2206.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2207.      */
  2208.     protected function getWebProfiler_DebugToolbarService()
  2209.     {
  2210.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  2211.     }
  2212.     public function getParameter($name)
  2213.     {
  2214.         $name = (string) $name;
  2215.         if (isset($this->buildParameters[$name])) {
  2216.             return $this->buildParameters[$name];
  2217.         }
  2218.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  2219.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2220.         }
  2221.         if (isset($this->loadedDynamicParameters[$name])) {
  2222.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2223.         }
  2224.         return $this->parameters[$name];
  2225.     }
  2226.     public function hasParameter($name)
  2227.     {
  2228.         $name = (string) $name;
  2229.         if (isset($this->buildParameters[$name])) {
  2230.             return true;
  2231.         }
  2232.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  2233.     }
  2234.     public function setParameter($name$value)
  2235.     {
  2236.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2237.     }
  2238.     public function getParameterBag()
  2239.     {
  2240.         if (null === $this->parameterBag) {
  2241.             $parameters $this->parameters;
  2242.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2243.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2244.             }
  2245.             foreach ($this->buildParameters as $name => $value) {
  2246.                 $parameters[$name] = $value;
  2247.             }
  2248.             $this->parameterBag = new FrozenParameterBag($parameters);
  2249.         }
  2250.         return $this->parameterBag;
  2251.     }
  2252.     private $loadedDynamicParameters = [
  2253.         'kernel.root_dir' => false,
  2254.         'kernel.project_dir' => false,
  2255.         'kernel.cache_dir' => false,
  2256.         'kernel.logs_dir' => false,
  2257.         'kernel.bundles_metadata' => false,
  2258.         'kernel.secret' => false,
  2259.         'session.save_path' => false,
  2260.         'validator.mapping.cache.file' => false,
  2261.         'translator.default_path' => false,
  2262.         'profiler.storage.dsn' => false,
  2263.         'debug.container.dump' => false,
  2264.         'serializer.mapping.cache.file' => false,
  2265.         'twig.default_path' => false,
  2266.         'doctrine.orm.proxy_dir' => false,
  2267.         'lexik_jwt_authentication.pass_phrase' => false,
  2268.         'doctrine_migrations.dir_name' => false,
  2269.         'api_platform.resource_class_directories' => false,
  2270.         'swiftmailer.spool.default.memory.path' => false,
  2271.     ];
  2272.     private $dynamicParameters = [];
  2273.     /**
  2274.      * Computes a dynamic parameter.
  2275.      *
  2276.      * @param string $name The name of the dynamic parameter to load
  2277.      *
  2278.      * @return mixed The value of the dynamic parameter
  2279.      *
  2280.      * @throws InvalidArgumentException When the dynamic parameter does not exist
  2281.      */
  2282.     private function getDynamicParameter($name)
  2283.     {
  2284.         switch ($name) {
  2285.             case 'kernel.root_dir'$value = ($this->targetDirs[3].'/src'); break;
  2286.             case 'kernel.project_dir'$value $this->targetDirs[3]; break;
  2287.             case 'kernel.cache_dir'$value $this->targetDirs[0]; break;
  2288.             case 'kernel.logs_dir'$value = ($this->targetDirs[2].'/log'); break;
  2289.             case 'kernel.bundles_metadata'$value = [
  2290.                 'FrameworkBundle' => [
  2291.                     'path' => ($this->targetDirs[3].'/vendor/symfony/framework-bundle'),
  2292.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2293.                 ],
  2294.                 'TwigBundle' => [
  2295.                     'path' => ($this->targetDirs[3].'/vendor/symfony/twig-bundle'),
  2296.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2297.                 ],
  2298.                 'SecurityBundle' => [
  2299.                     'path' => ($this->targetDirs[3].'/vendor/symfony/security-bundle'),
  2300.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2301.                 ],
  2302.                 'DoctrineCacheBundle' => [
  2303.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-cache-bundle'),
  2304.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  2305.                 ],
  2306.                 'DoctrineBundle' => [
  2307.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle'),
  2308.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2309.                 ],
  2310.                 'LexikJWTAuthenticationBundle' => [
  2311.                     'path' => ($this->targetDirs[3].'/vendor/lexik/jwt-authentication-bundle'),
  2312.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  2313.                 ],
  2314.                 'GesdinetJWTRefreshTokenBundle' => [
  2315.                     'path' => ($this->targetDirs[3].'/vendor/gesdinet/jwt-refresh-token-bundle'),
  2316.                     'namespace' => 'Gesdinet\\JWTRefreshTokenBundle',
  2317.                 ],
  2318.                 'DoctrineMigrationsBundle' => [
  2319.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-migrations-bundle'),
  2320.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2321.                 ],
  2322.                 'MakerBundle' => [
  2323.                     'path' => ($this->targetDirs[3].'/vendor/symfony/maker-bundle/src'),
  2324.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2325.                 ],
  2326.                 'WebProfilerBundle' => [
  2327.                     'path' => ($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle'),
  2328.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2329.                 ],
  2330.                 'DoctrineFixturesBundle' => [
  2331.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-fixtures-bundle'),
  2332.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  2333.                 ],
  2334.                 'NelmioCorsBundle' => [
  2335.                     'path' => ($this->targetDirs[3].'/vendor/nelmio/cors-bundle'),
  2336.                     'namespace' => 'Nelmio\\CorsBundle',
  2337.                 ],
  2338.                 'ApiPlatformBundle' => [
  2339.                     'path' => ($this->targetDirs[3].'/vendor/api-platform/core/src/Bridge/Symfony/Bundle'),
  2340.                     'namespace' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle',
  2341.                 ],
  2342.                 'MonologBundle' => [
  2343.                     'path' => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle'),
  2344.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2345.                 ],
  2346.                 'TwigExtraBundle' => [
  2347.                     'path' => ($this->targetDirs[3].'/vendor/twig/extra-bundle/src'),
  2348.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  2349.                 ],
  2350.                 'SwiftmailerBundle' => [
  2351.                     'path' => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle'),
  2352.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  2353.                 ],
  2354.                 'KnpPaginatorBundle' => [
  2355.                     'path' => ($this->targetDirs[3].'/vendor/knplabs/knp-paginator-bundle'),
  2356.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  2357.                 ],
  2358.             ]; break;
  2359.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2360.             case 'session.save_path'$value = ($this->targetDirs[0].'/sessions'); break;
  2361.             case 'validator.mapping.cache.file'$value = ($this->targetDirs[0].'/validation.php'); break;
  2362.             case 'translator.default_path'$value = ($this->targetDirs[3].'/translations'); break;
  2363.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDirs[0].'/profiler'); break;
  2364.             case 'debug.container.dump'$value = ($this->targetDirs[0].'/srcApp_KernelDevDebugContainer.xml'); break;
  2365.             case 'serializer.mapping.cache.file'$value = ($this->targetDirs[0].'/serialization.php'); break;
  2366.             case 'twig.default_path'$value = ($this->targetDirs[3].'/templates'); break;
  2367.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDirs[0].'/doctrine/orm/Proxies'); break;
  2368.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  2369.             case 'doctrine_migrations.dir_name'$value = ($this->targetDirs[3].'/src/Migrations'); break;
  2370.             case 'api_platform.resource_class_directories'$value = [
  2371.                 => ($this->targetDirs[3].'/src/Entity'),
  2372.                 => ($this->targetDirs[3].'/vendor/gesdinet/jwt-refresh-token-bundle/Entity'),
  2373.             ]; break;
  2374.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDirs[0].'/swiftmailer/spool/default'); break;
  2375.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2376.         }
  2377.         $this->loadedDynamicParameters[$name] = true;
  2378.         return $this->dynamicParameters[$name] = $value;
  2379.     }
  2380.     /**
  2381.      * Gets the default parameters.
  2382.      *
  2383.      * @return array An array of the default parameters
  2384.      */
  2385.     protected function getDefaultParameters()
  2386.     {
  2387.         return [
  2388.             'kernel.environment' => 'dev',
  2389.             'kernel.debug' => true,
  2390.             'kernel.name' => 'src',
  2391.             'kernel.bundles' => [
  2392.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2393.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2394.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2395.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  2396.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2397.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  2398.                 'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\GesdinetJWTRefreshTokenBundle',
  2399.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2400.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2401.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2402.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  2403.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  2404.                 'ApiPlatformBundle' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\ApiPlatformBundle',
  2405.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2406.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  2407.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  2408.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  2409.             ],
  2410.             'kernel.charset' => 'UTF-8',
  2411.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  2412.             'container.dumper.inline_class_loader' => true,
  2413.             'fragment.renderer.hinclude.global_template' => '',
  2414.             'fragment.path' => '/_fragment',
  2415.             'kernel.http_method_override' => true,
  2416.             'kernel.trusted_hosts' => [
  2417.             ],
  2418.             'kernel.default_locale' => 'en',
  2419.             'templating.helper.code.file_link_format' => NULL,
  2420.             'debug.file_link_format' => NULL,
  2421.             'session.metadata.storage_key' => '_sf2_meta',
  2422.             'session.storage.options' => [
  2423.                 'cache_limiter' => '0',
  2424.                 'cookie_secure' => 'auto',
  2425.                 'cookie_httponly' => true,
  2426.                 'cookie_samesite' => 'lax',
  2427.                 'gc_probability' => 1,
  2428.             ],
  2429.             'session.metadata.update_threshold' => 0,
  2430.             'asset.request_context.base_path' => '',
  2431.             'asset.request_context.secure' => false,
  2432.             'validator.mapping.cache.prefix' => '',
  2433.             'validator.translation_domain' => 'validators',
  2434.             'translator.logging' => false,
  2435.             'profiler_listener.only_exceptions' => false,
  2436.             'profiler_listener.only_master_requests' => false,
  2437.             'debug.error_handler.throw_at' => -1,
  2438.             'router.request_context.host' => 'localhost',
  2439.             'router.request_context.scheme' => 'http',
  2440.             'router.request_context.base_url' => '',
  2441.             'router.resource' => 'kernel::loadRoutes',
  2442.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  2443.             'request_listener.http_port' => 80,
  2444.             'request_listener.https_port' => 443,
  2445.             'serializer.mapping.cache.prefix' => '',
  2446.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  2447.             'twig.form.resources' => [
  2448.                 => 'form_div_layout.html.twig',
  2449.             ],
  2450.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  2451.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  2452.             'security.role_hierarchy.roles' => [
  2453.             ],
  2454.             'security.access.denied_url' => NULL,
  2455.             'security.authentication.manager.erase_credentials' => true,
  2456.             'security.authentication.session_strategy.strategy' => 'migrate',
  2457.             'security.access.always_authenticate_before_granting' => false,
  2458.             'security.authentication.hide_user_not_found' => true,
  2459.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2460.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  2461.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2462.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  2463.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  2464.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  2465.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  2466.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  2467.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  2468.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2469.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  2470.             'doctrine_cache.memcache.host' => 'localhost',
  2471.             'doctrine_cache.memcache.port' => 11211,
  2472.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2473.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  2474.             'doctrine_cache.memcached.host' => 'localhost',
  2475.             'doctrine_cache.memcached.port' => 11211,
  2476.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  2477.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  2478.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  2479.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  2480.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  2481.             'doctrine_cache.predis.scheme' => 'tcp',
  2482.             'doctrine_cache.predis.host' => 'localhost',
  2483.             'doctrine_cache.predis.port' => 6379,
  2484.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2485.             'doctrine_cache.redis.connection.class' => 'Redis',
  2486.             'doctrine_cache.redis.host' => 'localhost',
  2487.             'doctrine_cache.redis.port' => 6379,
  2488.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  2489.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  2490.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  2491.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  2492.             'doctrine_cache.riak.host' => 'localhost',
  2493.             'doctrine_cache.riak.port' => 8087,
  2494.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  2495.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  2496.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  2497.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2498.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2499.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2500.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  2501.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  2502.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  2503.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  2504.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2505.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2506.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2507.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2508.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2509.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2510.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2511.             'doctrine.entity_managers' => [
  2512.                 'default' => 'doctrine.orm.default_entity_manager',
  2513.                 'tru' => 'doctrine.orm.tru_entity_manager',
  2514.             ],
  2515.             'doctrine.default_entity_manager' => 'default',
  2516.             'doctrine.dbal.connection_factory.types' => [
  2517.             ],
  2518.             'doctrine.connections' => [
  2519.                 'default' => 'doctrine.dbal.default_connection',
  2520.                 'tru' => 'doctrine.dbal.tru_connection',
  2521.             ],
  2522.             'doctrine.default_connection' => 'default',
  2523.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2524.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2525.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2526.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2527.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2528.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2529.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2530.             'doctrine.orm.cache.memcache_port' => 11211,
  2531.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2532.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2533.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2534.             'doctrine.orm.cache.memcached_port' => 11211,
  2535.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2536.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2537.             'doctrine.orm.cache.redis_host' => 'localhost',
  2538.             'doctrine.orm.cache.redis_port' => 6379,
  2539.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2540.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2541.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2542.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2543.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Common\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2544.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2545.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2546.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2547.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2548.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2549.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2550.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2551.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2552.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2553.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2554.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2555.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2556.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2557.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2558.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2559.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2560.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2561.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2562.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2563.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2564.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2565.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2566.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2567.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2568.             'doctrine.orm.auto_generate_proxy_classes' => false,
  2569.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2570.             'lexik_jwt_authentication.token_ttl' => 50,
  2571.             'lexik_jwt_authentication.clock_skew' => 0,
  2572.             'lexik_jwt_authentication.user_identity_field' => 'username',
  2573.             'lexik_jwt_authentication.user_id_claim' => 'username',
  2574.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  2575.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  2576.             'gesdinet_jwt_refresh_token.ttl' => 1800000,
  2577.             'gesdinet_jwt_refresh_token.ttl_update' => false,
  2578.             'gesdinet_jwt_refresh_token.security.firewall' => 'api',
  2579.             'gesdinet_jwt_refresh_token.user_provider' => NULL,
  2580.             'gesdinet_jwt_refresh_token.user_identity_field' => 'username',
  2581.             'gesdinet_jwt_refresh_token.single_use' => false,
  2582.             'gesdinet_jwt_refresh_token.token_parameter_name' => 'refresh_token',
  2583.             'gesdinet.jwtrefreshtoken.refresh_token.class' => 'Gesdinet\\JWTRefreshTokenBundle\\Entity\\RefreshToken',
  2584.             'gesdinet.jwtrefreshtoken.object_manager.id' => 'doctrine.orm.entity_manager',
  2585.             'gesdinet.jwtrefreshtoken.user_checker.id' => 'security.user_checker',
  2586.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  2587.             'doctrine_migrations.table_name' => 'migration_versions',
  2588.             'doctrine_migrations.column_name' => 'version',
  2589.             'doctrine_migrations.column_length' => 14,
  2590.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  2591.             'doctrine_migrations.all_or_nothing' => false,
  2592.             'doctrine_migrations.name' => 'Application Migrations',
  2593.             'doctrine_migrations.custom_template' => NULL,
  2594.             'doctrine_migrations.organize_migrations' => false,
  2595.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2596.             'web_profiler.debug_toolbar.mode' => 2,
  2597.             'nelmio_cors.map' => [
  2598.                 '^/api/' => [
  2599.                     'allow_origin' => true,
  2600.                     'allow_headers' => true,
  2601.                     'expose_headers' => [
  2602.                         => 'Link',
  2603.                         => 'Content-Disposition',
  2604.                     ],
  2605.                     'allow_methods' => [
  2606.                         => 'POST',
  2607.                         => 'PUT',
  2608.                         => 'GET',
  2609.                         => 'DELETE',
  2610.                         => 'PATCH',
  2611.                     ],
  2612.                     'max_age' => 3600,
  2613.                 ],
  2614.             ],
  2615.             'nelmio_cors.defaults' => [
  2616.                 'allow_origin' => [
  2617.                 ],
  2618.                 'allow_credentials' => false,
  2619.                 'allow_headers' => [
  2620.                     => 'accept',
  2621.                     => 'authorization',
  2622.                     => 'cache-control',
  2623.                     => 'content-type',
  2624.                     => 'dnt',
  2625.                     => 'if-modified-since',
  2626.                     => 'keep-alive',
  2627.                     => 'origin',
  2628.                     => 'user-agent',
  2629.                     => 'x-requested-with',
  2630.                 ],
  2631.                 'expose_headers' => [
  2632.                 ],
  2633.                 'allow_methods' => [
  2634.                 ],
  2635.                 'max_age' => 0,
  2636.                 'hosts' => [
  2637.                 ],
  2638.                 'origin_regex' => false,
  2639.                 'forced_allow_origin_value' => NULL,
  2640.             ],
  2641.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  2642.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  2643.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  2644.             'api_platform.enable_entrypoint' => true,
  2645.             'api_platform.enable_docs' => true,
  2646.             'api_platform.title' => 'Api RMCS',
  2647.             'api_platform.description' => 'Api project RMCS',
  2648.             'api_platform.version' => '1.0.0',
  2649.             'api_platform.show_webby' => true,
  2650.             'api_platform.exception_to_status' => [
  2651.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  2652.                 'ApiPlatform\\Core\\Exception\\InvalidArgumentException' => 400,
  2653.                 'ApiPlatform\\Core\\Exception\\FilterValidationException' => 400,
  2654.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  2655.             ],
  2656.             'api_platform.formats' => [
  2657.                 'jsonld' => [
  2658.                     => 'application/ld+json',
  2659.                 ],
  2660.                 'json' => [
  2661.                     => 'application/json',
  2662.                 ],
  2663.                 'html' => [
  2664.                     => 'text/html',
  2665.                 ],
  2666.             ],
  2667.             'api_platform.error_formats' => [
  2668.                 'jsonproblem' => [
  2669.                     => 'application/problem+json',
  2670.                 ],
  2671.                 'jsonld' => [
  2672.                     => 'application/ld+json',
  2673.                 ],
  2674.             ],
  2675.             'api_platform.allow_plain_identifiers' => false,
  2676.             'api_platform.eager_loading.enabled' => true,
  2677.             'api_platform.eager_loading.max_joins' => 30,
  2678.             'api_platform.eager_loading.fetch_partial' => false,
  2679.             'api_platform.eager_loading.force_eager' => true,
  2680.             'api_platform.collection.order' => 'ASC',
  2681.             'api_platform.collection.order_parameter_name' => 'order',
  2682.             'api_platform.collection.pagination.enabled' => true,
  2683.             'api_platform.collection.pagination.partial' => false,
  2684.             'api_platform.collection.pagination.client_enabled' => true,
  2685.             'api_platform.collection.pagination.client_items_per_page' => false,
  2686.             'api_platform.collection.pagination.client_partial' => false,
  2687.             'api_platform.collection.pagination.items_per_page' => 25,
  2688.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  2689.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  2690.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  2691.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  2692.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  2693.             'api_platform.collection.pagination' => [
  2694.                 'items_per_page' => 25,
  2695.                 'client_enabled' => true,
  2696.                 'enabled_parameter_name' => 'pagination',
  2697.                 'enabled' => true,
  2698.                 'partial' => false,
  2699.                 'client_items_per_page' => false,
  2700.                 'client_partial' => false,
  2701.                 'maximum_items_per_page' => NULL,
  2702.                 'page_parameter_name' => 'page',
  2703.                 'items_per_page_parameter_name' => 'itemsPerPage',
  2704.                 'partial_parameter_name' => 'partial',
  2705.             ],
  2706.             'api_platform.http_cache.etag' => true,
  2707.             'api_platform.http_cache.max_age' => NULL,
  2708.             'api_platform.http_cache.shared_max_age' => NULL,
  2709.             'api_platform.http_cache.vary' => [
  2710.                 => 'Accept',
  2711.             ],
  2712.             'api_platform.http_cache.public' => NULL,
  2713.             'api_platform.oauth.enabled' => false,
  2714.             'api_platform.oauth.clientId' => '',
  2715.             'api_platform.oauth.clientSecret' => '',
  2716.             'api_platform.oauth.type' => 'oauth2',
  2717.             'api_platform.oauth.flow' => 'application',
  2718.             'api_platform.oauth.tokenUrl' => '/oauth/v2/token',
  2719.             'api_platform.oauth.authorizationUrl' => '/oauth/v2/auth',
  2720.             'api_platform.oauth.scopes' => [
  2721.             ],
  2722.             'api_platform.enable_swagger_ui' => true,
  2723.             'api_platform.enable_re_doc' => true,
  2724.             'api_platform.enable_swagger' => true,
  2725.             'api_platform.swagger.api_keys' => [
  2726.                 'apiKey' => [
  2727.                     'name' => 'Authorization',
  2728.                     'type' => 'header',
  2729.                 ],
  2730.             ],
  2731.             'api_platform.graphql.enabled' => false,
  2732.             'api_platform.validator.serialize_payload_fields' => [
  2733.             ],
  2734.             'api_platform.elasticsearch.enabled' => false,
  2735.             'monolog.use_microseconds' => true,
  2736.             'monolog.swift_mailer.handlers' => [
  2737.             ],
  2738.             'monolog.handlers_to_channels' => [
  2739.                 'monolog.handler.console' => [
  2740.                     'type' => 'exclusive',
  2741.                     'elements' => [
  2742.                         => 'event',
  2743.                         => 'doctrine',
  2744.                         => 'console',
  2745.                     ],
  2746.                 ],
  2747.                 'monolog.handler.main' => [
  2748.                     'type' => 'exclusive',
  2749.                     'elements' => [
  2750.                         => 'event',
  2751.                     ],
  2752.                 ],
  2753.             ],
  2754.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  2755.             'swiftmailer.mailer.default.spool.enabled' => true,
  2756.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  2757.             'swiftmailer.mailer.default.single_address' => NULL,
  2758.             'swiftmailer.mailer.default.delivery.enabled' => true,
  2759.             'swiftmailer.spool.enabled' => true,
  2760.             'swiftmailer.delivery.enabled' => true,
  2761.             'swiftmailer.single_address' => NULL,
  2762.             'swiftmailer.mailers' => [
  2763.                 'default' => 'swiftmailer.mailer.default',
  2764.             ],
  2765.             'swiftmailer.default_mailer' => 'default',
  2766.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  2767.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  2768.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  2769.             'knp_paginator.page_range' => 5,
  2770.             'data_collector.templates' => [
  2771.                 'data_collector.request' => [
  2772.                     => 'request',
  2773.                     => '@WebProfiler/Collector/request.html.twig',
  2774.                 ],
  2775.                 'api_platform.data_collector.request' => [
  2776.                     => 'api_platform.data_collector.request',
  2777.                     => '@ApiPlatform/DataCollector/request.html.twig',
  2778.                 ],
  2779.                 'data_collector.time' => [
  2780.                     => 'time',
  2781.                     => '@WebProfiler/Collector/time.html.twig',
  2782.                 ],
  2783.                 'data_collector.memory' => [
  2784.                     => 'memory',
  2785.                     => '@WebProfiler/Collector/memory.html.twig',
  2786.                 ],
  2787.                 'data_collector.validator' => [
  2788.                     => 'validator',
  2789.                     => '@WebProfiler/Collector/validator.html.twig',
  2790.                 ],
  2791.                 'data_collector.ajax' => [
  2792.                     => 'ajax',
  2793.                     => '@WebProfiler/Collector/ajax.html.twig',
  2794.                 ],
  2795.                 'data_collector.exception' => [
  2796.                     => 'exception',
  2797.                     => '@WebProfiler/Collector/exception.html.twig',
  2798.                 ],
  2799.                 'data_collector.logger' => [
  2800.                     => 'logger',
  2801.                     => '@WebProfiler/Collector/logger.html.twig',
  2802.                 ],
  2803.                 'data_collector.events' => [
  2804.                     => 'events',
  2805.                     => '@WebProfiler/Collector/events.html.twig',
  2806.                 ],
  2807.                 'data_collector.router' => [
  2808.                     => 'router',
  2809.                     => '@WebProfiler/Collector/router.html.twig',
  2810.                 ],
  2811.                 'data_collector.cache' => [
  2812.                     => 'cache',
  2813.                     => '@WebProfiler/Collector/cache.html.twig',
  2814.                 ],
  2815.                 'data_collector.translation' => [
  2816.                     => 'translation',
  2817.                     => '@WebProfiler/Collector/translation.html.twig',
  2818.                 ],
  2819.                 'data_collector.security' => [
  2820.                     => 'security',
  2821.                     => '@Security/Collector/security.html.twig',
  2822.                 ],
  2823.                 'data_collector.twig' => [
  2824.                     => 'twig',
  2825.                     => '@WebProfiler/Collector/twig.html.twig',
  2826.                 ],
  2827.                 'data_collector.doctrine' => [
  2828.                     => 'db',
  2829.                     => '@Doctrine/Collector/db.html.twig',
  2830.                 ],
  2831.                 'swiftmailer.data_collector' => [
  2832.                     => 'swiftmailer',
  2833.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  2834.                 ],
  2835.                 'data_collector.messenger' => [
  2836.                     => 'messenger',
  2837.                     => '@WebProfiler/Collector/messenger.html.twig',
  2838.                 ],
  2839.                 'data_collector.config' => [
  2840.                     => 'config',
  2841.                     => '@WebProfiler/Collector/config.html.twig',
  2842.                 ],
  2843.             ],
  2844.             'console.command.ids' => [
  2845.                 => 'console.command.public_alias.doctrine_cache.contains_command',
  2846.                 => 'console.command.public_alias.doctrine_cache.delete_command',
  2847.                 => 'console.command.public_alias.doctrine_cache.flush_command',
  2848.                 => 'console.command.public_alias.doctrine_cache.stats_command',
  2849.                 => 'console.command.public_alias.doctrine_migrations.diff_command',
  2850.                 => 'console.command.public_alias.doctrine_migrations.dump_schema_command',
  2851.                 => 'console.command.public_alias.doctrine_migrations.execute_command',
  2852.                 => 'console.command.public_alias.doctrine_migrations.generate_command',
  2853.                 => 'console.command.public_alias.doctrine_migrations.latest_command',
  2854.                 => 'console.command.public_alias.doctrine_migrations.migrate_command',
  2855.                 10 => 'console.command.public_alias.doctrine_migrations.rollup_command',
  2856.                 11 => 'console.command.public_alias.doctrine_migrations.status_command',
  2857.                 12 => 'console.command.public_alias.doctrine_migrations.up_to_date_command',
  2858.                 13 => 'console.command.public_alias.doctrine_migrations.version_command',
  2859.                 14 => 'console.command.public_alias.api_platform.swagger.command.swagger_command',
  2860.             ],
  2861.         ];
  2862.     }
  2863. }