var/cache/dev/ContainerDrxNATm/App_KernelDevDebugContainer.php line 1522

Open in your IDE?
  1. <?php
  2. namespace ContainerDrxNATm;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected \Closure $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService $this->getService(...);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             'cache.app' => 'getCache_AppService',
  35.             'cache.rate_limiter' => 'getCache_RateLimiterService',
  36.             'cache.system' => 'getCache_SystemService',
  37.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  38.             'data_collector.dump' => 'getDataCollector_DumpService',
  39.             'doctrine' => 'getDoctrineService',
  40.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  41.             'doctrine.dbal.second_connection' => 'getDoctrine_Dbal_SecondConnectionService',
  42.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  43.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  44.             'doctrine.orm.second_entity_manager' => 'getDoctrine_Orm_SecondEntityManagerService',
  45.             'event_dispatcher' => 'getEventDispatcherService',
  46.             'http_kernel' => 'getHttpKernelService',
  47.             'jms_serializer.authorization_checker' => 'getJmsSerializer_AuthorizationCheckerService',
  48.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  49.             'request_stack' => 'getRequestStackService',
  50.             'router' => 'getRouterService',
  51.             'translator' => 'getTranslatorService',
  52.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  53.             'profiler' => 'getProfilerService',
  54.         ];
  55.         $this->fileMap = [
  56.             'App\\Controller\\ApiController' => 'getApiControllerService',
  57.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  58.             'App\\Controller\\TranslationController' => 'getTranslationControllerService',
  59.             'App\\Controller\\WebhookController' => 'getWebhookControllerService',
  60.             'App\\Service\\UserEncryptor' => 'getUserEncryptorService',
  61.             'App\\Service\\YandexMetrika' => 'getYandexMetrikaService',
  62.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  63.             'LogistCdekBundle\\Service\\CdekAuthorizer' => 'getCdekAuthorizerService',
  64.             'LogistCdekBundle\\Service\\CdekHttpClientFactory' => 'getCdekHttpClientFactoryService',
  65.             'LogistCompositeBundle\\Service\\ApiRequestConsumer' => 'getApiRequestConsumerService',
  66.             'LogistCompositeBundle\\Service\\CompositeLogHelper' => 'getCompositeLogHelperService',
  67.             'LogistCompositeBundle\\Service\\ResponseSender' => 'getResponseSenderService',
  68.             'LogistCronBundle\\Consumer\\CronCmdConsumer' => 'getCronCmdConsumerService',
  69.             'LogistCseBundle\\Service\\CseSoapClientFactory' => 'getCseSoapClientFactoryService',
  70.             'LogistDadataBundle\\Controller\\DadataController' => 'getDadataControllerService',
  71.             'LogistDellinBundle\\Service\\DellinHttpClientFactory' => 'getDellinHttpClientFactoryService',
  72.             'LogistDellinBundle\\Service\\DellinUserAuthorizer' => 'getDellinUserAuthorizerService',
  73.             'LogistJdeBundle\\Service\\JdeClientFactory' => 'getJdeClientFactoryService',
  74.             'LogistPecomBundle\\Service\\PecomApiClient' => 'getPecomApiClientService',
  75.             'LogistPecomBundle\\Service\\PecomHttpClientFactory' => 'getPecomHttpClientFactoryService',
  76.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  77.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  78.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  79.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  80.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  81.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  82.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  83.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  84.             'api_platform.graphql.action.entrypoint' => 'getApiPlatform_Graphql_Action_EntrypointService',
  85.             'api_platform.graphql.action.graphiql' => 'getApiPlatform_Graphql_Action_GraphiqlService',
  86.             'api_platform.graphql.action.graphql_playground' => 'getApiPlatform_Graphql_Action_GraphqlPlaygroundService',
  87.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  88.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  89.             'cache.app_clearer' => 'getCache_AppClearerService',
  90.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  91.             'cache.system_clearer' => 'getCache_SystemClearerService',
  92.             'cache_warmer' => 'getCacheWarmerService',
  93.             'console.command.public_alias.LogistClickHouseBundle\\Command\\CheckPhpCommand' => 'getCheckPhpCommandService',
  94.             'console.command.public_alias.LogistClickHouseBundle\\Command\\InitTablesCommand' => 'getInitTablesCommandService',
  95.             'console.command.public_alias.LogistClickHouseBundle\\Command\\ModifyTablesCommand' => 'getModifyTablesCommandService',
  96.             'console.command.public_alias.LogistClickHouseBundle\\Command\\ResetTablesCommand' => 'getResetTablesCommandService',
  97.             'console.command.public_alias.LogistCronBundle\\Command\\CbConfigCommand' => 'getCbConfigCommandService',
  98.             'console.command.public_alias.LogistCronBundle\\Command\\CbCrontabCommand' => 'getCbCrontabCommandService',
  99.             'console.command.public_alias.LogistMaintenanceBundle\\Command\\MaintenanceModeCommand' => 'getMaintenanceModeCommandService',
  100.             'console.command.public_alias.LogistRabbitmqBundle\\Command\\BindCommand' => 'getBindCommandService',
  101.             'console.command.public_alias.LogistRabbitmqBundle\\Command\\CallConsumerCommand' => 'getCallConsumerCommandService',
  102.             'console.command.public_alias.LogistRabbitmqBundle\\Command\\ClearTempQueueusCommand' => 'getClearTempQueueusCommandService',
  103.             'console.command.public_alias.LogistRabbitmqBundle\\Command\\GenerateConsumerCmdCommand' => 'getGenerateConsumerCmdCommandService',
  104.             'console.command.public_alias.LogistRabbitmqBundle\\Command\\ListConsumersCommand' => 'getListConsumersCommandService',
  105.             'console.command.public_alias.LogistRedisBundle\\Command\\KeysCommand' => 'getKeysCommandService',
  106.             'console.command.public_alias.LogistRedisBundle\\Command\\ResetCommand' => 'getResetCommandService',
  107.             'console.command.public_alias.LogistSupervisordBundle\\Command\\CtlCommand' => 'getCtlCommandService',
  108.             'console.command.public_alias.LogistSupervisordBundle\\Command\\GenerateCommand' => 'getGenerateCommandService',
  109.             'console.command.public_alias.LogistSupervisordBundle\\Command\\ListCommand' => 'getListCommandService',
  110.             'console.command.public_alias.LogistSystemdBundle\\Command\\GenerateCommand' => 'getGenerateCommand2Service',
  111.             'console.command.public_alias.LogistSystemdBundle\\Command\\ListCommand' => 'getListCommand2Service',
  112.             'console.command.public_alias.LogistSystemdBundle\\Command\\SetupCommand' => 'getSetupCommandService',
  113.             'console.command_loader' => 'getConsole_CommandLoaderService',
  114.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  115.             'container.get_routing_condition_service' => 'getContainer_GetRoutingConditionServiceService',
  116.             'error_controller' => 'getErrorControllerService',
  117.             'jms_serializer' => 'getJmsSerializerService',
  118.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  119.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  120.             'league.oauth2_server.controller.authorization' => 'getLeague_Oauth2Server_Controller_AuthorizationService',
  121.             'league.oauth2_server.controller.token' => 'getLeague_Oauth2Server_Controller_TokenService',
  122.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  123.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  124.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  125.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  126.             'monolog.logger.aggregator_api' => 'getMonolog_Logger_AggregatorApiService',
  127.             'monolog.logger.cdek_bundle' => 'getMonolog_Logger_CdekBundleService',
  128.             'monolog.logger.composite_bundle' => 'getMonolog_Logger_CompositeBundleService',
  129.             'monolog.logger.cron_bundle' => 'getMonolog_Logger_CronBundleService',
  130.             'monolog.logger.cse_bundle' => 'getMonolog_Logger_CseBundleService',
  131.             'monolog.logger.dadata_bundle' => 'getMonolog_Logger_DadataBundleService',
  132.             'monolog.logger.dellin_bundle' => 'getMonolog_Logger_DellinBundleService',
  133.             'monolog.logger.jde_bundle' => 'getMonolog_Logger_JdeBundleService',
  134.             'monolog.logger.pecom_bundle' => 'getMonolog_Logger_PecomBundleService',
  135.             'monolog.logger.yandex-metrika' => 'getMonolog_Logger_YandexmetrikaService',
  136.             'old_sound_rabbit_mq.composite_server_producer' => 'getOldSoundRabbitMq_CompositeServerProducerService',
  137.             'old_sound_rabbit_mq.connection.default' => 'getOldSoundRabbitMq_Connection_DefaultService',
  138.             'old_sound_rabbit_mq.cron_producer' => 'getOldSoundRabbitMq_CronProducerService',
  139.             'old_sound_rabbit_mq.parts_holder' => 'getOldSoundRabbitMq_PartsHolderService',
  140.             'old_sound_rabbit_mq.public_producer' => 'getOldSoundRabbitMq_PublicProducerService',
  141.             'routing.loader' => 'getRouting_LoaderService',
  142.             'services_resetter' => 'getServicesResetterService',
  143.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  144.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  145.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  146.         ];
  147.         $this->aliases = [
  148.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  149.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  150.             'App\\Kernel' => 'kernel',
  151.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  152.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  153.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  154.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  155.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  156.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  157.             'database_connection' => 'doctrine.dbal.default_connection',
  158.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  159.             'jms_serializer.instances.default' => 'jms_serializer',
  160.         ];
  161.         $this->privates['service_container'] = function () {
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  168.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  169.             include_once \dirname(__DIR__4).'/src/Service/ParserTranslator.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  179.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  203.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  210.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  211.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  237.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/CompatibilityProcessor.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  250.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  251.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  252.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  253.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Debug/TraceableSerializer.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Debug/TraceableNormalizer.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  314.             include_once \dirname(__DIR__4).'/src/Serializer/Exception/PhoneExceptionNormalizer.php';
  315.             include_once \dirname(__DIR__4).'/src/Serializer/Exception/TypeValidationExceptionNormalizer.php';
  316.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  317.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Debug/TraceableEncoder.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  324.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  325.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  326.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  327.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Serializer/Exception/ValidationExceptionNormalizer.php';
  328.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Serializer/Exception/HttpExceptionNormalizer.php';
  329.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Serializer/Exception/RuntimeExceptionNormalizer.php';
  330.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Serializer/Exception/ErrorNormalizer.php';
  331.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  332.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  333.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  334.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  335.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  338.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  339.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  340.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  341.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  342.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  343.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  344.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  345.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Serializer/ItemNormalizer.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  358.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  359.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  360.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  362.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  365.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  366.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/GraphQl/Serializer/ObjectNormalizer.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  371.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/DataCollector/SerializerDataCollector.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  376.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  378.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  380.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  381.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  382.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  383.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  384.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  385.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  386.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  387.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  388.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  391.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  417.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  418.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  419.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  427.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  430.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  439.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  453.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  461.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  462.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  463.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  464.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  466.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  467.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  468.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  469.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  470.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  471.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  473.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  476.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  477.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  478.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  479.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  480.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  481.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  482.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  483.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  484.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  485.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  486.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  487.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  488.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  489.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php';
  490.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedYamlDriver.php';
  491.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  492.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  493.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  494.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  495.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  497.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  498.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  499.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  500.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  501.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  502.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  503.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  504.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  505.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/UriVariablesResolverTrait.php';
  506.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ReadListener.php';
  507.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  508.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  516.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  517.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  518.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  526.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  528.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractorInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  530.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractor.php';
  531.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UriVariablesConverterInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UriVariablesConverter.php';
  533.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/IriConverter.php';
  534.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Operation/Factory/OperationMetadataFactoryInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Operation/Factory/OperationMetadataFactory.php';
  536.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/ProviderInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/CallableProvider.php';
  538.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  540.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  541.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  542.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AttributesResourceNameCollectionFactory.php';
  543.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  544.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  545.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  546.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  547.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  549.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorTrait.php';
  550.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/XmlResourceExtractor.php';
  551.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractPropertyExtractor.php';
  553.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/XmlPropertyExtractor.php';
  554.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  556.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  557.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  558.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AttributePropertyMetadataFactory.php';
  559.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  560.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  561.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  562.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyMetadataFactory.php';
  563.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceMetadataCollectionFactoryInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceMetadataCollectionFactory.php';
  565.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Orm/Metadata/Resource/DoctrineOrmResourceCollectionMetadataFactory.php';
  566.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/PhpDocResourceMetadataCollectionFactory.php';
  567.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AlternateUriResourceMetadataCollectionFactory.php';
  568.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AttributeFilterExtractorTrait.php';
  569.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/FiltersResourceMetadataCollectionFactory.php';
  570.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/FormatsResourceMetadataCollectionFactory.php';
  571.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/InputOutputResourceMetadataCollectionFactory.php';
  572.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/OperationNameResourceMetadataCollectionFactory.php';
  573.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkResourceMetadataCollectionFactory.php';
  574.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkFactoryInterface.php';
  575.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/PropertyLinkFactoryInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkFactory.php';
  577.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/UriTemplateResourceMetadataCollectionFactory.php';
  578.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  580.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/NotExposedOperationResourceMetadataCollectionFactory.php';
  581.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/OperationDefaultsTrait.php';
  582.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataCollectionFactory.php';
  583.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AttributesResourceMetadataCollectionFactory.php';
  584.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/YamlResourceExtractor.php';
  585.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/YamlPropertyExtractor.php';
  586.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  587.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  590.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  591.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  592.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  593.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  594.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  595.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  597.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  598.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  600.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  601.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
  602.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  605.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
  606.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
  609.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  610.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  612.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
  614.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  615.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  616.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  617.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  618.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
  619.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  620.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  621.             include_once \dirname(__DIR__4).'/vendor/logist/maintenance-bundle/src/LogistMaintenanceBundle/EventListener/MaintenanceListener.php';
  622.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  623.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  624.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  626.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  627.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  628.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  629.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  630.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  631.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  632.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityHandler.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/CompatibilityProcessingHandler.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  656.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  660.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  673.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  675.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  677.         };
  678.     }
  679.     public function compile(): void
  680.     {
  681.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  682.     }
  683.     public function isCompiled(): bool
  684.     {
  685.         return true;
  686.     }
  687.     public function getRemovedIds(): array
  688.     {
  689.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  690.     }
  691.     protected function load($file$lazyLoad true)
  692.     {
  693.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  694.             return $class::do($this$lazyLoad);
  695.         }
  696.         if ('.' === $file[-4]) {
  697.             $class substr($class0, -4);
  698.         } else {
  699.             $file .= '.php';
  700.         }
  701.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  702.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  703.     }
  704.     protected function createProxy($class\Closure $factory)
  705.     {
  706.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  707.         return $factory();
  708.     }
  709.     /**
  710.      * Gets the public '.container.private.profiler' shared service.
  711.      *
  712.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  713.      */
  714.     protected function get_Container_Private_ProfilerService()
  715.     {
  716.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  717.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  718.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  719.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  720.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  721.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  722.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  723.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  724.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  725.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  726.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  727.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  728.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  729.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  730.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  731.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  732.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  733.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  734.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  735.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  736.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  737.         $d->addInstance('cache.doctrine.orm.second.result', ($this->privates['cache.doctrine.orm.second.result'] ?? $this->getCache_Doctrine_Orm_Second_ResultService()));
  738.         $d->addInstance('cache.doctrine.orm.second.query', ($this->privates['cache.doctrine.orm.second.query'] ?? $this->getCache_Doctrine_Orm_Second_QueryService()));
  739.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  740.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  741.         $d->addInstance('api_platform.cache.metadata.property', ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()));
  742.         $d->addInstance('api_platform.cache.metadata.resource_collection', ($this->privates['api_platform.cache.metadata.resource_collection'] ?? $this->getApiPlatform_Cache_Metadata_ResourceCollectionService()));
  743.         $d->addInstance('api_platform.graphql.cache.subscription', ($this->privates['api_platform.graphql.cache.subscription'] ?? $this->getApiPlatform_Graphql_Cache_SubscriptionService()));
  744.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  745.         if ($this->has('kernel')) {
  746.             $e->setKernel($b);
  747.         }
  748.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  749.         $instance->add(new \ApiPlatform\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService())));
  750.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  751.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  752.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService())));
  753.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  754.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  755.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  756.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  757.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  758.         $instance->add($d);
  759.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  760.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
  761.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->privates['twig'] ?? $this->getTwigService())));
  762.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  763.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  764.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  765.         $instance->add(($this->privates['serializer.data_collector'] ?? ($this->privates['serializer.data_collector'] = new \Symfony\Component\Serializer\DataCollector\SerializerDataCollector())));
  766.         $instance->add(new \JMS\SerializerBundle\Debug\DataCollector('default', [], ($this->privates['jms_serializer.event_dispatcher'] ?? $this->getJmsSerializer_EventDispatcherService()), ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService()), ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService()), ($this->privates['jms_serializer.metadata.traceable_file_locator'] ?? $this->getJmsSerializer_Metadata_TraceableFileLocatorService()), ($this->privates['jms_serializer.traceable_runs_listener'] ?? ($this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener()))));
  767.         $instance->add($e);
  768.         return $instance;
  769.     }
  770.     /**
  771.      * Gets the public 'cache.app' shared service.
  772.      *
  773.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  774.      */
  775.     protected function getCache_AppService()
  776.     {
  777.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('JFI88podtM'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  778.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  779.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  780.     }
  781.     /**
  782.      * Gets the public 'cache.rate_limiter' shared service.
  783.      *
  784.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  785.      */
  786.     protected function getCache_RateLimiterService()
  787.     {
  788.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('-mJEDLNEhY'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  789.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  790.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  791.     }
  792.     /**
  793.      * Gets the public 'cache.system' shared service.
  794.      *
  795.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  796.      */
  797.     protected function getCache_SystemService()
  798.     {
  799.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ot-uRhKQ-E'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  800.     }
  801.     /**
  802.      * Gets the public 'cache.validator_expression_language' shared service.
  803.      *
  804.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  805.      */
  806.     protected function getCache_ValidatorExpressionLanguageService()
  807.     {
  808.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jKTWaWV4T3'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  809.     }
  810.     /**
  811.      * Gets the public 'data_collector.dump' shared service.
  812.      *
  813.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  814.      */
  815.     protected function getDataCollector_DumpService()
  816.     {
  817.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  818.     }
  819.     /**
  820.      * Gets the public 'doctrine' shared service.
  821.      *
  822.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  823.      */
  824.     protected function getDoctrineService()
  825.     {
  826.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  827.     }
  828.     /**
  829.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  830.      *
  831.      * @return \Doctrine\DBAL\Connection
  832.      */
  833.     protected function getDoctrine_Dbal_DefaultConnectionService()
  834.     {
  835.         $a = new \Doctrine\DBAL\Configuration();
  836.         $b = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  837.         $b->setConnectionName('default');
  838.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), => $b]);
  839.         return $this->services['doctrine.dbal.default_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'pdo_mysql''url' => $this->getEnv('resolve:DATABASE_URL'), 'charset' => 'UTF8''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  840.             'LogistClickHouseBundle\\EventListener\\LogistEntityLoggerDoctrineHook' => ['privates''LogistClickHouseBundle\\EventListener\\LogistEntityLoggerDoctrineHook''getLogistEntityLoggerDoctrineHookService'true],
  841.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  842.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  843.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  844.         ], [
  845.             'LogistClickHouseBundle\\EventListener\\LogistEntityLoggerDoctrineHook' => '?',
  846.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  847.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  848.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  849.         ]), [=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], => [=> [=> 'onFlush'], => 'LogistClickHouseBundle\\EventListener\\LogistEntityLoggerDoctrineHook'], => [=> [=> 'postFlush'], => 'LogistClickHouseBundle\\EventListener\\LogistEntityLoggerDoctrineHook']]), []);
  850.     }
  851.     /**
  852.      * Gets the public 'doctrine.dbal.second_connection' shared service.
  853.      *
  854.      * @return \Doctrine\DBAL\Connection
  855.      */
  856.     protected function getDoctrine_Dbal_SecondConnectionService()
  857.     {
  858.         $a = new \Doctrine\DBAL\Configuration();
  859.         $b = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  860.         $b->setConnectionName('second');
  861.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), => $b]);
  862.         return $this->services['doctrine.dbal.second_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'pdo_mysql''url' => $this->getEnv('resolve:DATABASE_URL_2'), 'charset' => 'UTF8''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  863.             'LogistClickHouseBundle\\EventListener\\LogistEntityLoggerDoctrineHook' => ['privates''LogistClickHouseBundle\\EventListener\\LogistEntityLoggerDoctrineHook''getLogistEntityLoggerDoctrineHookService'true],
  864.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  865.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  866.             'doctrine.orm.second_listeners.attach_entity_listeners' => ['privates''doctrine.orm.second_listeners.attach_entity_listeners''getDoctrine_Orm_SecondListeners_AttachEntityListenersService'true],
  867.         ], [
  868.             'LogistClickHouseBundle\\EventListener\\LogistEntityLoggerDoctrineHook' => '?',
  869.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  870.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  871.             'doctrine.orm.second_listeners.attach_entity_listeners' => '?',
  872.         ]), [=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.second_listeners.attach_entity_listeners'], => [=> [=> 'onFlush'], => 'LogistClickHouseBundle\\EventListener\\LogistEntityLoggerDoctrineHook'], => [=> [=> 'postFlush'], => 'LogistClickHouseBundle\\EventListener\\LogistEntityLoggerDoctrineHook']]), []);
  873.     }
  874.     /**
  875.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  876.      *
  877.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  878.      */
  879.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  880.     {
  881.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  882.             'App\\EventListener\\ConfirmedListener' => ['privates''App\\EventListener\\ConfirmedListener''getConfirmedListenerService'true],
  883.         ], [
  884.             'App\\EventListener\\ConfirmedListener' => '?',
  885.         ]));
  886.         $instance->registerService('App\\EventListener\\ConfirmedListener''App\\EventListener\\ConfirmedListener');
  887.         return $instance;
  888.     }
  889.     /**
  890.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  891.      *
  892.      * @return \Doctrine\ORM\EntityManager
  893.      */
  894.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  895.     {
  896.         if ($lazyLoad) {
  897.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  898.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  899.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  900.                     $proxy->setProxyInitializer(null);
  901.                     return true;
  902.                 });
  903.             });
  904.         }
  905.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  906.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  907.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  908.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  909.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  910.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  911.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  912.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  913.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Persistence/Mapping/Driver.php';
  914.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  915.         $a = new \Doctrine\ORM\Configuration();
  916.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  917.         $c = ($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAttributeMetadataDriverService());
  918.         $d = ($this->privates['doctrine.orm.default_yml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultYmlMetadataDriverService());
  919.         $b->addDriver($c'App\\Entity');
  920.         $b->addDriver($c'LogistDadataBundle\\Entity');
  921.         $b->addDriver($c'League\\Bundle\\OAuth2ServerBundle\\Entity');
  922.         $b->addDriver($c'LogistAggregatorFieldsBundle\\Entity');
  923.         $b->addDriver($c'LogistClickHouseBundle\\Entity');
  924.         $b->addDriver($c'LogistCseBundle\\Entity');
  925.         $b->addDriver($c'LogistYagptBundle\\Entity');
  926.         $b->addDriver($c'LogistStatBundle\\Entity');
  927.         $b->addDriver($d'LogistPecomBundle\\Entity');
  928.         $b->addDriver($d'LogistDellinBundle\\Entity');
  929.         $b->addDriver($d'LogistJdeBundle\\Entity');
  930.         $b->addDriver(new \League\Bundle\OAuth2ServerBundle\Persistence\Mapping\Driver('League\\Bundle\\OAuth2ServerBundle\\Model\\Client'true), 'League\\Bundle\\OAuth2ServerBundle\\Model');
  931.         $a->setEntityNamespaces(['App' => 'App\\Entity''LogistDadataBundle' => 'LogistDadataBundle\\Entity''LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\Entity''LogistAggregatorFieldsBundle' => 'LogistAggregatorFieldsBundle\\Entity''LogistClickHouseBundle' => 'LogistClickHouseBundle\\Entity''LogistPecomBundle' => 'LogistPecomBundle\\Entity''LogistDellinBundle' => 'LogistDellinBundle\\Entity''LogistCseBundle' => 'LogistCseBundle\\Entity''LogistYagptBundle' => 'LogistYagptBundle\\Entity''LogistJdeBundle' => 'LogistJdeBundle\\Entity''LogistStatBundle' => 'LogistStatBundle\\Entity']);
  932.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  933.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  934.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  935.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  936.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  937.         $a->setProxyNamespace('Proxies');
  938.         $a->setAutoGenerateProxyClasses(true);
  939.         $a->setSchemaIgnoreClasses([]);
  940.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  941.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  942.         $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true))));
  943.         $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  944.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  945.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  946.         $a->addEntityNamespace('LeagueOAuth2ServerBundle''League\\Bundle\\OAuth2ServerBundle\\Model');
  947.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  948.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  949.         return $instance;
  950.     }
  951.     /**
  952.      * Gets the public 'doctrine.orm.second_entity_manager' shared service.
  953.      *
  954.      * @return \Doctrine\ORM\EntityManager
  955.      */
  956.     protected function getDoctrine_Orm_SecondEntityManagerService($lazyLoad true)
  957.     {
  958.         if ($lazyLoad) {
  959.             return $this->services['doctrine.orm.second_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  960.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  961.                     $wrappedInstance $this->getDoctrine_Orm_SecondEntityManagerService(false);
  962.                     $proxy->setProxyInitializer(null);
  963.                     return true;
  964.                 });
  965.             });
  966.         }
  967.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  968.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  969.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  970.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  971.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  972.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  973.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  974.         $a = new \Doctrine\ORM\Configuration();
  975.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  976.         $b->addDriver(($this->privates['doctrine.orm.second_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.second_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Entity')]))), 'App\\Entity');
  977.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  978.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  979.         $a->setQueryCache(($this->privates['cache.doctrine.orm.second.query'] ?? $this->getCache_Doctrine_Orm_Second_QueryService()));
  980.         $a->setResultCache(($this->privates['cache.doctrine.orm.second.result'] ?? $this->getCache_Doctrine_Orm_Second_ResultService()));
  981.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  982.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  983.         $a->setProxyNamespace('Proxies');
  984.         $a->setAutoGenerateProxyClasses(true);
  985.         $a->setSchemaIgnoreClasses([]);
  986.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  987.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  988.         $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true))));
  989.         $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  990.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  991.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  992.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.second_connection'] ?? $this->getDoctrine_Dbal_SecondConnectionService()), $a);
  993.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  994.         return $instance;
  995.     }
  996.     /**
  997.      * Gets the public 'event_dispatcher' shared service.
  998.      *
  999.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1000.      */
  1001.     protected function getEventDispatcherService()
  1002.     {
  1003.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1004.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1005.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1006.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1007.         $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())));
  1008.         $instance->addListener('kernel.exception', [=> #[\Closure(name'App\\EventListener\\ExceptionListener')] function () {
  1009.             return ($this->privates['App\\EventListener\\ExceptionListener'] ?? ($this->privates['App\\EventListener\\ExceptionListener'] = new \App\EventListener\ExceptionListener('dev')));
  1010.         }, => '__invoke'], 0);
  1011.         $instance->addListener('kernel.controller', [=> #[\Closure(name'data_collector.router', class: 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector')] function () {
  1012.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1013.         }, => 'onKernelController'], 0);
  1014.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.user_provider', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener')] function () {
  1015.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1016.         }, => 'checkPassport'], 1024);
  1017.         $instance->addListener('kernel.response', [=> #[\Closure(name'security.context_listener.0', class: 'Symfony\\Component\\Security\\Http\\Firewall\\ContextListener')] function () {
  1018.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1019.         }, => 'onKernelResponse'], 0);
  1020.         $instance->addListener('kernel.response', [=> #[\Closure(name'security.context_listener.1', class: 'Symfony\\Component\\Security\\Http\\Firewall\\ContextListener')] function () {
  1021.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1022.         }, => 'onKernelResponse'], 0);
  1023.         $instance->addListener('kernel.request', [=> #[\Closure(name'nelmio_cors.cors_listener', class: 'Nelmio\\CorsBundle\\EventListener\\CorsListener')] function () {
  1024.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1025.         }, => 'onKernelRequest'], 250);
  1026.         $instance->addListener('kernel.response', [=> #[\Closure(name'nelmio_cors.cors_listener', class: 'Nelmio\\CorsBundle\\EventListener\\CorsListener')] function () {
  1027.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1028.         }, => 'onKernelResponse'], 0);
  1029.         $instance->addListener('kernel.response', [=> #[\Closure(name'nelmio_cors.cacheable_response_vary_listener', class: 'Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener')] function () {
  1030.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1031.         }, => 'onResponse'], 0);
  1032.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.listener.request.add_format', class: 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener')] function () {
  1033.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1034.         }, => 'onKernelRequest'], 28);
  1035.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.listener.request.read', class: 'ApiPlatform\\Symfony\\EventListener\\ReadListener')] function () {
  1036.             return ($this->privates['api_platform.listener.request.read'] ?? $this->getApiPlatform_Listener_Request_ReadService());
  1037.         }, => 'onKernelRequest'], 4);
  1038.         $instance->addListener('kernel.view', [=> #[\Closure(name'api_platform.listener.view.write', class: 'ApiPlatform\\Symfony\\EventListener\\WriteListener')] function () {
  1039.             return ($this->privates['api_platform.listener.view.write'] ?? $this->load('getApiPlatform_Listener_View_WriteService'));
  1040.         }, => 'onKernelView'], 32);
  1041.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.listener.request.deserialize', class: 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener')] function () {
  1042.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  1043.         }, => 'onKernelRequest'], 2);
  1044.         $instance->addListener('kernel.view', [=> #[\Closure(name'api_platform.listener.view.serialize', class: 'ApiPlatform\\Symfony\\EventListener\\SerializeListener')] function () {
  1045.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  1046.         }, => 'onKernelView'], 16);
  1047.         $instance->addListener('kernel.view', [=> #[\Closure(name'api_platform.listener.view.respond', class: 'ApiPlatform\\Symfony\\EventListener\\RespondListener')] function () {
  1048.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  1049.         }, => 'onKernelView'], 8);
  1050.         $instance->addListener('kernel.exception', [=> #[\Closure(name'api_platform.listener.exception.validation', class: 'ApiPlatform\\Symfony\\Validator\\EventListener\\ValidationExceptionListener')] function () {
  1051.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  1052.         }, => 'onKernelException'], 0);
  1053.         $instance->addListener('kernel.exception', [=> #[\Closure(name'api_platform.listener.exception', class: 'ApiPlatform\\Symfony\\EventListener\\ExceptionListener')] function () {
  1054.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  1055.         }, => 'onKernelException'], -96);
  1056.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.swagger.listener.ui', class: 'ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener')] function () {
  1057.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  1058.         }, => 'onKernelRequest'], 0);
  1059.         $instance->addListener('kernel.response', [=> #[\Closure(name'api_platform.hydra.listener.response.add_link_header', class: 'ApiPlatform\\Hydra\\EventListener\\AddLinkHeaderListener')] function () {
  1060.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  1061.         }, => 'onKernelResponse'], 0);
  1062.         $instance->addListener('kernel.response', [=> #[\Closure(name'api_platform.http_cache.listener.response.configure', class: 'ApiPlatform\\HttpCache\\EventListener\\AddHeadersListener')] function () {
  1063.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1064.         }, => 'onKernelResponse'], -1);
  1065.         $instance->addListener('kernel.view', [=> #[\Closure(name'api_platform.listener.view.validate', class: 'ApiPlatform\\Symfony\\EventListener\\ValidateListener')] function () {
  1066.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  1067.         }, => 'onKernelView'], 64);
  1068.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.listener.view.validate_query_parameters', class: 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener')] function () {
  1069.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1070.         }, => 'onKernelRequest'], 16);
  1071.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.security.listener.request.deny_access', class: 'ApiPlatform\\Symfony\\EventListener\\DenyAccessListener')] function () {
  1072.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1073.         }, => 'onSecurity'], 3);
  1074.         $instance->addListener('kernel.request', [=> #[\Closure(name'api_platform.security.listener.request.deny_access', class: 'ApiPlatform\\Symfony\\EventListener\\DenyAccessListener')] function () {
  1075.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1076.         }, => 'onSecurityPostDenormalize'], 1);
  1077.         $instance->addListener('kernel.view', [=> #[\Closure(name'api_platform.security.listener.request.deny_access', class: 'ApiPlatform\\Symfony\\EventListener\\DenyAccessListener')] function () {
  1078.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1079.         }, => 'onSecurityPostValidation'], 63);
  1080.         $instance->addListener('cb.log.prerotate', [=> #[\Closure(name'LogistCronBundle\\EventListener\\CbLogPrerotateListener')] function () {
  1081.             return ($this->privates['LogistCronBundle\\EventListener\\CbLogPrerotateListener'] ?? ($this->privates['LogistCronBundle\\EventListener\\CbLogPrerotateListener'] = new \LogistCronBundle\EventListener\CbLogPrerotateListener()));
  1082.         }, => 'onPrerotate'], 0);
  1083.         $instance->addListener('cb.log.postrotate', [=> #[\Closure(name'LogistCronBundle\\EventListener\\CbLogPostrotateListener')] function () {
  1084.             return ($this->privates['LogistCronBundle\\EventListener\\CbLogPostrotateListener'] ?? ($this->privates['LogistCronBundle\\EventListener\\CbLogPostrotateListener'] = new \LogistCronBundle\EventListener\CbLogPostrotateListener()));
  1085.         }, => 'onPostrotate'], 0);
  1086.         $instance->addListener('kernel.request', [=> #[\Closure(name'LogistMaintenanceBundle\\EventListener\\MaintenanceListener')] function () {
  1087.             return ($this->privates['LogistMaintenanceBundle\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1088.         }, => 'onKernelRequest'], 11000);
  1089.         $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [=> #[\Closure(name'league.oauth2_server.listener.authorization_request_user_resolving', class: 'League\\Bundle\\OAuth2ServerBundle\\EventListener\\AuthorizationRequestUserResolvingListener')] function () {
  1090.             return ($this->privates['league.oauth2_server.listener.authorization_request_user_resolving'] ?? $this->load('getLeague_Oauth2Server_Listener_AuthorizationRequestUserResolvingService'));
  1091.         }, => 'onAuthorizationRequest'], 1024);
  1092.         $instance->addListener('league.oauth2_server.event.pre_save_client', [=> #[\Closure(name'League\\Bundle\\OAuth2ServerBundle\\EventListener\\AddClientDefaultScopesListener')] function () {
  1093.             return ($this->privates['League\\Bundle\\OAuth2ServerBundle\\EventListener\\AddClientDefaultScopesListener'] ?? $this->load('getAddClientDefaultScopesListenerService'));
  1094.         }, => '__invoke'], 0);
  1095.         $instance->addListener('kernel.response', [=> #[\Closure(name'response_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener')] function () {
  1096.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1097.         }, => 'onKernelResponse'], 0);
  1098.         $instance->addListener('kernel.request', [=> #[\Closure(name'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] function () {
  1099.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1100.         }, => 'setDefaultLocale'], 100);
  1101.         $instance->addListener('kernel.request', [=> #[\Closure(name'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] function () {
  1102.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1103.         }, => 'onKernelRequest'], 16);
  1104.         $instance->addListener('kernel.finish_request', [=> #[\Closure(name'locale_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener')] function () {
  1105.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1106.         }, => 'onKernelFinishRequest'], 0);
  1107.         $instance->addListener('kernel.request', [=> #[\Closure(name'validate_request_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener')] function () {
  1108.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1109.         }, => 'onKernelRequest'], 256);
  1110.         $instance->addListener('kernel.response', [=> #[\Closure(name'disallow_search_engine_index_response_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener')] function () {
  1111.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1112.         }, => 'onResponse'], -255);
  1113.         $instance->addListener('kernel.controller_arguments', [=> #[\Closure(name'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] function () {
  1114.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1115.         }, => 'onControllerArguments'], 0);
  1116.         $instance->addListener('kernel.exception', [=> #[\Closure(name'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] function () {
  1117.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1118.         }, => 'logKernelException'], 0);
  1119.         $instance->addListener('kernel.exception', [=> #[\Closure(name'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] function () {
  1120.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1121.         }, => 'onKernelException'], -128);
  1122.         $instance->addListener('kernel.response', [=> #[\Closure(name'exception_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener')] function () {
  1123.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1124.         }, => 'removeCspHeader'], -128);
  1125.         $instance->addListener('kernel.request', [=> #[\Closure(name'locale_aware_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener')] function () {
  1126.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1127.         }, => 'onKernelRequest'], 15);
  1128.         $instance->addListener('kernel.finish_request', [=> #[\Closure(name'locale_aware_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener')] function () {
  1129.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1130.         }, => 'onKernelFinishRequest'], -15);
  1131.         $instance->addListener('console.error', [=> #[\Closure(name'console.error_listener', class: 'Symfony\\Component\\Console\\EventListener\\ErrorListener')] function () {
  1132.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1133.         }, => 'onConsoleError'], -128);
  1134.         $instance->addListener('console.terminate', [=> #[\Closure(name'console.error_listener', class: 'Symfony\\Component\\Console\\EventListener\\ErrorListener')] function () {
  1135.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1136.         }, => 'onConsoleTerminate'], -128);
  1137.         $instance->addListener('console.error', [=> #[\Closure(name'console.suggest_missing_package_subscriber', class: 'Symfony\\Bundle\\FrameworkBundle\\EventListener\\SuggestMissingPackageSubscriber')] function () {
  1138.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1139.         }, => 'onConsoleError'], 0);
  1140.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> #[\Closure(name'mailer.envelope_listener', class: 'Symfony\\Component\\Mailer\\EventListener\\EnvelopeListener')] function () {
  1141.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener($this->getEnv('MAILER_SENDER'), [])));
  1142.         }, => 'onMessage'], -255);
  1143.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> #[\Closure(name'mailer.message_listener', class: 'Symfony\\Component\\Mailer\\EventListener\\MessageListener')] function () {
  1144.             return ($this->privates['mailer.message_listener'] ?? $this->load('getMailer_MessageListenerService'));
  1145.         }, => 'onMessage'], 0);
  1146.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> #[\Closure(name'mailer.message_logger_listener', class: 'Symfony\\Component\\Mailer\\EventListener\\MessageLoggerListener')] function () {
  1147.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1148.         }, => 'onMessage'], -255);
  1149.         $instance->addListener('kernel.request', [=> #[\Closure(name'debug.debug_handlers_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener')] function () {
  1150.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1151.         }, => 'configure'], 2048);
  1152.         $instance->addListener('console.command', [=> #[\Closure(name'debug.debug_handlers_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener')] function () {
  1153.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1154.         }, => 'configure'], 2048);
  1155.         $instance->addListener('kernel.request', [=> #[\Closure(name'router_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener')] function () {
  1156.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1157.         }, => 'onKernelRequest'], 32);
  1158.         $instance->addListener('kernel.finish_request', [=> #[\Closure(name'router_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener')] function () {
  1159.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1160.         }, => 'onKernelFinishRequest'], 0);
  1161.         $instance->addListener('kernel.exception', [=> #[\Closure(name'router_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener')] function () {
  1162.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1163.         }, => 'onKernelException'], -64);
  1164.         $instance->addListener('kernel.response', [=> #[\Closure(name'web_link.add_link_header_listener', class: 'Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener')] function () {
  1165.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1166.         }, => 'onKernelResponse'], 0);
  1167.         $instance->addListener('kernel.request', [=> #[\Closure(name'session_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener')] function () {
  1168.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1169.         }, => 'onKernelRequest'], 128);
  1170.         $instance->addListener('kernel.response', [=> #[\Closure(name'session_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener')] function () {
  1171.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1172.         }, => 'onKernelResponse'], -1000);
  1173.         $instance->addListener('kernel.response', [=> #[\Closure(name'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] function () {
  1174.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1175.         }, => 'onKernelResponse'], -100);
  1176.         $instance->addListener('kernel.exception', [=> #[\Closure(name'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] function () {
  1177.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1178.         }, => 'onKernelException'], 0);
  1179.         $instance->addListener('kernel.terminate', [=> #[\Closure(name'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] function () {
  1180.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1181.         }, => 'onKernelTerminate'], -1024);
  1182.         $instance->addListener('kernel.controller', [=> #[\Closure(name'data_collector.request', class: 'Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector')] function () {
  1183.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1184.         }, => 'onKernelController'], 0);
  1185.         $instance->addListener('kernel.response', [=> #[\Closure(name'data_collector.request', class: 'Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector')] function () {
  1186.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1187.         }, => 'onKernelResponse'], 0);
  1188.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> #[\Closure(name'twig.mailer.message_listener', class: 'Symfony\\Component\\Mailer\\EventListener\\MessageListener')] function () {
  1189.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1190.         }, => 'onMessage'], 0);
  1191.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.check_authenticator_credentials', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener')] function () {
  1192.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1193.         }, => 'checkPassport'], 0);
  1194.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> #[\Closure(name'security.listener.password_migrating', class: 'Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener')] function () {
  1195.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1196.         }, => 'onLoginSuccess'], 0);
  1197.         $instance->addListener('debug.security.authorization.vote', [=> #[\Closure(name'debug.security.voter.vote_listener', class: 'Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener')] function () {
  1198.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1199.         }, => 'onVoterVote'], 0);
  1200.         $instance->addListener('kernel.request', [=> #[\Closure(name'debug.security.firewall', class: 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener')] function () {
  1201.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1202.         }, => 'configureLogoutUrlGenerator'], 8);
  1203.         $instance->addListener('kernel.request', [=> #[\Closure(name'debug.security.firewall', class: 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener')] function () {
  1204.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1205.         }, => 'onKernelRequest'], 8);
  1206.         $instance->addListener('kernel.finish_request', [=> #[\Closure(name'debug.security.firewall', class: 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener')] function () {
  1207.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1208.         }, => 'onKernelFinishRequest'], 0);
  1209.         $instance->addListener('kernel.response', [=> #[\Closure(name'security.rememberme.response_listener', class: 'Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener')] function () {
  1210.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1211.         }, => 'onKernelResponse'], 0);
  1212.         $instance->addListener('console.command', [=> #[\Closure(name'monolog.handler.console', class: 'Symfony\\Bridge\\Monolog\\Handler\\ConsoleHandler')] function () {
  1213.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1214.         }, => 'onCommand'], 255);
  1215.         $instance->addListener('console.terminate', [=> #[\Closure(name'monolog.handler.console', class: 'Symfony\\Bridge\\Monolog\\Handler\\ConsoleHandler')] function () {
  1216.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1217.         }, => 'onTerminate'], -255);
  1218.         $instance->addListener('console.error', [=> #[\Closure(name'maker.console_error_listener', class: 'Symfony\\Bundle\\MakerBundle\\Event\\ConsoleErrorSubscriber')] function () {
  1219.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1220.         }, => 'onConsoleError'], 0);
  1221.         $instance->addListener('console.terminate', [=> #[\Closure(name'maker.console_error_listener', class: 'Symfony\\Bundle\\MakerBundle\\Event\\ConsoleErrorSubscriber')] function () {
  1222.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1223.         }, => 'onConsoleTerminate'], 0);
  1224.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'league.oauth2_server.listener.check_scope', class: 'League\\Bundle\\OAuth2ServerBundle\\Security\\EventListener\\CheckScopeListener')] function () {
  1225.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  1226.         }, => 'checkPassport'], 256);
  1227.         $instance->addListener('kernel.response', [=> #[\Closure(name'web_profiler.debug_toolbar', class: 'Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener')] function () {
  1228.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1229.         }, => 'onKernelResponse'], -128);
  1230.         $instance->addListener('console.command', [=> #[\Closure(name'debug.dump_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\DumpListener')] function () {
  1231.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1232.         }, => 'configure'], 1024);
  1233.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.csrf_protection', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener')] function () {
  1234.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1235.         }, => 'checkPassport'], 512);
  1236.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> #[\Closure(name'security.logout.listener.csrf_token_clearing', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfTokenClearingLogoutListener')] function () {
  1237.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1238.         }, => 'onLogout'], 0);
  1239.         return $instance;
  1240.     }
  1241.     /**
  1242.      * Gets the public 'http_kernel' shared service.
  1243.      *
  1244.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1245.      */
  1246.     protected function getHttpKernelService()
  1247.     {
  1248.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1249.         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['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 () {
  1250.             yield => ($this->privates['debug.argument_resolver.backed_enum_resolver'] ?? $this->load('getDebug_ArgumentResolver_BackedEnumResolverService'));
  1251.             yield => ($this->privates['debug.argument_resolver.datetime'] ?? $this->load('getDebug_ArgumentResolver_DatetimeService'));
  1252.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1253.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1254.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1255.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1256.             yield => ($this->privates['debug.api_platform.argument_resolver.payload'] ?? $this->load('getDebug_ApiPlatform_ArgumentResolver_PayloadService'));
  1257.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1258.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1259.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1260.             yield 10 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1261.         }, 11)), $a));
  1262.     }
  1263.     /**
  1264.      * Gets the public 'jms_serializer.authorization_checker' shared service.
  1265.      *
  1266.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1267.      */
  1268.     protected function getJmsSerializer_AuthorizationCheckerService()
  1269.     {
  1270.         return $this->services['jms_serializer.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), falsefalse);
  1271.     }
  1272.     /**
  1273.      * Gets the public 'monolog.logger.deprecation' shared service.
  1274.      *
  1275.      * @return \Symfony\Bridge\Monolog\Logger
  1276.      */
  1277.     protected function getMonolog_Logger_DeprecationService()
  1278.     {
  1279.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1280.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1281.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1282.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1283.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1284.         return $instance;
  1285.     }
  1286.     /**
  1287.      * Gets the public 'request_stack' shared service.
  1288.      *
  1289.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1290.      */
  1291.     protected function getRequestStackService()
  1292.     {
  1293.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1294.     }
  1295.     /**
  1296.      * Gets the public 'router' shared service.
  1297.      *
  1298.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1299.      */
  1300.     protected function getRouterService()
  1301.     {
  1302.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1303.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1304.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1305.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1306.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1307.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1308.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1309.         ], [
  1310.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1311.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'ru');
  1312.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1313.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1314.         return $instance;
  1315.     }
  1316.     /**
  1317.      * Gets the public 'translator' shared service.
  1318.      *
  1319.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1320.      */
  1321.     protected function getTranslatorService()
  1322.     {
  1323.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1324.     }
  1325.     /**
  1326.      * Gets the public 'var_dumper.cloner' shared service.
  1327.      *
  1328.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1329.      */
  1330.     protected function getVarDumper_ClonerService()
  1331.     {
  1332.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1333.         $instance->setMaxItems(2500);
  1334.         $instance->setMinDepth(1);
  1335.         $instance->setMaxString(-1);
  1336.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1337.         return $instance;
  1338.     }
  1339.     /**
  1340.      * Gets the private '.service_locator.KLVvNIq' shared service.
  1341.      *
  1342.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1343.      */
  1344.     protected function get_ServiceLocator_KLVvNIqService()
  1345.     {
  1346.         return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1347.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1348.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1349.         ], [
  1350.             'doctrine.ulid_generator' => '?',
  1351.             'doctrine.uuid_generator' => '?',
  1352.         ]);
  1353.     }
  1354.     /**
  1355.      * Gets the private '.service_locator.eqwQkEh' shared service.
  1356.      *
  1357.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1358.      */
  1359.     protected function get_ServiceLocator_EqwQkEhService()
  1360.     {
  1361.         return $this->privates['.service_locator.eqwQkEh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1362.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  1363.             'security.firewall.map.context.authentication_token' => ['privates''security.firewall.map.context.authentication_token''getSecurity_Firewall_Map_Context_AuthenticationTokenService'true],
  1364.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1365.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1366.         ], [
  1367.             'security.firewall.map.context.api' => '?',
  1368.             'security.firewall.map.context.authentication_token' => '?',
  1369.             'security.firewall.map.context.dev' => '?',
  1370.             'security.firewall.map.context.main' => '?',
  1371.         ]);
  1372.     }
  1373.     /**
  1374.      * Gets the private 'App\Service\ParserTranslator' shared autowired service.
  1375.      *
  1376.      * @return \App\Service\ParserTranslator
  1377.      */
  1378.     protected function getParserTranslatorService()
  1379.     {
  1380.         return $this->privates['App\\Service\\ParserTranslator'] = new \App\Service\ParserTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  1381.     }
  1382.     /**
  1383.      * Gets the private 'LogistMaintenanceBundle\EventListener\MaintenanceListener' shared service.
  1384.      *
  1385.      * @return \LogistMaintenanceBundle\EventListener\MaintenanceListener
  1386.      */
  1387.     protected function getMaintenanceListenerService()
  1388.     {
  1389.         return $this->privates['LogistMaintenanceBundle\\EventListener\\MaintenanceListener'] = new \LogistMaintenanceBundle\EventListener\MaintenanceListener(($this->privates['LogistMaintenanceBundle\\Service\\LogistMaintenancePlaceholderService'] ?? $this->getLogistMaintenancePlaceholderServiceService()));
  1390.     }
  1391.     /**
  1392.      * Gets the private 'LogistMaintenanceBundle\Service\LogistMaintenancePlaceholderService' shared service.
  1393.      *
  1394.      * @return \LogistMaintenanceBundle\Service\LogistMaintenancePlaceholderService
  1395.      */
  1396.     protected function getLogistMaintenancePlaceholderServiceService($lazyLoad true)
  1397.     {
  1398.         if ($lazyLoad) {
  1399.             return $this->privates['LogistMaintenanceBundle\\Service\\LogistMaintenancePlaceholderService'] = $this->createProxy('LogistMaintenancePlaceholderService_3162f25', function () {
  1400.                 return \LogistMaintenancePlaceholderService_3162f25::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1401.                     $wrappedInstance $this->getLogistMaintenancePlaceholderServiceService(false);
  1402.                     $proxy->setProxyInitializer(null);
  1403.                     return true;
  1404.                 });
  1405.             });
  1406.         }
  1407.         include_once \dirname(__DIR__4).'/vendor/logist/maintenance-bundle/src/LogistMaintenanceBundle/Service/LogistMaintenancePlaceholderService.php';
  1408.         return new \LogistMaintenanceBundle\Service\LogistMaintenancePlaceholderService(($this->privates['twig'] ?? $this->getTwigService()), ($this->privates['LogistRedisBundle\\Service\\RedisClient'] ?? $this->getRedisClientService()), 'Error/maintenance.html.twig', [=> 403=> 404]);
  1409.     }
  1410.     /**
  1411.      * Gets the private 'LogistRedisBundle\Service\RedisClient' shared service.
  1412.      *
  1413.      * @return \LogistRedisBundle\Service\RedisClient
  1414.      */
  1415.     protected function getRedisClientService($lazyLoad true)
  1416.     {
  1417.         if ($lazyLoad) {
  1418.             return $this->privates['LogistRedisBundle\\Service\\RedisClient'] = $this->createProxy('RedisClient_acbba5c', function () {
  1419.                 return \RedisClient_acbba5c::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1420.                     $wrappedInstance $this->getRedisClientService(false);
  1421.                     $proxy->setProxyInitializer(null);
  1422.                     return true;
  1423.                 });
  1424.             });
  1425.         }
  1426.         include_once \dirname(__DIR__4).'/vendor/logist/redis-bundle/src/LogistRedisBundle/Bridge/ThresholdCheckerInterface.php';
  1427.         include_once \dirname(__DIR__4).'/vendor/logist/redis-bundle/src/LogistRedisBundle/Service/RedisClient.php';
  1428.         return new \LogistRedisBundle\Service\RedisClient($this->getEnv('resolve:REDIS_HOST'), $this->getEnv('int:REDIS_PORT'), $this->getEnv('resolve:REDIS_USERNAME'), $this->getEnv('resolve:REDIS_PASSWORD'), $this->getEnv('resolve:REDIS_PREFIX'), true);
  1429.     }
  1430.     /**
  1431.      * Gets the private 'annotations.cache_adapter' shared service.
  1432.      *
  1433.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1434.      */
  1435.     protected function getAnnotations_CacheAdapterService()
  1436.     {
  1437.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1438.     }
  1439.     /**
  1440.      * Gets the private 'annotations.cached_reader' shared service.
  1441.      *
  1442.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1443.      */
  1444.     protected function getAnnotations_CachedReaderService()
  1445.     {
  1446.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1447.     }
  1448.     /**
  1449.      * Gets the private 'annotations.reader' shared service.
  1450.      *
  1451.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1452.      */
  1453.     protected function getAnnotations_ReaderService()
  1454.     {
  1455.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1456.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1457.         $a->registerUniqueLoader('class_exists');
  1458.         $instance->addGlobalIgnoredName('required'$a);
  1459.         return $instance;
  1460.     }
  1461.     /**
  1462.      * Gets the private 'api_platform.api.identifiers_extractor' shared service.
  1463.      *
  1464.      * @return \ApiPlatform\Api\IdentifiersExtractor
  1465.      */
  1466.     protected function getApiPlatform_Api_IdentifiersExtractorService()
  1467.     {
  1468.         return $this->privates['api_platform.api.identifiers_extractor'] = new \ApiPlatform\Api\IdentifiersExtractor(($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), ($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['property_accessor'] ?? $this->getPropertyAccessorService()));
  1469.     }
  1470.     /**
  1471.      * Gets the private 'api_platform.cache.metadata.property' shared service.
  1472.      *
  1473.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1474.      */
  1475.     protected function getApiPlatform_Cache_Metadata_PropertyService()
  1476.     {
  1477.         return $this->privates['api_platform.cache.metadata.property'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1478.     }
  1479.     /**
  1480.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  1481.      *
  1482.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1483.      */
  1484.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  1485.     {
  1486.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1487.     }
  1488.     /**
  1489.      * Gets the private 'api_platform.cache.metadata.resource_collection' shared service.
  1490.      *
  1491.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1492.      */
  1493.     protected function getApiPlatform_Cache_Metadata_ResourceCollectionService()
  1494.     {
  1495.         return $this->privates['api_platform.cache.metadata.resource_collection'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1496.     }
  1497.     /**
  1498.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  1499.      *
  1500.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1501.      */
  1502.     protected function getApiPlatform_Cache_RouteNameResolverService()
  1503.     {
  1504.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1505.     }
  1506.     /**
  1507.      * Gets the private 'api_platform.filter_locator' shared service.
  1508.      *
  1509.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1510.      */
  1511.     protected function getApiPlatform_FilterLocatorService()
  1512.     {
  1513.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1514.             'App\\Filter\\LogicFilter' => ['privates''App\\Filter\\LogicFilter''getLogicFilterService'true],
  1515.             'annotated_app_entity_tender_api_platform_doctrine_orm_filter_date_filter' => ['privates''annotated_app_entity_tender_api_platform_doctrine_orm_filter_date_filter''getAnnotatedAppEntityTenderApiPlatformDoctrineOrmFilterDateFilterService'true],
  1516.             'annotated_app_entity_tender_api_platform_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_tender_api_platform_doctrine_orm_filter_order_filter''getAnnotatedAppEntityTenderApiPlatformDoctrineOrmFilterOrderFilterService'true],
  1517.             'annotated_app_entity_tender_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_tender_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityTenderApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1518.             'annotated_app_entity_tender_app_filter_logic_filter' => ['privates''annotated_app_entity_tender_app_filter_logic_filter''getAnnotatedAppEntityTenderAppFilterLogicFilterService'true],
  1519.             'annotated_app_entity_tender_response_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_tender_response_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityTenderResponseApiPlatformDoctrineOrmFilterSearchFilterService'true],
  1520.         ], [
  1521.             'App\\Filter\\LogicFilter' => '?',
  1522.             'annotated_app_entity_tender_api_platform_doctrine_orm_filter_date_filter' => '?',
  1523.             'annotated_app_entity_tender_api_platform_doctrine_orm_filter_order_filter' => '?',
  1524.             'annotated_app_entity_tender_api_platform_doctrine_orm_filter_search_filter' => '?',
  1525.             'annotated_app_entity_tender_app_filter_logic_filter' => '?',
  1526.             'annotated_app_entity_tender_response_api_platform_doctrine_orm_filter_search_filter' => '?',
  1527.         ]);
  1528.     }
  1529.     /**
  1530.      * Gets the private 'api_platform.graphql.cache.subscription' shared service.
  1531.      *
  1532.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1533.      */
  1534.     protected function getApiPlatform_Graphql_Cache_SubscriptionService()
  1535.     {
  1536.         return $this->privates['api_platform.graphql.cache.subscription'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('9toSYAoiR6'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1537.     }
  1538.     /**
  1539.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  1540.      *
  1541.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  1542.      */
  1543.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  1544.     {
  1545.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL, ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()));
  1546.     }
  1547.     /**
  1548.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  1549.      *
  1550.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  1551.      */
  1552.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  1553.     {
  1554.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  1555.     }
  1556.     /**
  1557.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  1558.      *
  1559.      * @return \ApiPlatform\JsonLd\ContextBuilder
  1560.      */
  1561.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  1562.     {
  1563.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_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()), ($this->privates['api_platform.symfony.iri_converter.skolem'] ?? $this->getApiPlatform_Symfony_IriConverter_SkolemService()), NULL);
  1564.     }
  1565.     /**
  1566.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  1567.      *
  1568.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  1569.      */
  1570.     protected function getApiPlatform_Listener_Request_AddFormatService()
  1571.     {
  1572.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()), $this->parameters['api_platform.formats']);
  1573.     }
  1574.     /**
  1575.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  1576.      *
  1577.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  1578.      */
  1579.     protected function getApiPlatform_Listener_Request_DeserializeService()
  1580.     {
  1581.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->privates['debug.serializer'] ?? $this->getDebug_SerializerService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()));
  1582.     }
  1583.     /**
  1584.      * Gets the private 'api_platform.listener.request.read' shared service.
  1585.      *
  1586.      * @return \ApiPlatform\Symfony\EventListener\ReadListener
  1587.      */
  1588.     protected function getApiPlatform_Listener_Request_ReadService()
  1589.     {
  1590.         return $this->privates['api_platform.listener.request.read'] = new \ApiPlatform\Symfony\EventListener\ReadListener(($this->privates['api_platform.state_provider.locator'] ?? $this->getApiPlatform_StateProvider_LocatorService()), ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.uri_variables.converter'] ?? $this->getApiPlatform_UriVariables_ConverterService()));
  1591.     }
  1592.     /**
  1593.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  1594.      *
  1595.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  1596.      */
  1597.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  1598.     {
  1599.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(new \ApiPlatform\Api\QueryParameterValidator\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService())), ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()), true);
  1600.     }
  1601.     /**
  1602.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached' shared service.
  1603.      *
  1604.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyMetadataFactory
  1605.      */
  1606.     protected function getApiPlatform_Metadata_Property_MetadataFactory_CachedService()
  1607.     {
  1608.         return $this->privates['api_platform.metadata.property.metadata_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.yaml'] ?? ($this->privates['api_platform.metadata.property_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\AttributePropertyMetadataFactory(new \ApiPlatform\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyMetadataFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.xml'] ?? ($this->privates['api_platform.metadata.property_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlPropertyExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()))))), new RewindableGenerator(function () {
  1609.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  1610.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  1611.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  1612.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  1613.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  1614.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  1615.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  1616.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  1617.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  1618.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  1619.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  1620.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  1621.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  1622.         }, 13)));
  1623.     }
  1624.     /**
  1625.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  1626.      *
  1627.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  1628.      */
  1629.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  1630.     {
  1631.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.property_extractor.yaml'] ?? ($this->privates['api_platform.metadata.property_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.property_extractor.xml'] ?? ($this->privates['api_platform.metadata.property_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService())))));
  1632.     }
  1633.     /**
  1634.      * Gets the private 'api_platform.metadata.resource.metadata_collection_factory.cached' shared service.
  1635.      *
  1636.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceMetadataCollectionFactory
  1637.      */
  1638.     protected function getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()
  1639.     {
  1640.         $a = ($this->services['doctrine'] ?? $this->getDoctrineService());
  1641.         $b = new \ApiPlatform\Metadata\Resource\Factory\LinkFactory(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.xml'] ?? ($this->privates['api_platform.metadata.property_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.yaml'] ?? ($this->privates['api_platform.metadata.property_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\AttributePropertyMetadataFactory(new \ApiPlatform\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory($a, new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyMetadataFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService())))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  1642.         $c = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  1643.         return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceMetadataCollectionFactory(($this->privates['api_platform.cache.metadata.resource_collection'] ?? $this->getApiPlatform_Cache_Metadata_ResourceCollectionService()), new \ApiPlatform\Doctrine\Orm\Metadata\Resource\DoctrineOrmResourceCollectionMetadataFactory($a, new \ApiPlatform\Metadata\Resource\Factory\PhpDocResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\AlternateUriResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\FiltersResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\FormatsResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\InputOutputResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\OperationNameResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\LinkResourceMetadataCollectionFactory($b, new \ApiPlatform\Metadata\Resource\Factory\UriTemplateResourceMetadataCollectionFactory($b, new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator(), new \ApiPlatform\Metadata\Resource\Factory\NotExposedOperationResourceMetadataCollectionFactory($b, new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory(($this->privates['api_platform.metadata.resource_extractor.yaml'] ?? ($this->privates['api_platform.metadata.resource_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlResourceExtractor([], $this))), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory(($this->privates['api_platform.metadata.resource_extractor.xml'] ?? ($this->privates['api_platform.metadata.resource_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlResourceExtractor([], $this))), new \ApiPlatform\Metadata\Resource\Factory\AttributesResourceMetadataCollectionFactory(NULL$c$this->parameters['api_platform.defaults'], true), $this->parameters['api_platform.defaults'], $c), $this->parameters['api_platform.defaults'], $c)))))), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']))))));
  1644.     }
  1645.     /**
  1646.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  1647.      *
  1648.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  1649.      */
  1650.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  1651.     {
  1652.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.resource_extractor.yaml'] ?? ($this->privates['api_platform.metadata.resource_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlResourceExtractor([], $this))), new \ApiPlatform\Metadata\Resource\Factory\AttributesResourceNameCollectionFactory($this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.resource_extractor.xml'] ?? ($this->privates['api_platform.metadata.resource_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlResourceExtractor([], $this)))))));
  1653.     }
  1654.     /**
  1655.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  1656.      *
  1657.      * @return \ApiPlatform\Api\ResourceClassResolver
  1658.      */
  1659.     protected function getApiPlatform_ResourceClassResolverService()
  1660.     {
  1661.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  1662.     }
  1663.     /**
  1664.      * Gets the private 'api_platform.router' shared service.
  1665.      *
  1666.      * @return \ApiPlatform\Symfony\Routing\Router
  1667.      */
  1668.     protected function getApiPlatform_RouterService()
  1669.     {
  1670.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  1671.     }
  1672.     /**
  1673.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  1674.      *
  1675.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  1676.      */
  1677.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  1678.     {
  1679.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));
  1680.     }
  1681.     /**
  1682.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  1683.      *
  1684.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  1685.      */
  1686.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  1687.     {
  1688.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['jms_serializer.authorization_checker'] ?? $this->getJmsSerializer_AuthorizationCheckerService()), false);
  1689.     }
  1690.     /**
  1691.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  1692.      *
  1693.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  1694.      */
  1695.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  1696.     {
  1697.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  1698.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), new \ApiPlatform\Serializer\SerializerContextBuilder($a));
  1699.     }
  1700.     /**
  1701.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  1702.      *
  1703.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  1704.      */
  1705.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  1706.     {
  1707.         return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))])));
  1708.     }
  1709.     /**
  1710.      * Gets the private 'api_platform.state_provider.locator' shared service.
  1711.      *
  1712.      * @return \ApiPlatform\State\CallableProvider
  1713.      */
  1714.     protected function getApiPlatform_StateProvider_LocatorService()
  1715.     {
  1716.         return $this->privates['api_platform.state_provider.locator'] = new \ApiPlatform\State\CallableProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1717.             'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider' => ['privates''api_platform.doctrine.orm.state.collection_provider''getApiPlatform_Doctrine_Orm_State_CollectionProviderService'true],
  1718.             'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider' => ['privates''api_platform.doctrine.orm.state.item_provider''getApiPlatform_Doctrine_Orm_State_ItemProviderService'true],
  1719.             'ApiPlatform\\State\\CreateProvider' => ['privates''api_platform.state_provider.create''getApiPlatform_StateProvider_CreateService'true],
  1720.             'ApiPlatform\\State\\ObjectProvider' => ['privates''api_platform.state_provider.object''getApiPlatform_StateProvider_ObjectService'true],
  1721.             'App\\Provider\\CachedAppraiseProvider' => ['privates''App\\Provider\\CachedAppraiseProvider''getCachedAppraiseProviderService'true],
  1722.             'App\\Provider\\CompositeAuthCheckProvider' => ['privates''App\\Provider\\CompositeAuthCheckProvider''getCompositeAuthCheckProviderService'true],
  1723.             'App\\Provider\\CompositePackageProvider' => ['privates''App\\Provider\\CompositePackageProvider''getCompositePackageProviderService'true],
  1724.             'LogistDadataBundle\\Graphql\\Provider\\DadataCityProvider' => ['privates''LogistDadataBundle\\Graphql\\Provider\\DadataCityProvider''getDadataCityProviderService'true],
  1725.             'LogistDellinBundle\\Graphql\\Provider\\DellinCityProvider' => ['privates''LogistDellinBundle\\Graphql\\Provider\\DellinCityProvider''getDellinCityProviderService'true],
  1726.             'LogistDellinBundle\\Graphql\\Provider\\DellinCounteragentProvider' => ['privates''LogistDellinBundle\\Graphql\\Provider\\DellinCounteragentProvider''getDellinCounteragentProviderService'true],
  1727.             'LogistDellinBundle\\Graphql\\Provider\\DellinCountryProvider' => ['privates''LogistDellinBundle\\Graphql\\Provider\\DellinCountryProvider''getDellinCountryProviderService'true],
  1728.             'LogistDellinBundle\\Graphql\\Provider\\DellinFreightTypeProvider' => ['privates''LogistDellinBundle\\Graphql\\Provider\\DellinFreightTypeProvider''getDellinFreightTypeProviderService'true],
  1729.             'LogistDellinBundle\\Graphql\\Provider\\DellinOpfProvider' => ['privates''LogistDellinBundle\\Graphql\\Provider\\DellinOpfProvider''getDellinOpfProviderService'true],
  1730.             'LogistDellinBundle\\Graphql\\Provider\\DellinPackageProvider' => ['privates''LogistDellinBundle\\Graphql\\Provider\\DellinPackageProvider''getDellinPackageProviderService'true],
  1731.             'LogistDellinBundle\\Graphql\\Provider\\DellinRequirementProvider' => ['privates''LogistDellinBundle\\Graphql\\Provider\\DellinRequirementProvider''getDellinRequirementProviderService'true],
  1732.             'LogistJdeBundle\\Graphql\\Provider\\JdePaymentCityProvider' => ['privates''LogistJdeBundle\\Graphql\\Provider\\JdePaymentCityProvider''getJdePaymentCityProviderService'true],
  1733.             'LogistPecomBundle\\Graphql\\Provider\\PecomCityProvider' => ['privates''LogistPecomBundle\\Graphql\\Provider\\PecomCityProvider''getPecomCityProviderService'true],
  1734.             'LogistPecomBundle\\Graphql\\Provider\\PecomIdentityTypeProvider' => ['privates''LogistPecomBundle\\Graphql\\Provider\\PecomIdentityTypeProvider''getPecomIdentityTypeProviderService'true],
  1735.             'api_platform.doctrine.orm.state.collection_provider' => ['privates''api_platform.doctrine.orm.state.collection_provider''getApiPlatform_Doctrine_Orm_State_CollectionProviderService'true],
  1736.             'api_platform.doctrine.orm.state.item_provider' => ['privates''api_platform.doctrine.orm.state.item_provider''getApiPlatform_Doctrine_Orm_State_ItemProviderService'true],
  1737.             'api_platform.state_provider.create' => ['privates''api_platform.state_provider.create''getApiPlatform_StateProvider_CreateService'true],
  1738.             'api_platform.state_provider.object' => ['privates''api_platform.state_provider.object''getApiPlatform_StateProvider_ObjectService'true],
  1739.         ], [
  1740.             'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider' => 'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider',
  1741.             'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider' => 'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider',
  1742.             'ApiPlatform\\State\\CreateProvider' => 'ApiPlatform\\State\\CreateProvider',
  1743.             'ApiPlatform\\State\\ObjectProvider' => 'ApiPlatform\\State\\ObjectProvider',
  1744.             'App\\Provider\\CachedAppraiseProvider' => 'App\\Provider\\CachedAppraiseProvider',
  1745.             'App\\Provider\\CompositeAuthCheckProvider' => 'App\\Provider\\CompositeAuthCheckProvider',
  1746.             'App\\Provider\\CompositePackageProvider' => 'App\\Provider\\CompositePackageProvider',
  1747.             'LogistDadataBundle\\Graphql\\Provider\\DadataCityProvider' => 'LogistDadataBundle\\Graphql\\Provider\\DadataCityProvider',
  1748.             'LogistDellinBundle\\Graphql\\Provider\\DellinCityProvider' => 'LogistDellinBundle\\Graphql\\Provider\\DellinCityProvider',
  1749.             'LogistDellinBundle\\Graphql\\Provider\\DellinCounteragentProvider' => 'LogistDellinBundle\\Graphql\\Provider\\DellinCounteragentProvider',
  1750.             'LogistDellinBundle\\Graphql\\Provider\\DellinCountryProvider' => 'LogistDellinBundle\\Graphql\\Provider\\DellinCountryProvider',
  1751.             'LogistDellinBundle\\Graphql\\Provider\\DellinFreightTypeProvider' => 'LogistDellinBundle\\Graphql\\Provider\\DellinFreightTypeProvider',
  1752.             'LogistDellinBundle\\Graphql\\Provider\\DellinOpfProvider' => 'LogistDellinBundle\\Graphql\\Provider\\DellinOpfProvider',
  1753.             'LogistDellinBundle\\Graphql\\Provider\\DellinPackageProvider' => 'LogistDellinBundle\\Graphql\\Provider\\DellinPackageProvider',
  1754.             'LogistDellinBundle\\Graphql\\Provider\\DellinRequirementProvider' => 'LogistDellinBundle\\Graphql\\Provider\\DellinRequirementProvider',
  1755.             'LogistJdeBundle\\Graphql\\Provider\\JdePaymentCityProvider' => 'LogistJdeBundle\\Graphql\\Provider\\JdePaymentCityProvider',
  1756.             'LogistPecomBundle\\Graphql\\Provider\\PecomCityProvider' => 'LogistPecomBundle\\Graphql\\Provider\\PecomCityProvider',
  1757.             'LogistPecomBundle\\Graphql\\Provider\\PecomIdentityTypeProvider' => 'LogistPecomBundle\\Graphql\\Provider\\PecomIdentityTypeProvider',
  1758.             'api_platform.doctrine.orm.state.collection_provider' => 'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider',
  1759.             'api_platform.doctrine.orm.state.item_provider' => 'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider',
  1760.             'api_platform.state_provider.create' => 'ApiPlatform\\State\\CreateProvider',
  1761.             'api_platform.state_provider.object' => 'ApiPlatform\\State\\ObjectProvider',
  1762.         ]));
  1763.     }
  1764.     /**
  1765.      * Gets the private 'api_platform.symfony.iri_converter' shared service.
  1766.      *
  1767.      * @return \ApiPlatform\Symfony\Routing\IriConverter
  1768.      */
  1769.     protected function getApiPlatform_Symfony_IriConverterService()
  1770.     {
  1771.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  1772.         return $this->privates['api_platform.symfony.iri_converter'] = new \ApiPlatform\Symfony\Routing\IriConverter(($this->privates['api_platform.state_provider.locator'] ?? $this->getApiPlatform_StateProvider_LocatorService()), ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), ($this->privates['api_platform.api.identifiers_extractor'] ?? $this->getApiPlatform_Api_IdentifiersExtractorService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), $a, ($this->privates['api_platform.uri_variables.converter'] ?? $this->getApiPlatform_UriVariables_ConverterService()), ($this->privates['api_platform.symfony.iri_converter.skolem'] ?? $this->getApiPlatform_Symfony_IriConverter_SkolemService()), new \ApiPlatform\Metadata\Operation\Factory\OperationMetadataFactory(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), $a));
  1773.     }
  1774.     /**
  1775.      * Gets the private 'api_platform.symfony.iri_converter.skolem' shared service.
  1776.      *
  1777.      * @return \ApiPlatform\Symfony\Routing\SkolemIriConverter
  1778.      */
  1779.     protected function getApiPlatform_Symfony_IriConverter_SkolemService()
  1780.     {
  1781.         return $this->privates['api_platform.symfony.iri_converter.skolem'] = new \ApiPlatform\Symfony\Routing\SkolemIriConverter(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  1782.     }
  1783.     /**
  1784.      * Gets the private 'api_platform.uri_variables.converter' shared service.
  1785.      *
  1786.      * @return \ApiPlatform\Api\UriVariablesConverter
  1787.      */
  1788.     protected function getApiPlatform_UriVariables_ConverterService()
  1789.     {
  1790.         return $this->privates['api_platform.uri_variables.converter'] = new \ApiPlatform\Api\UriVariablesConverter(($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()), new RewindableGenerator(function () {
  1791.             yield => ($this->privates['api_platform.uri_variables.transformer.integer'] ?? ($this->privates['api_platform.uri_variables.transformer.integer'] = new \ApiPlatform\Api\UriVariableTransformer\IntegerUriVariableTransformer()));
  1792.             yield => ($this->privates['api_platform.uri_variables.transformer.date_time'] ?? ($this->privates['api_platform.uri_variables.transformer.date_time'] = new \ApiPlatform\Api\UriVariableTransformer\DateTimeUriVariableTransformer()));
  1793.         }, 2));
  1794.     }
  1795.     /**
  1796.      * Gets the private 'cache.annotations' shared service.
  1797.      *
  1798.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1799.      */
  1800.     protected function getCache_AnnotationsService()
  1801.     {
  1802.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('G7GYmZblZ3'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1803.     }
  1804.     /**
  1805.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1806.      *
  1807.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1808.      */
  1809.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1810.     {
  1811.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1812.     }
  1813.     /**
  1814.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1815.      *
  1816.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1817.      */
  1818.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1819.     {
  1820.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1821.     }
  1822.     /**
  1823.      * Gets the private 'cache.doctrine.orm.second.query' shared service.
  1824.      *
  1825.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1826.      */
  1827.     protected function getCache_Doctrine_Orm_Second_QueryService()
  1828.     {
  1829.         return $this->privates['cache.doctrine.orm.second.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1830.     }
  1831.     /**
  1832.      * Gets the private 'cache.doctrine.orm.second.result' shared service.
  1833.      *
  1834.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1835.      */
  1836.     protected function getCache_Doctrine_Orm_Second_ResultService()
  1837.     {
  1838.         return $this->privates['cache.doctrine.orm.second.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1839.     }
  1840.     /**
  1841.      * Gets the private 'cache.property_info' shared service.
  1842.      *
  1843.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1844.      */
  1845.     protected function getCache_PropertyInfoService()
  1846.     {
  1847.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PKgCmmnIpi'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1848.     }
  1849.     /**
  1850.      * Gets the private 'cache.security_expression_language' shared service.
  1851.      *
  1852.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1853.      */
  1854.     protected function getCache_SecurityExpressionLanguageService()
  1855.     {
  1856.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('w7wL9-72r9'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1857.     }
  1858.     /**
  1859.      * Gets the private 'cache.security_token_verifier' shared service.
  1860.      *
  1861.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1862.      */
  1863.     protected function getCache_SecurityTokenVerifierService()
  1864.     {
  1865.         return $this->privates['cache.security_token_verifier'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('oOOapKXq37'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1866.     }
  1867.     /**
  1868.      * Gets the private 'cache.serializer' shared service.
  1869.      *
  1870.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1871.      */
  1872.     protected function getCache_SerializerService()
  1873.     {
  1874.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('3+hBJEttT7'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1875.     }
  1876.     /**
  1877.      * Gets the private 'cache.validator' shared service.
  1878.      *
  1879.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1880.      */
  1881.     protected function getCache_ValidatorService()
  1882.     {
  1883.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('WnMfpwLM01'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1884.     }
  1885.     /**
  1886.      * Gets the private 'config_cache_factory' shared service.
  1887.      *
  1888.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1889.      */
  1890.     protected function getConfigCacheFactoryService()
  1891.     {
  1892.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1893.             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)));
  1894.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1895.         }, 2));
  1896.     }
  1897.     /**
  1898.      * Gets the private 'data_collector.request' shared service.
  1899.      *
  1900.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1901.      */
  1902.     protected function getDataCollector_RequestService()
  1903.     {
  1904.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1905.     }
  1906.     /**
  1907.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1908.      *
  1909.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1910.      */
  1911.     protected function getDebug_DebugHandlersListenerService()
  1912.     {
  1913.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1914.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1915.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1916.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1917.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1918.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  1919.     }
  1920.     /**
  1921.      * Gets the private 'debug.file_link_formatter' shared service.
  1922.      *
  1923.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1924.      */
  1925.     protected function getDebug_FileLinkFormatterService()
  1926.     {
  1927.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter($this->getEnv('default::SYMFONY_IDE'), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__4), #[\Closure(name'debug.file_link_formatter.url_format', class: 'string')] function () {
  1928.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1929.         });
  1930.     }
  1931.     /**
  1932.      * Gets the private 'debug.log_processor' shared service.
  1933.      *
  1934.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1935.      */
  1936.     protected function getDebug_LogProcessorService()
  1937.     {
  1938.         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())));
  1939.     }
  1940.     /**
  1941.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1942.      *
  1943.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1944.      */
  1945.     protected function getDebug_Security_Access_DecisionManagerService()
  1946.     {
  1947.         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 () {
  1948.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1949.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  1950.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  1951.             yield => ($this->privates['debug.security.voter.LogistCompositeBundle\\Security\\CompositeTenderVoter'] ?? $this->load('getCompositeTenderVoter2Service'));
  1952.             yield => ($this->privates['debug.security.voter.LogistCompositeBundle\\Security\\CompositeUserVoter'] ?? $this->load('getCompositeUserVoter2Service'));
  1953.         }, 5), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1954.     }
  1955.     /**
  1956.      * Gets the private 'debug.security.firewall' shared service.
  1957.      *
  1958.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1959.      */
  1960.     protected function getDebug_Security_FirewallService()
  1961.     {
  1962.         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()));
  1963.     }
  1964.     /**
  1965.      * Gets the private 'debug.serializer' shared service.
  1966.      *
  1967.      * @return \Symfony\Component\Serializer\Debug\TraceableSerializer
  1968.      */
  1969.     protected function getDebug_SerializerService()
  1970.     {
  1971.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1972.         $b = ($this->privates['serializer.data_collector'] ?? ($this->privates['serializer.data_collector'] = new \Symfony\Component\Serializer\DataCollector\SerializerDataCollector()));
  1973.         $c = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1974.         $d = new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL), $b);
  1975.         $e = new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$a$c)], [=> $d])), $b)), $b);
  1976.         $f = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1977.         $g = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1978.         $h = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  1979.         $i = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1980.         $j = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  1981.         $k = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1982.         $l = ($this->privates['api_platform.symfony.iri_converter'] ?? $this->getApiPlatform_Symfony_IriConverterService());
  1983.         $m = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  1984.         $n = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  1985.         $o = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  1986.         $p = ($this->privates['api_platform.api.identifiers_extractor'] ?? $this->getApiPlatform_Api_IdentifiersExtractorService());
  1987.         $q = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($n);
  1988.         $r = new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($n$g$a$c$qNULL), $b);
  1989.         return $this->privates['debug.serializer'] = new \Symfony\Component\Serializer\Debug\TraceableSerializer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), $b), => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Serializer\Exception\PhoneExceptionNormalizer(), $b), => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \App\Serializer\Exception\TypeValidationExceptionNormalizer(($this->privates['App\\Service\\ParserTranslator'] ?? $this->getParserTranslatorService()), $this->parameters['graphqlValidationNormalizerMapping']), $b), => $e=> new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($f, [], $g), $b), => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $g), $b), => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\GraphQl\Serializer\Exception\ValidationExceptionNormalizer($this->parameters['api_platform.exception_to_status']), $b), => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\GraphQl\Serializer\Exception\HttpExceptionNormalizer(), $b), => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\GraphQl\Serializer\Exception\RuntimeExceptionNormalizer(), $b), => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\GraphQl\Serializer\Exception\ErrorNormalizer(), $b), 10 => $e11 => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($h$i$j$k$f$g), $b), 12 => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($h$l$f), $b), 13 => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($ftrue), $b), 14 => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), $b), 15 => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), $b), 16 => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), $b), 17 => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($h$i$j$l$k$m$a$g$n, [], $o), $b), 18 => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\GraphQl\Serializer\ItemNormalizer($i$j$l$p$k$a$g$nNULL$h$o), $b), 19 => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Serializer\ItemNormalizer($i$j$l$k$a$g$nNULL$h$o), $b), 20 => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), $b), 21 => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $g), $b), 22 => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($n$g$c$qNULL)), $b), 23 => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), $b), 24 => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), $b), 25 => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), $b), 26 => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), $b), 27 => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), $b), 28 => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), $b), 29 => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($m$k$lNULL, []), 'page''pagination'$h$a), $h$k, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService())), $b), 30 => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), $b), 31 => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($r$l$m), $b), 32 => new \Symfony\Component\Serializer\Debug\TraceableNormalizer(new \ApiPlatform\GraphQl\Serializer\ObjectNormalizer($r$l$p), $b), 33 => $r], [=> new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\XmlEncoder(), $b), => $d=> new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), $b), => new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \Symfony\Component\Serializer\Encoder\CsvEncoder(), $b), => new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \ApiPlatform\Serializer\JsonEncoder('jsonld'), $b), => new \Symfony\Component\Serializer\Debug\TraceableEncoder(new \ApiPlatform\Serializer\JsonEncoder('jsonproblem'), $b)]), $b);
  1990.     }
  1991.     /**
  1992.      * Gets the private 'debug.validator' shared service.
  1993.      *
  1994.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1995.      */
  1996.     protected function getDebug_ValidatorService()
  1997.     {
  1998.         return $this->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1999.     }
  2000.     /**
  2001.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  2002.      *
  2003.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  2004.      */
  2005.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  2006.     {
  2007.         return $this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']);
  2008.     }
  2009.     /**
  2010.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  2011.      *
  2012.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  2013.      */
  2014.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  2015.     {
  2016.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2017.             'App\\Repository\\CargoPlaceRepository' => ['privates''App\\Repository\\CargoPlaceRepository''getCargoPlaceRepositoryService'true],
  2018.             'App\\Repository\\OrganizationRepository' => ['privates''App\\Repository\\OrganizationRepository''getOrganizationRepositoryService'true],
  2019.             'App\\Repository\\TenderPointRepository' => ['privates''App\\Repository\\TenderPointRepository''getTenderPointRepositoryService'true],
  2020.             'App\\Repository\\TenderRepository' => ['privates''App\\Repository\\TenderRepository''getTenderRepositoryService'true],
  2021.             'App\\Repository\\TenderResponseRepository' => ['privates''App\\Repository\\TenderResponseRepository''getTenderResponseRepositoryService'true],
  2022.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  2023.         ], [
  2024.             'App\\Repository\\CargoPlaceRepository' => '?',
  2025.             'App\\Repository\\OrganizationRepository' => '?',
  2026.             'App\\Repository\\TenderPointRepository' => '?',
  2027.             'App\\Repository\\TenderRepository' => '?',
  2028.             'App\\Repository\\TenderResponseRepository' => '?',
  2029.             'App\\Repository\\UserRepository' => '?',
  2030.         ]));
  2031.     }
  2032.     /**
  2033.      * Gets the private 'doctrine.orm.default_attribute_metadata_driver' shared service.
  2034.      *
  2035.      * @return \Doctrine\ORM\Mapping\Driver\AttributeDriver
  2036.      */
  2037.     protected function getDoctrine_Orm_DefaultAttributeMetadataDriverService()
  2038.     {
  2039.         return $this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/logist/dadata-bundle/src/LogistDadataBundle/Entity'), => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Entity'), => (\dirname(__DIR__4).'/vendor/logist/aggregator-fields-bundle/src/LogistAggregatorFieldsBundle/Entity'), => (\dirname(__DIR__4).'/vendor/logist/clickhouse-bundle/src/LogistClickHouseBundle/Entity'), => (\dirname(__DIR__4).'/bundles/LogistCseBundle/Entity'), => (\dirname(__DIR__4).'/vendor/logist/yagpt-bundle/src/LogistYagptBundle/Entity'), => (\dirname(__DIR__4).'/bundles/LogistStatBundle/Entity')]);
  2040.     }
  2041.     /**
  2042.      * Gets the private 'doctrine.orm.default_yml_metadata_driver' shared service.
  2043.      *
  2044.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver
  2045.      */
  2046.     protected function getDoctrine_Orm_DefaultYmlMetadataDriverService()
  2047.     {
  2048.         $this->privates['doctrine.orm.default_yml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__4).'/bundles/LogistPecomBundle/Resources/config/doctrine') => 'LogistPecomBundle\\Entity', (\dirname(__DIR__4).'/bundles/LogistDellinBundle/Resources/config/doctrine') => 'LogistDellinBundle\\Entity', (\dirname(__DIR__4).'/bundles/LogistJdeBundle/Resources/config/doctrine') => 'LogistJdeBundle\\Entity']);
  2049.         $instance->setGlobalBasename('mapping');
  2050.         return $instance;
  2051.     }
  2052.     /**
  2053.      * Gets the private 'exception_listener' shared service.
  2054.      *
  2055.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2056.      */
  2057.     protected function getExceptionListener2Service()
  2058.     {
  2059.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2060.     }
  2061.     /**
  2062.      * Gets the private 'jms_serializer.event_dispatcher' shared service.
  2063.      *
  2064.      * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  2065.      */
  2066.     protected function getJmsSerializer_EventDispatcherService()
  2067.     {
  2068.         $this->privates['jms_serializer.event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2069.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'true],
  2070.             'jms_serializer.traceable_runs_listener' => ['privates''jms_serializer.traceable_runs_listener''getJmsSerializer_TraceableRunsListenerService'false],
  2071.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'true],
  2072.         ], [
  2073.             'jms_serializer.stopwatch_subscriber' => '?',
  2074.             'jms_serializer.traceable_runs_listener' => '?',
  2075.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  2076.         ]));
  2077.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], NULLNULLNULL);
  2078.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  2079.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Persistence\\Proxy');
  2080.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  2081.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ORM\\PersistentCollection');
  2082.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  2083.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  2084.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Persistence\\Proxy');
  2085.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  2086.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'ProxyManager\\Proxy\\LazyLoadingInterface');
  2087.         $instance->addListener('serializer.pre_deserialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  2088.         $instance->addListener('serializer.post_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], NULLNULLNULL);
  2089.         return $instance;
  2090.     }
  2091.     /**
  2092.      * Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
  2093.      *
  2094.      * @return \JMS\SerializerBundle\Debug\TraceableFileLocator
  2095.      */
  2096.     protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
  2097.     {
  2098.         return $this->privates['jms_serializer.metadata.traceable_file_locator'] = new \JMS\SerializerBundle\Debug\TraceableFileLocator(new \Metadata\Driver\FileLocator([]));
  2099.     }
  2100.     /**
  2101.      * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  2102.      *
  2103.      * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  2104.      */
  2105.     protected function getJmsSerializer_TraceableHandlerRegistryService()
  2106.     {
  2107.         $this->privates['jms_serializer.traceable_handler_registry'] = $instance = new \JMS\SerializerBundle\Debug\TraceableHandlerRegistry(new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2108.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'true],
  2109.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'true],
  2110.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'true],
  2111.             'jms_serializer.form_error_handler' => ['privates''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService'true],
  2112.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'true],
  2113.         ], [
  2114.             'jms_serializer.array_collection_handler' => '?',
  2115.             'jms_serializer.constraint_violation_handler' => '?',
  2116.             'jms_serializer.datetime_handler' => '?',
  2117.             'jms_serializer.form_error_handler' => '?',
  2118.             'jms_serializer.iterator_handler' => '?',
  2119.         ])));
  2120.         $instance->registerHandler(1'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2121.         $instance->registerHandler(1'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2122.         $instance->registerHandler(1'ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2123.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2124.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2125.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2126.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2127.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2128.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2129.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2130.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2131.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2132.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2133.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2134.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  2135.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml']);
  2136.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']);
  2137.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml']);
  2138.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']);
  2139.         $instance->registerHandler(1'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  2140.         $instance->registerHandler(1'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  2141.         $instance->registerHandler(1'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  2142.         $instance->registerHandler(1'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  2143.         $instance->registerHandler(1'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  2144.         $instance->registerHandler(1'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  2145.         $instance->registerHandler(1'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  2146.         $instance->registerHandler(1'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  2147.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToxml']);
  2148.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormTojson']);
  2149.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToXml']);
  2150.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToJson']);
  2151.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorToxml']);
  2152.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorTojson']);
  2153.         $instance->registerHandler(1'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2154.         $instance->registerHandler(1'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2155.         $instance->registerHandler(1'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2156.         $instance->registerHandler(1'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2157.         $instance->registerHandler(1'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2158.         $instance->registerHandler(1'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  2159.         $instance->registerHandler(2'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2160.         $instance->registerHandler(2'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2161.         $instance->registerHandler(2'ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2162.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2163.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2164.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2165.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2166.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2167.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2168.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2169.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2170.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2171.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2172.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2173.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  2174.         $instance->registerHandler(2'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson']);
  2175.         $instance->registerHandler(2'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']);
  2176.         $instance->registerHandler(2'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson']);
  2177.         $instance->registerHandler(2'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']);
  2178.         $instance->registerHandler(2'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson']);
  2179.         $instance->registerHandler(2'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']);
  2180.         $instance->registerHandler(2'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson']);
  2181.         $instance->registerHandler(2'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']);
  2182.         $instance->registerHandler(2'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2183.         $instance->registerHandler(2'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2184.         $instance->registerHandler(2'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2185.         $instance->registerHandler(2'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  2186.         $instance->registerHandler(2'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  2187.         $instance->registerHandler(2'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  2188.         return $instance;
  2189.     }
  2190.     /**
  2191.      * Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
  2192.      *
  2193.      * @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
  2194.      */
  2195.     protected function getJmsSerializer_TraceableMetadataFactoryService()
  2196.     {
  2197.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2198.             'metadata_driver' => ['privates''jms_serializer.metadata.typed_properties_driver''getJmsSerializer_Metadata_TypedPropertiesDriverService'true],
  2199.         ], [
  2200.             'metadata_driver' => '?',
  2201.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  2202.         $a->setCache(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer_default')))));
  2203.         $a->setIncludeInterfaces(false);
  2204.         return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory($a);
  2205.     }
  2206.     /**
  2207.      * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  2208.      *
  2209.      * @return \JMS\SerializerBundle\Debug\RunsListener
  2210.      */
  2211.     protected function getJmsSerializer_TraceableRunsListenerService()
  2212.     {
  2213.         return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  2214.     }
  2215.     /**
  2216.      * Gets the private 'locale_aware_listener' shared service.
  2217.      *
  2218.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2219.      */
  2220.     protected function getLocaleAwareListenerService()
  2221.     {
  2222.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2223.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('ru')));
  2224.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2225.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2226.     }
  2227.     /**
  2228.      * Gets the private 'locale_listener' shared service.
  2229.      *
  2230.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2231.      */
  2232.     protected function getLocaleListenerService()
  2233.     {
  2234.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'ru', ($this->services['router'] ?? $this->getRouterService()), false, []);
  2235.     }
  2236.     /**
  2237.      * Gets the private 'mime_types' shared service.
  2238.      *
  2239.      * @return \Symfony\Component\Mime\MimeTypes
  2240.      */
  2241.     protected function getMimeTypesService()
  2242.     {
  2243.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  2244.         $instance->setDefault($instance);
  2245.         return $instance;
  2246.     }
  2247.     /**
  2248.      * Gets the private 'monolog.handler.console' shared service.
  2249.      *
  2250.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2251.      */
  2252.     protected function getMonolog_Handler_ConsoleService()
  2253.     {
  2254.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2255.     }
  2256.     /**
  2257.      * Gets the private 'monolog.handler.main' shared service.
  2258.      *
  2259.      * @return \Monolog\Handler\StreamHandler
  2260.      */
  2261.     protected function getMonolog_Handler_MainService()
  2262.     {
  2263.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  2264.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2265.         return $instance;
  2266.     }
  2267.     /**
  2268.      * Gets the private 'monolog.logger' shared service.
  2269.      *
  2270.      * @return \Symfony\Bridge\Monolog\Logger
  2271.      */
  2272.     protected function getMonolog_LoggerService()
  2273.     {
  2274.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2275.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2276.         $instance->useMicrosecondTimestamps(true);
  2277.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2278.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2279.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2280.         return $instance;
  2281.     }
  2282.     /**
  2283.      * Gets the private 'monolog.logger.cache' shared service.
  2284.      *
  2285.      * @return \Symfony\Bridge\Monolog\Logger
  2286.      */
  2287.     protected function getMonolog_Logger_CacheService()
  2288.     {
  2289.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2290.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2291.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2292.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2293.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2294.         return $instance;
  2295.     }
  2296.     /**
  2297.      * Gets the private 'monolog.logger.doctrine' shared service.
  2298.      *
  2299.      * @return \Symfony\Bridge\Monolog\Logger
  2300.      */
  2301.     protected function getMonolog_Logger_DoctrineService()
  2302.     {
  2303.         $this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  2304.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2305.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2306.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2307.         return $instance;
  2308.     }
  2309.     /**
  2310.      * Gets the private 'monolog.logger.request' shared service.
  2311.      *
  2312.      * @return \Symfony\Bridge\Monolog\Logger
  2313.      */
  2314.     protected function getMonolog_Logger_RequestService()
  2315.     {
  2316.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2317.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2318.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2319.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2320.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2321.         return $instance;
  2322.     }
  2323.     /**
  2324.      * Gets the private 'monolog.logger.security' shared service.
  2325.      *
  2326.      * @return \Symfony\Bridge\Monolog\Logger
  2327.      */
  2328.     protected function getMonolog_Logger_SecurityService()
  2329.     {
  2330.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2331.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2332.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2333.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2334.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2335.         return $instance;
  2336.     }
  2337.     /**
  2338.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  2339.      *
  2340.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2341.      */
  2342.     protected function getNelmioCors_CorsListenerService()
  2343.     {
  2344.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults'))]));
  2345.     }
  2346.     /**
  2347.      * Gets the private 'parameter_bag' shared service.
  2348.      *
  2349.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2350.      */
  2351.     protected function getParameterBagService()
  2352.     {
  2353.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2354.     }
  2355.     /**
  2356.      * Gets the private 'profiler_listener' shared service.
  2357.      *
  2358.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2359.      */
  2360.     protected function getProfilerListenerService()
  2361.     {
  2362.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  2363.     }
  2364.     /**
  2365.      * Gets the private 'property_accessor' shared service.
  2366.      *
  2367.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2368.      */
  2369.     protected function getPropertyAccessorService()
  2370.     {
  2371.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2372.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2373.     }
  2374.     /**
  2375.      * Gets the private 'property_info' shared service.
  2376.      *
  2377.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2378.      */
  2379.     protected function getPropertyInfoService()
  2380.     {
  2381.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2382.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2383.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2384.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2385.             yield => ($this->privates['doctrine.orm.second_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_SecondEntityManager_PropertyInfoExtractorService'));
  2386.         }, 4), new RewindableGenerator(function () {
  2387.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2388.             yield => ($this->privates['doctrine.orm.second_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_SecondEntityManager_PropertyInfoExtractorService'));
  2389.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2390.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2391.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2392.         }, 5), new RewindableGenerator(function () {
  2393.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2394.         }, 1), new RewindableGenerator(function () {
  2395.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2396.             yield => ($this->privates['doctrine.orm.second_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_SecondEntityManager_PropertyInfoExtractorService'));
  2397.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2398.         }, 3), new RewindableGenerator(function () {
  2399.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2400.         }, 1));
  2401.     }
  2402.     /**
  2403.      * Gets the private 'router.expression_language_provider' shared service.
  2404.      *
  2405.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2406.      */
  2407.     protected function getRouter_ExpressionLanguageProviderService()
  2408.     {
  2409.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2410.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2411.             'service' => ['services''container.get_routing_condition_service''getContainer_GetRoutingConditionServiceService'true],
  2412.         ], [
  2413.             'env' => 'Closure',
  2414.             'service' => 'Closure',
  2415.         ]));
  2416.     }
  2417.     /**
  2418.      * Gets the private 'router.request_context' shared service.
  2419.      *
  2420.      * @return \Symfony\Component\Routing\RequestContext
  2421.      */
  2422.     protected function getRouter_RequestContextService()
  2423.     {
  2424.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri($this->getEnv('SITE_ADDRESS'), 'localhost''http'80443);
  2425.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2426.         return $instance;
  2427.     }
  2428.     /**
  2429.      * Gets the private 'router_listener' shared service.
  2430.      *
  2431.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2432.      */
  2433.     protected function getRouterListenerService()
  2434.     {
  2435.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  2436.     }
  2437.     /**
  2438.      * Gets the private 'security.context_listener.0' shared service.
  2439.      *
  2440.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2441.      */
  2442.     protected function getSecurity_ContextListener_0Service()
  2443.     {
  2444.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  2445.             yield => ($this->privates['security.user.provider.concrete.entity_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_EntityProviderService'));
  2446.         }, 1), 'authentication_token', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.authentication_token'] ?? $this->getSecurity_EventDispatcher_AuthenticationTokenService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  2447.     }
  2448.     /**
  2449.      * Gets the private 'security.context_listener.1' shared service.
  2450.      *
  2451.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2452.      */
  2453.     protected function getSecurity_ContextListener_1Service()
  2454.     {
  2455.         return $this->privates['security.context_listener.1'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  2456.             yield => ($this->privates['security.user.provider.concrete.entity_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_EntityProviderService'));
  2457.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  2458.     }
  2459.     /**
  2460.      * Gets the private 'security.event_dispatcher.authentication_token' shared service.
  2461.      *
  2462.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2463.      */
  2464.     protected function getSecurity_EventDispatcher_AuthenticationTokenService()
  2465.     {
  2466.         $this->privates['security.event_dispatcher.authentication_token'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2467.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> #[\Closure(name'security.listener.session.authentication_token', class: 'Symfony\\Component\\Security\\Http\\EventListener\\SessionStrategyListener')] function () {
  2468.             return ($this->privates['security.listener.session.authentication_token'] ?? $this->load('getSecurity_Listener_Session_AuthenticationTokenService'));
  2469.         }, => 'onSuccessfulLogin'], 0);
  2470.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.user_checker.authentication_token', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener')] function () {
  2471.             return ($this->privates['security.listener.user_checker.authentication_token'] ?? $this->load('getSecurity_Listener_UserChecker_AuthenticationTokenService'));
  2472.         }, => 'preCheckCredentials'], 256);
  2473.         $instance->addListener('security.authentication.success', [=> #[\Closure(name'security.listener.user_checker.authentication_token', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener')] function () {
  2474.             return ($this->privates['security.listener.user_checker.authentication_token'] ?? $this->load('getSecurity_Listener_UserChecker_AuthenticationTokenService'));
  2475.         }, => 'postCheckCredentials'], 256);
  2476.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.user_provider', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener')] function () {
  2477.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2478.         }, => 'checkPassport'], 1024);
  2479.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.check_authenticator_credentials', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener')] function () {
  2480.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2481.         }, => 'checkPassport'], 0);
  2482.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> #[\Closure(name'security.listener.password_migrating', class: 'Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener')] function () {
  2483.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2484.         }, => 'onLoginSuccess'], 0);
  2485.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'league.oauth2_server.listener.check_scope', class: 'League\\Bundle\\OAuth2ServerBundle\\Security\\EventListener\\CheckScopeListener')] function () {
  2486.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  2487.         }, => 'checkPassport'], 256);
  2488.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.csrf_protection', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener')] function () {
  2489.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2490.         }, => 'checkPassport'], 512);
  2491.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> #[\Closure(name'security.logout.listener.csrf_token_clearing', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfTokenClearingLogoutListener')] function () {
  2492.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2493.         }, => 'onLogout'], 0);
  2494.         return $instance;
  2495.     }
  2496.     /**
  2497.      * Gets the private 'security.event_dispatcher.main' shared service.
  2498.      *
  2499.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2500.      */
  2501.     protected function getSecurity_EventDispatcher_MainService()
  2502.     {
  2503.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2504.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> #[\Closure(name'security.listener.session.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\SessionStrategyListener')] function () {
  2505.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  2506.         }, => 'onSuccessfulLogin'], 0);
  2507.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> #[\Closure(name'security.logout.listener.default.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\DefaultLogoutListener')] function () {
  2508.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  2509.         }, => 'onLogout'], 64);
  2510.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> #[\Closure(name'security.logout.listener.session.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\SessionLogoutListener')] function () {
  2511.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2512.         }, => 'onLogout'], 0);
  2513.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.login_throttling.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\LoginThrottlingListener')] function () {
  2514.             return ($this->privates['security.listener.login_throttling.main'] ?? $this->load('getSecurity_Listener_LoginThrottling_MainService'));
  2515.         }, => 'checkPassport'], 2080);
  2516.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> #[\Closure(name'security.listener.login_throttling.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\LoginThrottlingListener')] function () {
  2517.             return ($this->privates['security.listener.login_throttling.main'] ?? $this->load('getSecurity_Listener_LoginThrottling_MainService'));
  2518.         }, => 'onSuccessfulLogin'], 0);
  2519.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> #[\Closure(name'security.listener.check_remember_me_conditions.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CheckRememberMeConditionsListener')] function () {
  2520.             return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_MainService'));
  2521.         }, => 'onSuccessfulLogin'], -32);
  2522.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> #[\Closure(name'security.listener.remember_me.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\RememberMeListener')] function () {
  2523.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2524.         }, => 'onSuccessfulLogin'], -64);
  2525.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> #[\Closure(name'security.listener.remember_me.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\RememberMeListener')] function () {
  2526.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2527.         }, => 'clearCookie'], 0);
  2528.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> #[\Closure(name'security.listener.remember_me.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\RememberMeListener')] function () {
  2529.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2530.         }, => 'clearCookie'], 0);
  2531.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> #[\Closure(name'security.listener.remember_me.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\RememberMeListener')] function () {
  2532.             return ($this->privates['security.listener.remember_me.main'] ?? $this->load('getSecurity_Listener_RememberMe_MainService'));
  2533.         }, => 'clearCookie'], 0);
  2534.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.user_checker.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener')] function () {
  2535.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2536.         }, => 'preCheckCredentials'], 256);
  2537.         $instance->addListener('security.authentication.success', [=> #[\Closure(name'security.listener.user_checker.main', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserCheckerListener')] function () {
  2538.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2539.         }, => 'postCheckCredentials'], 256);
  2540.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.user_provider', class: 'Symfony\\Component\\Security\\Http\\EventListener\\UserProviderListener')] function () {
  2541.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2542.         }, => 'checkPassport'], 1024);
  2543.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.check_authenticator_credentials', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CheckCredentialsListener')] function () {
  2544.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2545.         }, => 'checkPassport'], 0);
  2546.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> #[\Closure(name'security.listener.password_migrating', class: 'Symfony\\Component\\Security\\Http\\EventListener\\PasswordMigratingListener')] function () {
  2547.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2548.         }, => 'onLoginSuccess'], 0);
  2549.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'league.oauth2_server.listener.check_scope', class: 'League\\Bundle\\OAuth2ServerBundle\\Security\\EventListener\\CheckScopeListener')] function () {
  2550.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  2551.         }, => 'checkPassport'], 256);
  2552.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> #[\Closure(name'security.listener.csrf_protection', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfProtectionListener')] function () {
  2553.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2554.         }, => 'checkPassport'], 512);
  2555.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> #[\Closure(name'security.logout.listener.csrf_token_clearing', class: 'Symfony\\Component\\Security\\Http\\EventListener\\CsrfTokenClearingLogoutListener')] function () {
  2556.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2557.         }, => 'onLogout'], 0);
  2558.         return $instance;
  2559.     }
  2560.     /**
  2561.      * Gets the private 'security.expression_language' shared service.
  2562.      *
  2563.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  2564.      */
  2565.     protected function getSecurity_ExpressionLanguageService()
  2566.     {
  2567.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2568.         $instance->registerProvider(new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider());
  2569.         return $instance;
  2570.     }
  2571.     /**
  2572.      * Gets the private 'security.firewall.map' shared service.
  2573.      *
  2574.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2575.      */
  2576.     protected function getSecurity_Firewall_MapService()
  2577.     {
  2578.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.eqwQkEh'] ?? $this->get_ServiceLocator_EqwQkEhService()), new RewindableGenerator(function () {
  2579.             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)/')));
  2580.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  2581.             yield 'security.firewall.map.context.authentication_token' => ($this->privates['.security.request_matcher.IVOPCdd'] ?? ($this->privates['.security.request_matcher.IVOPCdd'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/authentication_token$')));
  2582.             yield 'security.firewall.map.context.main' => NULL;
  2583.         }, 4));
  2584.     }
  2585.     /**
  2586.      * Gets the private 'security.logout_url_generator' shared service.
  2587.      *
  2588.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2589.      */
  2590.     protected function getSecurity_LogoutUrlGeneratorService()
  2591.     {
  2592.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2593.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  2594.         return $instance;
  2595.     }
  2596.     /**
  2597.      * Gets the private 'security.token_storage' shared service.
  2598.      *
  2599.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  2600.      */
  2601.     protected function getSecurity_TokenStorageService()
  2602.     {
  2603.         return $this->privates['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2604.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2605.         ], [
  2606.             'request_stack' => '?',
  2607.         ]));
  2608.     }
  2609.     /**
  2610.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  2611.      *
  2612.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  2613.      */
  2614.     protected function getSerializer_NameConverter_MetadataAwareService()
  2615.     {
  2616.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  2617.     }
  2618.     /**
  2619.      * Gets the private 'session_listener' shared service.
  2620.      *
  2621.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2622.      */
  2623.     protected function getSessionListenerService()
  2624.     {
  2625.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2626.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2627.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2628.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  2629.         ], [
  2630.             'logger' => '?',
  2631.             'session_collector' => '?',
  2632.             'session_factory' => '?',
  2633.         ]), true$this->parameters['session.storage.options']);
  2634.     }
  2635.     /**
  2636.      * Gets the private 'translator.default' shared service.
  2637.      *
  2638.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2639.      */
  2640.     protected function getTranslator_DefaultService()
  2641.     {
  2642.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2643.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2644.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2645.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2646.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2647.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2648.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2649.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2650.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2651.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2652.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2653.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2654.         ], [
  2655.             'translation.loader.csv' => '?',
  2656.             'translation.loader.dat' => '?',
  2657.             'translation.loader.ini' => '?',
  2658.             'translation.loader.json' => '?',
  2659.             'translation.loader.mo' => '?',
  2660.             'translation.loader.php' => '?',
  2661.             'translation.loader.po' => '?',
  2662.             'translation.loader.qt' => '?',
  2663.             'translation.loader.res' => '?',
  2664.             'translation.loader.xliff' => '?',
  2665.             'translation.loader.yml' => '?',
  2666.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'ru', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/translations/cdek.ru.yaml'), => (\dirname(__DIR__4).'/translations/composite.ru.yaml'), => (\dirname(__DIR__4).'/translations/cse.ru.yaml'), => (\dirname(__DIR__4).'/translations/dellin.ru.yaml'), => (\dirname(__DIR__4).'/translations/jde.ru.yaml'), => (\dirname(__DIR__4).'/translations/messages.ru.yaml'), => (\dirname(__DIR__4).'/translations/notifications.ru.yaml'), => (\dirname(__DIR__4).'/translations/pecom.ru.yaml'), 10 => (\dirname(__DIR__4).'/translations/validation.ru.yaml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/aws/aws-sdk-php-symfony/src/translations'), 11 => (\dirname(__DIR__4).'/vendor/logist/aws-bundle/src/LogistAwsBundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/logist/redis-bundle/src/LogistRedisBundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/logist/cron-bundle/src/LogistCronBundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/logist/dadata-bundle/src/LogistDadataBundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/logist/maintenance-bundle/src/LogistMaintenanceBundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/logist/systemd-bundle/src/LogistSystemdBundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/logist/rabbitmq-bundle/src/LogistRabbitmqBundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/logist/supervisord-bundle/src/LogistSupervisordBundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 24 => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/logist/aggregator-fields-bundle/src/LogistAggregatorFieldsBundle/translations'), 28 => (\dirname(__DIR__4).'/bundles/LogistCompositeBundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/logist/clickhouse-bundle/src/LogistClickHouseBundle/translations'), 30 => (\dirname(__DIR__4).'/bundles/LogistPecomBundle/translations'), 31 => (\dirname(__DIR__4).'/bundles/LogistDellinBundle/translations'), 32 => (\dirname(__DIR__4).'/bundles/LogistCdekBundle/translations'), 33 => (\dirname(__DIR__4).'/bundles/LogistCseBundle/translations'), 34 => (\dirname(__DIR__4).'/vendor/logist/yagpt-bundle/src/LogistYagptBundle/translations'), 35 => (\dirname(__DIR__4).'/bundles/LogistJdeBundle/translations'), 36 => (\dirname(__DIR__4).'/bundles/LogistStatBundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/symfony/security-bundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'vendor/doctrine/doctrine-migrations-bundle/translations'=> 'vendor/nelmio/cors-bundle/translations'=> 'vendor/api-platform/core/src/Symfony/Bundle/translations'10 => 'vendor/aws/aws-sdk-php-symfony/src/translations'11 => 'vendor/logist/aws-bundle/src/LogistAwsBundle/translations'12 => 'vendor/php-amqplib/rabbitmq-bundle/translations'13 => 'vendor/logist/redis-bundle/src/LogistRedisBundle/translations'14 => 'vendor/logist/cron-bundle/src/LogistCronBundle/translations'15 => 'vendor/jms/serializer-bundle/translations'16 => 'vendor/logist/dadata-bundle/src/LogistDadataBundle/translations'17 => 'vendor/logist/maintenance-bundle/src/LogistMaintenanceBundle/translations'18 => 'vendor/logist/systemd-bundle/src/LogistSystemdBundle/translations'19 => 'vendor/logist/rabbitmq-bundle/src/LogistRabbitmqBundle/translations'20 => 'vendor/logist/supervisord-bundle/src/LogistSupervisordBundle/translations'21 => 'vendor/symfony/monolog-bundle/translations'22 => 'vendor/lexik/jwt-authentication-bundle/translations'23 => 'vendor/symfony/maker-bundle/src/translations'24 => 'vendor/league/oauth2-server-bundle/src/translations'25 => 'vendor/symfony/web-profiler-bundle/translations'26 => 'vendor/symfony/debug-bundle/translations'27 => 'vendor/logist/aggregator-fields-bundle/src/LogistAggregatorFieldsBundle/translations'28 => 'bundles/LogistCompositeBundle/translations'29 => 'vendor/logist/clickhouse-bundle/src/LogistClickHouseBundle/translations'30 => 'bundles/LogistPecomBundle/translations'31 => 'bundles/LogistDellinBundle/translations'32 => 'bundles/LogistCdekBundle/translations'33 => 'bundles/LogistCseBundle/translations'34 => 'vendor/logist/yagpt-bundle/src/LogistYagptBundle/translations'35 => 'bundles/LogistJdeBundle/translations'36 => 'bundles/LogistStatBundle/translations']]], []);
  2667.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2668.         $instance->setFallbackLocales([=> 'en']);
  2669.         return $instance;
  2670.     }
  2671.     /**
  2672.      * Gets the private 'twig' shared service.
  2673.      *
  2674.      * @return \Twig\Environment
  2675.      */
  2676.     protected function getTwigService()
  2677.     {
  2678.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  2679.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  2680.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  2681.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  2682.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  2683.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  2684.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  2685.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  2686.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  2687.         $a->addPath((\dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Resources/views'), 'OldSoundRabbitMq');
  2688.         $a->addPath((\dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Resources/views'), '!OldSoundRabbitMq');
  2689.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  2690.         $a->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  2691.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  2692.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  2693.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  2694.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  2695.         $a->addPath((\dirname(__DIR__4).'/templates'));
  2696.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  2697.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  2698.         $this->privates['twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  2699.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2700.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2701.         $d = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2702.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  2703.         $f = ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  2704.         $g = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  2705.         $g->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  2706.         $h = new \Symfony\Bridge\Twig\AppVariable();
  2707.         $h->setEnvironment('dev');
  2708.         $h->setDebug(true);
  2709.         $h->setTokenStorage($f);
  2710.         if ($this->has('request_stack')) {
  2711.             $h->setRequestStack($c);
  2712.         }
  2713.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  2714.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  2715.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService())));
  2716.         $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($c$d->getBaseUrl(), $d->isSecure())), new RewindableGenerator(function () {
  2717.             return new \EmptyIterator();
  2718.         }, 0))));
  2719.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e\dirname(__DIR__4), 'UTF-8'));
  2720.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  2721.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  2722.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  2723.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  2724.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  2725.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c$d)));
  2726.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($c));
  2727.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  2728.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  2729.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['jms_serializer.authorization_checker'] ?? $this->getJmsSerializer_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($c, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $f)));
  2730.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  2731.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  2732.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'));
  2733.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
  2734.         $instance->addGlobal('app'$h);
  2735.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2736.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  2737.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  2738.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  2739.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'true],
  2740.         ], [
  2741.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  2742.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  2743.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  2744.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  2745.         ])));
  2746.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  2747.         return $instance;
  2748.     }
  2749.     /**
  2750.      * Gets the private 'validator.builder' shared service.
  2751.      *
  2752.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2753.      */
  2754.     protected function getValidator_BuilderService()
  2755.     {
  2756.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2757.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2758.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2759.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2760.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2761.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2762.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2763.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2764.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2765.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2766.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2767.         ], [
  2768.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2769.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2770.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2771.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2772.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2773.             'doctrine.orm.validator.unique' => '?',
  2774.             'security.validator.user_password' => '?',
  2775.             'validator.expression' => '?',
  2776.         ])));
  2777.         if ($this->has('translator')) {
  2778.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2779.         }
  2780.         $instance->setTranslationDomain('validators');
  2781.         $instance->addYamlMappings([=> (\dirname(__DIR__4).'/bundles/LogistDellinBundle/Resources/config/validation.yml')]);
  2782.         $instance->enableAnnotationMapping(true);
  2783.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2784.         $instance->addMethodMapping('loadValidatorMetadata');
  2785.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2786.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2787.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2788.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.second_entity_manager'] ?? $this->getDoctrine_Orm_SecondEntityManagerService()), NULL));
  2789.         return $instance;
  2790.     }
  2791.     /**
  2792.      * Gets the private 'var_dumper.html_dumper' shared service.
  2793.      *
  2794.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2795.      */
  2796.     protected function getVarDumper_HtmlDumperService()
  2797.     {
  2798.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2799.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2800.         return $instance;
  2801.     }
  2802.     /**
  2803.      * Gets the private 'var_dumper.server_connection' shared service.
  2804.      *
  2805.      * @return \Symfony\Component\VarDumper\Server\Connection
  2806.      */
  2807.     protected function getVarDumper_ServerConnectionService()
  2808.     {
  2809.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'\dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  2810.     }
  2811.     /**
  2812.      * Gets the private 'web_profiler.csp.handler' shared service.
  2813.      *
  2814.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2815.      */
  2816.     protected function getWebProfiler_Csp_HandlerService()
  2817.     {
  2818.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2819.     }
  2820.     /**
  2821.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2822.      *
  2823.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2824.      */
  2825.     protected function getWebProfiler_DebugToolbarService()
  2826.     {
  2827.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->privates['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2828.     }
  2829.     /**
  2830.      * Gets the public 'profiler' alias.
  2831.      *
  2832.      * @return object The ".container.private.profiler" service.
  2833.      */
  2834.     protected function getProfilerService()
  2835.     {
  2836.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2837.         return $this->get('.container.private.profiler');
  2838.     }
  2839.     public function getParameter(string $name): array|bool|string|int|float|\UnitEnum|null
  2840.     {
  2841.         if (isset($this->buildParameters[$name])) {
  2842.             return $this->buildParameters[$name];
  2843.         }
  2844.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  2845.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2846.         }
  2847.         if (isset($this->loadedDynamicParameters[$name])) {
  2848.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2849.         }
  2850.         return $this->parameters[$name];
  2851.     }
  2852.     public function hasParameter(string $name): bool
  2853.     {
  2854.         if (isset($this->buildParameters[$name])) {
  2855.             return true;
  2856.         }
  2857.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  2858.     }
  2859.     public function setParameter(string $name$value): void
  2860.     {
  2861.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2862.     }
  2863.     public function getParameterBag(): ParameterBagInterface
  2864.     {
  2865.         if (null === $this->parameterBag) {
  2866.             $parameters $this->parameters;
  2867.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2868.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2869.             }
  2870.             foreach ($this->buildParameters as $name => $value) {
  2871.                 $parameters[$name] = $value;
  2872.             }
  2873.             $this->parameterBag = new FrozenParameterBag($parameters);
  2874.         }
  2875.         return $this->parameterBag;
  2876.     }
  2877.     private $loadedDynamicParameters = [
  2878.         'kernel.runtime_environment' => false,
  2879.         'kernel.build_dir' => false,
  2880.         'kernel.cache_dir' => false,
  2881.         'dadata_api_enabled' => false,
  2882.         'ygpt-prompt-cargo-chat' => false,
  2883.         'redis_prefix' => false,
  2884.         'redis_host' => false,
  2885.         'redis_port' => false,
  2886.         'redis_username' => false,
  2887.         'redis_password' => false,
  2888.         'clickhouse_host' => false,
  2889.         'clickhouse_port' => false,
  2890.         'clickhouse_user' => false,
  2891.         'clickhouse_password' => false,
  2892.         'clickhouse_dbname' => false,
  2893.         'clickhouse_sslCA' => false,
  2894.         'clickhouse_https' => false,
  2895.         'rabbitmq_admin_url' => false,
  2896.         'rabbitmq_stomp_url' => false,
  2897.         'rabbitmq_schema' => false,
  2898.         'rabbitmq_host' => false,
  2899.         'rabbitmq_port' => false,
  2900.         'rabbitmq_vhost' => false,
  2901.         'rabbitmq_user' => false,
  2902.         'rabbitmq_password' => false,
  2903.         'rabbitmq_client' => false,
  2904.         'rabbitmq_consumer_print_release' => false,
  2905.         'rabbitmq_consumer_print_custom_message' => false,
  2906.         'dadata_api_token' => false,
  2907.         'dadata_api_secret' => false,
  2908.         'cdek_api_client_id' => false,
  2909.         'cdek_api_client_secret' => false,
  2910.         'cdek_api_url' => false,
  2911.         'cdek_api_consumers_number' => false,
  2912.         'cdek_dev_key' => false,
  2913.         'cdek_create_real_order' => false,
  2914.         'pecom_api_username' => false,
  2915.         'pecom_api_password' => false,
  2916.         'pecom_api_url' => false,
  2917.         'pecom_api_username_prod' => false,
  2918.         'pecom_api_password_prod' => false,
  2919.         'pecom_api_url_prod' => false,
  2920.         'pecom_referal_id' => false,
  2921.         'pecom_api_consumers_number' => false,
  2922.         'pecom_skip_sync_terminals' => false,
  2923.         'api_transporters' => false,
  2924.         'dellin_api_key' => false,
  2925.         'dellin_api_url' => false,
  2926.         'dellin_create_real_orders' => false,
  2927.         'dellin_enable_cache' => false,
  2928.         'dellin_api_consumers_number' => false,
  2929.         'dellin_api_limit_hour' => false,
  2930.         'dellin_api_limit_minute' => false,
  2931.         'dellin_api_limit_minute_console' => false,
  2932.         'dellin_skip_sync_terminals' => false,
  2933.         'cse_api_username' => false,
  2934.         'cse_api_password' => false,
  2935.         'cse_api_url' => false,
  2936.         'cse_api_consumers_number' => false,
  2937.         'cse_skip_sync_terminals' => false,
  2938.         'cse_create_real_order' => false,
  2939.         'systemd_servicename_prefix' => false,
  2940.         'supervisord_servicename_prefix' => false,
  2941.         'supervisord_config_dir' => false,
  2942.         'supervisord_wait_before_reload' => false,
  2943.         'site_address' => false,
  2944.         'skip_update_orders' => false,
  2945.         'unauthorized_appraise_limit' => false,
  2946.         'composite_disable_units' => false,
  2947.         'throw_exception_on_find_terminals' => false,
  2948.         'oauth_swagger_client_id' => false,
  2949.         'oauth_swagger_client_secret' => false,
  2950.         'bx24.webhook.url' => false,
  2951.         'bx24.webhook.assigned_by_id' => false,
  2952.         'bx24.webhook.category_id' => false,
  2953.         'bx24.webhook.source_id' => false,
  2954.         'ym.host' => false,
  2955.         'ym.counter_id' => false,
  2956.         'ym.client_id_type' => false,
  2957.         'ym.access_token' => false,
  2958.         'yagpt_oauth_token' => false,
  2959.         'yagpt_iam_url' => false,
  2960.         'yagpt_completion_url' => false,
  2961.         'yagpt_catalog_id' => false,
  2962.         'yagpt_cargo_chat_token_check_enabled' => false,
  2963.         'jde_api_userid' => false,
  2964.         'jde_api_key' => false,
  2965.         'jde_api_url' => false,
  2966.         'jde_api_consumers_number' => false,
  2967.         'jde_skip_sync_terminals' => false,
  2968.         'jde_create_real_order' => false,
  2969.         'stat_em_name' => false,
  2970.         'stat_endpoint_token_check_enabled' => false,
  2971.         'stat_endpoint_ignored_ip' => false,
  2972.         'stat_skip_orders_for_users' => false,
  2973.         'kernel.secret' => false,
  2974.         'debug.file_link_format' => false,
  2975.         'debug.container.dump' => false,
  2976.         'serializer.mapping.cache.file' => false,
  2977.         'session.save_path' => false,
  2978.         'validator.mapping.cache.file' => false,
  2979.         'profiler.storage.dsn' => false,
  2980.         'doctrine.orm.proxy_dir' => false,
  2981.         'nelmio_cors.defaults' => false,
  2982.         'api_platform.oauth.clientId' => false,
  2983.         'api_platform.oauth.clientSecret' => false,
  2984.         'lexik_jwt_authentication.pass_phrase' => false,
  2985.         'lexik_jwt_authentication.token_ttl' => false,
  2986.         'league.oauth2_server.encryption_key' => false,
  2987.     ];
  2988.     private $dynamicParameters = [];
  2989.     private function getDynamicParameter(string $name)
  2990.     {
  2991.         $value = match ($name) {
  2992.             'kernel.runtime_environment' => $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'),
  2993.             'kernel.build_dir' => $this->targetDir.'',
  2994.             'kernel.cache_dir' => $this->targetDir.'',
  2995.             'dadata_api_enabled' => $this->getEnv('bool:DADATA_API_ENABLED'),
  2996.             'ygpt-prompt-cargo-chat' => $this->getEnv('string:YGPT_PROMPT_CARGO_CHAT'),
  2997.             'redis_prefix' => $this->getEnv('resolve:REDIS_PREFIX'),
  2998.             'redis_host' => $this->getEnv('resolve:REDIS_HOST'),
  2999.             'redis_port' => $this->getEnv('int:REDIS_PORT'),
  3000.             'redis_username' => $this->getEnv('resolve:REDIS_USERNAME'),
  3001.             'redis_password' => $this->getEnv('resolve:REDIS_PASSWORD'),
  3002.             'clickhouse_host' => $this->getEnv('resolve:CLICKHOUSE_HOST'),
  3003.             'clickhouse_port' => $this->getEnv('int:CLICKHOUSE_PORT'),
  3004.             'clickhouse_user' => $this->getEnv('resolve:CLICKHOUSE_USER'),
  3005.             'clickhouse_password' => $this->getEnv('resolve:CLICKHOUSE_PASSWORD'),
  3006.             'clickhouse_dbname' => $this->getEnv('resolve:CLICKHOUSE_DB'),
  3007.             'clickhouse_sslCA' => $this->getEnv('CLICKHOUSE_SSL'),
  3008.             'clickhouse_https' => $this->getEnv('bool:CLICKHOUSE_HTTPS'),
  3009.             'rabbitmq_admin_url' => $this->getEnv('resolve:RABBITMQ_ADMIN_URL'),
  3010.             'rabbitmq_stomp_url' => $this->getEnv('resolve:RABBITMQ_STOMP_URL'),
  3011.             'rabbitmq_schema' => $this->getEnv('resolve:RABBITMQ_SCHEMA'),
  3012.             'rabbitmq_host' => $this->getEnv('resolve:RABBITMQ_HOST'),
  3013.             'rabbitmq_port' => $this->getEnv('int:RABBITMQ_PORT'),
  3014.             'rabbitmq_vhost' => $this->getEnv('resolve:RABBITMQ_VHOST'),
  3015.             'rabbitmq_user' => $this->getEnv('resolve:RABBITMQ_USER'),
  3016.             'rabbitmq_password' => $this->getEnv('resolve:RABBITMQ_PASSWORD'),
  3017.             'rabbitmq_client' => $this->getEnv('json:RABBITMQ_CLIENT'),
  3018.             'rabbitmq_consumer_print_release' => $this->getEnv('bool:RABBITMQ_CONSUMER_PRINT_RELEASE'),
  3019.             'rabbitmq_consumer_print_custom_message' => $this->getEnv('string:RABBITMQ_CONSUMER_PRINT_CUSTOM_MESSAGE'),
  3020.             'dadata_api_token' => $this->getEnv('string:DADATA_API_TOKEN'),
  3021.             'dadata_api_secret' => $this->getEnv('string:DADATA_API_SECRET'),
  3022.             'cdek_api_client_id' => $this->getEnv('string:CDEK_CLIENT_ID'),
  3023.             'cdek_api_client_secret' => $this->getEnv('string:CDEK_CLIENT_SECRET'),
  3024.             'cdek_api_url' => $this->getEnv('string:CDEK_API_URL'),
  3025.             'cdek_api_consumers_number' => $this->getEnv('int:CDEK_API_CONSUMERS_NUMBER'),
  3026.             'cdek_dev_key' => $this->getEnv('string:CDEK_DEV_KEY'),
  3027.             'cdek_create_real_order' => $this->getEnv('bool:CDEK_CREATE_REAL_ORDER'),
  3028.             'pecom_api_username' => $this->getEnv('string:PECOM_API_USERNAME'),
  3029.             'pecom_api_password' => $this->getEnv('string:PECOM_API_PASSWORD'),
  3030.             'pecom_api_url' => $this->getEnv('string:PECOM_API_URL'),
  3031.             'pecom_api_username_prod' => $this->getEnv('string:PECOM_API_USERNAME_PROD'),
  3032.             'pecom_api_password_prod' => $this->getEnv('string:PECOM_API_PASSWORD_PROD'),
  3033.             'pecom_api_url_prod' => $this->getEnv('string:PECOM_API_URL_PROD'),
  3034.             'pecom_referal_id' => $this->getEnv('string:PECOM_REFERAL_ID'),
  3035.             'pecom_api_consumers_number' => $this->getEnv('int:PECOM_API_CONSUMERS_NUMBER'),
  3036.             'pecom_skip_sync_terminals' => $this->getEnv('bool:PECOM_SKIP_SYNC_TERMINALS'),
  3037.             'api_transporters' => $this->getEnv('json:API_TRANSPORTERS'),
  3038.             'dellin_api_key' => $this->getEnv('string:DELLIN_API_KEY'),
  3039.             'dellin_api_url' => $this->getEnv('string:DELLIN_API_URL'),
  3040.             'dellin_create_real_orders' => $this->getEnv('bool:DELLIN_CREATE_REAL_ORDER'),
  3041.             'dellin_enable_cache' => $this->getEnv('bool:DELLIN_ENABLE_CACHE'),
  3042.             'dellin_api_consumers_number' => $this->getEnv('int:DELLIN_API_CONSUMERS_NUMBER'),
  3043.             'dellin_api_limit_hour' => $this->getEnv('int:DELLIN_API_LIMIT_HOUR'),
  3044.             'dellin_api_limit_minute' => $this->getEnv('int:DELLIN_API_LIMIT_MINUTE'),
  3045.             'dellin_api_limit_minute_console' => $this->getEnv('int:DELLIN_API_LIMIT_MINUTE_CONSOLE'),
  3046.             'dellin_skip_sync_terminals' => $this->getEnv('bool:DELLIN_SKIP_SYNC_TERMINALS'),
  3047.             'cse_api_username' => $this->getEnv('string:CSE_API_USERNAME'),
  3048.             'cse_api_password' => $this->getEnv('string:CSE_API_PASSWORD'),
  3049.             'cse_api_url' => $this->getEnv('string:CSE_API_URL'),
  3050.             'cse_api_consumers_number' => $this->getEnv('int:CSE_API_CONSUMERS_NUMBER'),
  3051.             'cse_skip_sync_terminals' => $this->getEnv('bool:CSE_SKIP_SYNC_TERMINALS'),
  3052.             'cse_create_real_order' => $this->getEnv('bool:CSE_CREATE_REAL_ORDER'),
  3053.             'systemd_servicename_prefix' => $this->getEnv('resolve:SYSTEMD_PREFIX'),
  3054.             'supervisord_servicename_prefix' => $this->getEnv('resolve:SUPERVISORD_PREFIX'),
  3055.             'supervisord_config_dir' => $this->getEnv('resolve:SUPERVISORD_CONFIG_DIR'),
  3056.             'supervisord_wait_before_reload' => $this->getEnv('int:SUPERVISORD_WAIT_BEFORE_RELOAD'),
  3057.             'site_address' => $this->getEnv('SITE_ADDRESS'),
  3058.             'skip_update_orders' => $this->getEnv('bool:SKIP_UPDATE_ORDERS'),
  3059.             'unauthorized_appraise_limit' => $this->getEnv('int:UNAUTHORIZED_APPRAISE_LIMIT'),
  3060.             'composite_disable_units' => $this->getEnv('string:COMPOSITE_DISABLE_UNITS'),
  3061.             'throw_exception_on_find_terminals' => $this->getEnv('bool:THROW_EXCEPTION_ON_FIND_TERMINALS'),
  3062.             'oauth_swagger_client_id' => $this->getEnv('resolve:OAUTH_SWAGGER_CLIENT_ID'),
  3063.             'oauth_swagger_client_secret' => $this->getEnv('resolve:OAUTH_SWAGGER_CLIENT_SECRET'),
  3064.             'bx24.webhook.url' => $this->getEnv('resolve:BX24_WEBHOOK_URL'),
  3065.             'bx24.webhook.assigned_by_id' => $this->getEnv('int:BX24_WEBHOOK_ASSIGNED_BY_ID'),
  3066.             'bx24.webhook.category_id' => $this->getEnv('int:BX24_WEBHOOK_CATEGORY_ID'),
  3067.             'bx24.webhook.source_id' => $this->getEnv('int:BX24_WEBHOOK_SOURCE_ID'),
  3068.             'ym.host' => $this->getEnv('resolve:YM_HOST'),
  3069.             'ym.counter_id' => $this->getEnv('resolve:YM_COUNTER_ID'),
  3070.             'ym.client_id_type' => $this->getEnv('resolve:YM_CLIENT_ID_TYPE'),
  3071.             'ym.access_token' => $this->getEnv('resolve:YM_ACCESS_TOKEN'),
  3072.             'yagpt_oauth_token' => $this->getEnv('string:YAGPT_OAUTH_TOKEN'),
  3073.             'yagpt_iam_url' => $this->getEnv('string:YAGPT_IAM_URL'),
  3074.             'yagpt_completion_url' => $this->getEnv('string:YAGPT_COMPLETION_URL'),
  3075.             'yagpt_catalog_id' => $this->getEnv('string:YAGPT_CATALOG_ID'),
  3076.             'yagpt_cargo_chat_token_check_enabled' => $this->getEnv('bool:YAGPT_CARGO_CHAT_TOKEN_CHECK_ENABLED'),
  3077.             'jde_api_userid' => $this->getEnv('string:JDE_API_USERID'),
  3078.             'jde_api_key' => $this->getEnv('string:JDE_API_KEY'),
  3079.             'jde_api_url' => $this->getEnv('string:JDE_API_URL'),
  3080.             'jde_api_consumers_number' => $this->getEnv('int:JDE_API_CONSUMERS_NUMBER'),
  3081.             'jde_skip_sync_terminals' => $this->getEnv('bool:JDE_SKIP_SYNC_TERMINALS'),
  3082.             'jde_create_real_order' => $this->getEnv('bool:JDE_CREATE_REAL_ORDER'),
  3083.             'stat_em_name' => $this->getEnv('string:STAT_EM_NAME'),
  3084.             'stat_endpoint_token_check_enabled' => $this->getEnv('bool:STAT_ENDPOINT_TOKEN_CHECK_ENABLED'),
  3085.             'stat_endpoint_ignored_ip' => $this->getEnv('json:STAT_ENDPOINT_IGNORED_IP'),
  3086.             'stat_skip_orders_for_users' => $this->getEnv('string:STAT_SKIP_ORDERS_FOR_USERS'),
  3087.             'kernel.secret' => $this->getEnv('APP_SECRET'),
  3088.             'debug.file_link_format' => $this->getEnv('default::SYMFONY_IDE'),
  3089.             'debug.container.dump' => ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'),
  3090.             'serializer.mapping.cache.file' => ($this->targetDir.''.'/serialization.php'),
  3091.             'session.save_path' => ($this->targetDir.''.'/sessions'),
  3092.             'validator.mapping.cache.file' => ($this->targetDir.''.'/validation.php'),
  3093.             'profiler.storage.dsn' => ('file:'.$this->targetDir.''.'/profiler'),
  3094.             'doctrine.orm.proxy_dir' => ($this->targetDir.''.'/doctrine/orm/Proxies'),
  3095.             'nelmio_cors.defaults' => [
  3096.                 'allow_origin' => [
  3097.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  3098.                 ],
  3099.                 'allow_credentials' => false,
  3100.                 'allow_headers' => [
  3101.                     => 'content-type',
  3102.                     => 'authorization',
  3103.                 ],
  3104.                 'expose_headers' => [
  3105.                     => 'Link',
  3106.                 ],
  3107.                 'allow_methods' => [
  3108.                     => 'GET',
  3109.                     => 'OPTIONS',
  3110.                     => 'POST',
  3111.                     => 'PUT',
  3112.                     => 'PATCH',
  3113.                     => 'DELETE',
  3114.                 ],
  3115.                 'max_age' => 3600,
  3116.                 'hosts' => [
  3117.                 ],
  3118.                 'origin_regex' => true,
  3119.                 'forced_allow_origin_value' => NULL,
  3120.             ],
  3121.             'api_platform.oauth.clientId' => $this->getEnv('resolve:OAUTH_SWAGGER_CLIENT_ID'),
  3122.             'api_platform.oauth.clientSecret' => $this->getEnv('resolve:OAUTH_SWAGGER_CLIENT_SECRET'),
  3123.             'lexik_jwt_authentication.pass_phrase' => $this->getEnv('JWT_PASSPHRASE'),
  3124.             'lexik_jwt_authentication.token_ttl' => $this->getEnv('int:JWT_TOKEN_TTL'),
  3125.             'league.oauth2_server.encryption_key' => $this->getEnv('resolve:OAUTH_ENCRYPTION_KEY'),
  3126.             default => throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name)),
  3127.         };
  3128.         $this->loadedDynamicParameters[$name] = true;
  3129.         return $this->dynamicParameters[$name] = $value;
  3130.     }
  3131.     protected function getDefaultParameters(): array
  3132.     {
  3133.         return [
  3134.             'kernel.project_dir' => \dirname(__DIR__4),
  3135.             'kernel.environment' => 'dev',
  3136.             'kernel.debug' => true,
  3137.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3138.             'kernel.bundles' => [
  3139.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3140.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3141.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3142.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3143.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3144.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  3145.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  3146.                 'AwsBundle' => 'Aws\\Symfony\\AwsBundle',
  3147.                 'LogistAwsBundle' => 'LogistAwsBundle\\LogistAwsBundle',
  3148.                 'OldSoundRabbitMqBundle' => 'OldSound\\RabbitMqBundle\\OldSoundRabbitMqBundle',
  3149.                 'LogistRedisBundle' => 'LogistRedisBundle\\LogistRedisBundle',
  3150.                 'LogistCronBundle' => 'LogistCronBundle\\LogistCronBundle',
  3151.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  3152.                 'LogistDadataBundle' => 'LogistDadataBundle\\LogistDadataBundle',
  3153.                 'LogistMaintenanceBundle' => 'LogistMaintenanceBundle\\LogistMaintenanceBundle',
  3154.                 'LogistSystemdBundle' => 'LogistSystemdBundle\\LogistSystemdBundle',
  3155.                 'LogistRabbitmqBundle' => 'LogistRabbitmqBundle\\LogistRabbitmqBundle',
  3156.                 'LogistSupervisordBundle' => 'LogistSupervisordBundle\\LogistSupervisordBundle',
  3157.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3158.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  3159.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3160.                 'LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\LeagueOAuth2ServerBundle',
  3161.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3162.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3163.                 'LogistAggregatorFieldsBundle' => 'LogistAggregatorFieldsBundle\\LogistAggregatorFieldsBundle',
  3164.                 'LogistCompositeBundle' => 'LogistCompositeBundle\\LogistCompositeBundle',
  3165.                 'LogistClickHouseBundle' => 'LogistClickHouseBundle\\LogistClickHouseBundle',
  3166.                 'LogistPecomBundle' => 'LogistPecomBundle\\LogistPecomBundle',
  3167.                 'LogistDellinBundle' => 'LogistDellinBundle\\LogistDellinBundle',
  3168.                 'LogistCdekBundle' => 'LogistCdekBundle\\LogistCdekBundle',
  3169.                 'LogistCseBundle' => 'LogistCseBundle\\LogistCseBundle',
  3170.                 'LogistYagptBundle' => 'LogistYagptBundle\\LogistYagptBundle',
  3171.                 'LogistJdeBundle' => 'LogistJdeBundle\\LogistJdeBundle',
  3172.                 'LogistStatBundle' => 'LogistStatBundle\\LogistStatBundle',
  3173.             ],
  3174.             'kernel.bundles_metadata' => [
  3175.                 'FrameworkBundle' => [
  3176.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3177.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3178.                 ],
  3179.                 'TwigBundle' => [
  3180.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3181.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3182.                 ],
  3183.                 'SecurityBundle' => [
  3184.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3185.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3186.                 ],
  3187.                 'DoctrineBundle' => [
  3188.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3189.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3190.                 ],
  3191.                 'DoctrineMigrationsBundle' => [
  3192.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3193.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3194.                 ],
  3195.                 'NelmioCorsBundle' => [
  3196.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  3197.                     'namespace' => 'Nelmio\\CorsBundle',
  3198.                 ],
  3199.                 'ApiPlatformBundle' => [
  3200.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  3201.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  3202.                 ],
  3203.                 'AwsBundle' => [
  3204.                     'path' => (\dirname(__DIR__4).'/vendor/aws/aws-sdk-php-symfony/src'),
  3205.                     'namespace' => 'Aws\\Symfony',
  3206.                 ],
  3207.                 'LogistAwsBundle' => [
  3208.                     'path' => (\dirname(__DIR__4).'/vendor/logist/aws-bundle/src/LogistAwsBundle'),
  3209.                     'namespace' => 'LogistAwsBundle',
  3210.                 ],
  3211.                 'OldSoundRabbitMqBundle' => [
  3212.                     'path' => (\dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle'),
  3213.                     'namespace' => 'OldSound\\RabbitMqBundle',
  3214.                 ],
  3215.                 'LogistRedisBundle' => [
  3216.                     'path' => (\dirname(__DIR__4).'/vendor/logist/redis-bundle/src/LogistRedisBundle'),
  3217.                     'namespace' => 'LogistRedisBundle',
  3218.                 ],
  3219.                 'LogistCronBundle' => [
  3220.                     'path' => (\dirname(__DIR__4).'/vendor/logist/cron-bundle/src/LogistCronBundle'),
  3221.                     'namespace' => 'LogistCronBundle',
  3222.                 ],
  3223.                 'JMSSerializerBundle' => [
  3224.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  3225.                     'namespace' => 'JMS\\SerializerBundle',
  3226.                 ],
  3227.                 'LogistDadataBundle' => [
  3228.                     'path' => (\dirname(__DIR__4).'/vendor/logist/dadata-bundle/src/LogistDadataBundle'),
  3229.                     'namespace' => 'LogistDadataBundle',
  3230.                 ],
  3231.                 'LogistMaintenanceBundle' => [
  3232.                     'path' => (\dirname(__DIR__4).'/vendor/logist/maintenance-bundle/src/LogistMaintenanceBundle'),
  3233.                     'namespace' => 'LogistMaintenanceBundle',
  3234.                 ],
  3235.                 'LogistSystemdBundle' => [
  3236.                     'path' => (\dirname(__DIR__4).'/vendor/logist/systemd-bundle/src/LogistSystemdBundle'),
  3237.                     'namespace' => 'LogistSystemdBundle',
  3238.                 ],
  3239.                 'LogistRabbitmqBundle' => [
  3240.                     'path' => (\dirname(__DIR__4).'/vendor/logist/rabbitmq-bundle/src/LogistRabbitmqBundle'),
  3241.                     'namespace' => 'LogistRabbitmqBundle',
  3242.                 ],
  3243.                 'LogistSupervisordBundle' => [
  3244.                     'path' => (\dirname(__DIR__4).'/vendor/logist/supervisord-bundle/src/LogistSupervisordBundle'),
  3245.                     'namespace' => 'LogistSupervisordBundle',
  3246.                 ],
  3247.                 'MonologBundle' => [
  3248.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3249.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3250.                 ],
  3251.                 'LexikJWTAuthenticationBundle' => [
  3252.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  3253.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  3254.                 ],
  3255.                 'MakerBundle' => [
  3256.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3257.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3258.                 ],
  3259.                 'LeagueOAuth2ServerBundle' => [
  3260.                     'path' => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src'),
  3261.                     'namespace' => 'League\\Bundle\\OAuth2ServerBundle',
  3262.                 ],
  3263.                 'WebProfilerBundle' => [
  3264.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3265.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3266.                 ],
  3267.                 'DebugBundle' => [
  3268.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3269.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3270.                 ],
  3271.                 'LogistAggregatorFieldsBundle' => [
  3272.                     'path' => (\dirname(__DIR__4).'/vendor/logist/aggregator-fields-bundle/src/LogistAggregatorFieldsBundle'),
  3273.                     'namespace' => 'LogistAggregatorFieldsBundle',
  3274.                 ],
  3275.                 'LogistCompositeBundle' => [
  3276.                     'path' => (\dirname(__DIR__4).'/bundles/LogistCompositeBundle'),
  3277.                     'namespace' => 'LogistCompositeBundle',
  3278.                 ],
  3279.                 'LogistClickHouseBundle' => [
  3280.                     'path' => (\dirname(__DIR__4).'/vendor/logist/clickhouse-bundle/src/LogistClickHouseBundle'),
  3281.                     'namespace' => 'LogistClickHouseBundle',
  3282.                 ],
  3283.                 'LogistPecomBundle' => [
  3284.                     'path' => (\dirname(__DIR__4).'/bundles/LogistPecomBundle'),
  3285.                     'namespace' => 'LogistPecomBundle',
  3286.                 ],
  3287.                 'LogistDellinBundle' => [
  3288.                     'path' => (\dirname(__DIR__4).'/bundles/LogistDellinBundle'),
  3289.                     'namespace' => 'LogistDellinBundle',
  3290.                 ],
  3291.                 'LogistCdekBundle' => [
  3292.                     'path' => (\dirname(__DIR__4).'/bundles/LogistCdekBundle'),
  3293.                     'namespace' => 'LogistCdekBundle',
  3294.                 ],
  3295.                 'LogistCseBundle' => [
  3296.                     'path' => (\dirname(__DIR__4).'/bundles/LogistCseBundle'),
  3297.                     'namespace' => 'LogistCseBundle',
  3298.                 ],
  3299.                 'LogistYagptBundle' => [
  3300.                     'path' => (\dirname(__DIR__4).'/vendor/logist/yagpt-bundle/src/LogistYagptBundle'),
  3301.                     'namespace' => 'LogistYagptBundle',
  3302.                 ],
  3303.                 'LogistJdeBundle' => [
  3304.                     'path' => (\dirname(__DIR__4).'/bundles/LogistJdeBundle'),
  3305.                     'namespace' => 'LogistJdeBundle',
  3306.                 ],
  3307.                 'LogistStatBundle' => [
  3308.                     'path' => (\dirname(__DIR__4).'/bundles/LogistStatBundle'),
  3309.                     'namespace' => 'LogistStatBundle',
  3310.                 ],
  3311.             ],
  3312.             'kernel.charset' => 'UTF-8',
  3313.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  3314.             'graphqlValidationNormalizerMapping' => [
  3315.                 => [
  3316.                     'pattern' => 'Variable \\"(?<var_name>.+)\\" got invalid value (?<var_value>.+); Field (?<path>\\H+) of required type (?<required_type>.+) was not provided\\.',
  3317.                     'translatePath' => 'validation.noRequiredValue',
  3318.                 ],
  3319.                 => [
  3320.                     'pattern' => 'Variable \\"(?<var_name>.+)\\" got invalid value (?<var_value>.+); Expected non-nullable type (?<expected_type>.+) not to be null at (?<path>\\H+)\\.',
  3321.                     'translatePath' => 'validation.noRequiredValue',
  3322.                 ],
  3323.                 => [
  3324.                     'pattern' => 'Variable \\"(?<var_name>.+)\\" got invalid value (?<var_value>.+); Expected type (?<expected_type>.+) at (?<path>\\H+); .+ cannot represent .+ value: (?<invalid_field_value>.+)',
  3325.                     'translatePath' => 'validation.invalidValue',
  3326.                 ],
  3327.                 => [
  3328.                     'pattern' => 'Variable \\"(?<var_name>.+)\\" got invalid value (?<var_value>.+); Expected type (?<expected_type>.+) at (?<path>\\H+)\\.',
  3329.                     'translatePath' => 'validation.invalidValue',
  3330.                 ],
  3331.                 => [
  3332.                     'pattern' => 'Variable \\"(?<var_name>.+)\\" got invalid value (?<var_value>.+); Field \\"(?<invalid_field_name>.+)\\" is not defined by type (?<parent_type>.+) at (?<path>\\H+); did you mean (?<guess_field>.+)?',
  3333.                     'translatePath' => 'validation.common',
  3334.                 ],
  3335.                 => [
  3336.                     'pattern' => 'Variable \\"(?<var_name>.+)\\" got invalid value (?<var_value>.+); Field \\"(?<field_name>.+)\\" is not defined by type (?<type>.+) at (?<path>\\H+)\\.',
  3337.                     'translatePath' => 'validation.common',
  3338.                     'pathTemplate' => '%path%.%field_name%',
  3339.                 ],
  3340.                 => [
  3341.                     'pattern' => 'Variable \\"(?<var_name>.+)\\" got invalid value (?<var_value>.+); Field \\"(?<field_name>.+)\\" is not defined by type (?<type>.+)\\.',
  3342.                     'translatePath' => 'validation.common',
  3343.                     'pathTemplate' => '%field_name%',
  3344.                 ],
  3345.             ],
  3346.             'configTreeTranlationMapping' => [
  3347.                 => [
  3348.                     'pattern' => 'The value (?<value>\\H+) is too small for path "(?<path>\\H+)". Should be greater than or equal to (?<limit>\\H+)',
  3349.                     'translatePath' => 'validation.configTree.numberTooSmall',
  3350.                 ],
  3351.                 => [
  3352.                     'pattern' => 'The value (?<value>\\H+) is too big for path "(?<path>\\H+)". Should be less than or equal to (?<limit>\\H+)',
  3353.                     'translatePath' => 'validation.configTree.numberTooBig',
  3354.                 ],
  3355.                 => [
  3356.                     'pattern' => 'Invalid type for path "(?<path>\\H+)". Expected "(?<expected_type>\\H+)", but got "(?<invalid_type>\\H+)"\\.?',
  3357.                     'translatePath' => 'validation.configTree.invalidType',
  3358.                 ],
  3359.                 => [
  3360.                     'pattern' => 'Invalid type for path "(?<path>\\H+)". Expected( one of| )(?<expected_type>.+), but got( one of| )(<invalid_type>.+)\\.',
  3361.                     'translatePath' => 'validation.configTree.invalidType',
  3362.                 ],
  3363.                 => [
  3364.                     'pattern' => 'Unrecognized options? "(?<invalid_option>\\H+)" under "(?<path>\\H+)". Did you mean "(?<guess>.+)"\\?"',
  3365.                     'translatePath' => 'validation.configTree.invalidOptionGuess',
  3366.                 ],
  3367.                 => [
  3368.                     'pattern' => 'Unrecognized options? "(?<invalid_option>\\H+)" under "(?<path>\\H+)". Available options? (is|are) "(?<available>.+)"\\.',
  3369.                     'translatePath' => 'validation.configTree.invalidOptionAvailable',
  3370.                 ],
  3371.                 => [
  3372.                     'pattern' => 'The value (?<value>.+) is not allowed for path "(?<path>\\H+)". Permissible values: (?<available>.+)',
  3373.                     'translatePath' => 'validation.configTree.invalidValueEnum',
  3374.                 ],
  3375.                 => [
  3376.                     'pattern' => 'The path "(?<path>\\H+)" cannot contain an empty value, but got (?<value>\\H*).',
  3377.                     'translatePath' => 'validation.configTree.emptyValue',
  3378.                 ],
  3379.                 => [
  3380.                     'pattern' => 'The child config \\"(?<path>\\H+)\\" under \\"\\" must be configured\\.',
  3381.                     'translatePath' => 'validation.configTree.emptyValue',
  3382.                 ],
  3383.                 => [
  3384.                     'pattern' => 'The child config \\"(?<child>\\H+)\\" under \\"(?<parent>\\H+)\\" must be configured\\.',
  3385.                     'translatePath' => 'validation.configTree.emptyValue',
  3386.                     'pathTemplate' => '%parent%.%child%',
  3387.                 ],
  3388.             ],
  3389.             'yagpt-prompt' => [
  3390.                 'simple' => [
  3391.                     'type' => 'pro',
  3392.                     'text' => 'Ты - умный ассистент.',
  3393.                     'temperature' => 0.6,
  3394.                 ],
  3395.                 'cargo-default' => [
  3396.                     'type' => 'pro',
  3397.                     'text' => 'Ты - умный ассистент assistant. Пользователь хочет узнать ориентировочные габариты объекта: длину, ширину и высоту, а так же вес. Если ты не знаешь точно, то можешь предположить. Можешь задавать уточняющие вопросы. Запрещено использовать в ответе ссылки на сайты в интернете. На вопросы, не связанные с определением габаритов, отвечай только текстом "Пожалуйста, укажите больше информации о грузе.", не добавляя ничего более.  Если ты не можешь определить габариты, отвечай только фразой "Пожалуйста, укажите больше информации о грузе.", не добавляя ничего более. Не рассказывай сказки. Не произноси тосты. Отвечай максимально кратко.',
  3398.                     'temperature' => 0.1,
  3399.                 ],
  3400.                 'cargo-1' => [
  3401.                     'type' => 'pro',
  3402.                     'text' => 'Ты - умный ассистент assistant. запросы пользователей связаны с участием в закупках. Пользователь хочет узнать габариты объекта: длину, ширину, высоту и вес. Если ты не знаешь точных габаритов, то предлагай габариты на основе характеристик схожих объектов известных тебе. Такие предложения начинай фразой "У меня нет точных данных о конкретной модели, но могу предположить, что размер аналогичен". В своих предположениях обязательно указывай габариты в сантиметрах и вес в килограммах, про которые говоришь. Запрещено использовать в ответе ссылки на сайты в интернете. Не рассказывай сказки. Не произноси тосты. В ответе используй не более 200 токенов'."\n".'',
  3403.                     'temperature' => 0.1,
  3404.                 ],
  3405.             ],
  3406.             'kernel.root_dir' => \dirname(__DIR__4),
  3407.             'kernel.manifest_dir' => (\dirname(__DIR__3).'/manifest/'),
  3408.             'aws_enabled' => false,
  3409.             'aws_key' => 'test',
  3410.             'aws_secret' => 'test',
  3411.             'aws_bucket' => 'dev-share',
  3412.             'database_options' => NULL,
  3413.             'supervisord_log_dir' => (\dirname(__DIR__3).'/log/supervisord'),
  3414.             'systemd_working_dir' => \dirname(__DIR__4),
  3415.             'php' => 'php',
  3416.             'one_time_tokens_ttl' => 10800,
  3417.             'event_dispatcher.event_aliases' => [
  3418.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3419.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3420.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3421.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3422.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3423.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3424.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3425.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3426.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3427.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3428.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3429.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3430.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3431.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3432.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3433.             ],
  3434.             'fragment.renderer.hinclude.global_template' => NULL,
  3435.             'fragment.path' => '/_fragment',
  3436.             'kernel.http_method_override' => false,
  3437.             'kernel.trust_x_sendfile_type_header' => false,
  3438.             'kernel.trusted_hosts' => [
  3439.             ],
  3440.             'kernel.default_locale' => 'ru',
  3441.             'kernel.enabled_locales' => [
  3442.             ],
  3443.             'kernel.error_controller' => 'error_controller',
  3444.             'asset.request_context.base_path' => NULL,
  3445.             'asset.request_context.secure' => NULL,
  3446.             'translator.logging' => false,
  3447.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3448.             'debug.error_handler.throw_at' => -1,
  3449.             'router.request_context.host' => 'localhost',
  3450.             'router.request_context.scheme' => 'http',
  3451.             'router.request_context.base_url' => '',
  3452.             'router.resource' => 'kernel::loadRoutes',
  3453.             'request_listener.http_port' => 80,
  3454.             'request_listener.https_port' => 443,
  3455.             'session.metadata.storage_key' => '_sf2_meta',
  3456.             'session.storage.options' => [
  3457.                 'cache_limiter' => '0',
  3458.                 'cookie_lifetime' => 3600,
  3459.                 'cookie_secure' => 'auto',
  3460.                 'cookie_httponly' => true,
  3461.                 'cookie_samesite' => 'lax',
  3462.                 'gc_maxlifetime' => 1800,
  3463.                 'gc_probability' => 1,
  3464.             ],
  3465.             'session.metadata.update_threshold' => 0,
  3466.             'validator.translation_domain' => 'validators',
  3467.             'profiler_listener.only_exceptions' => false,
  3468.             'profiler_listener.only_main_requests' => false,
  3469.             'twig.form.resources' => [
  3470.                 => 'form_div_layout.html.twig',
  3471.             ],
  3472.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3473.             'security.role_hierarchy.roles' => [
  3474.             ],
  3475.             'security.access.denied_url' => NULL,
  3476.             'security.authentication.manager.erase_credentials' => true,
  3477.             'security.authentication.session_strategy.strategy' => 'migrate',
  3478.             'security.authentication.hide_user_not_found' => true,
  3479.             'security.firewalls' => [
  3480.                 => 'dev',
  3481.                 => 'api',
  3482.                 => 'authentication_token',
  3483.                 => 'main',
  3484.             ],
  3485.             'lexik_jwt_authentication.authenticator_manager_enabled' => true,
  3486.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  3487.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  3488.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  3489.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3490.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3491.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3492.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3493.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3494.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3495.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3496.             'doctrine.entity_managers' => [
  3497.                 'default' => 'doctrine.orm.default_entity_manager',
  3498.                 'second' => 'doctrine.orm.second_entity_manager',
  3499.             ],
  3500.             'doctrine.default_entity_manager' => 'default',
  3501.             'doctrine.dbal.connection_factory.types' => [
  3502.                 'oauth2_grant' => [
  3503.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Grant',
  3504.                 ],
  3505.                 'oauth2_redirect_uri' => [
  3506.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\RedirectUri',
  3507.                 ],
  3508.                 'oauth2_scope' => [
  3509.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Scope',
  3510.                 ],
  3511.             ],
  3512.             'doctrine.connections' => [
  3513.                 'default' => 'doctrine.dbal.default_connection',
  3514.                 'second' => 'doctrine.dbal.second_connection',
  3515.             ],
  3516.             'doctrine.default_connection' => 'default',
  3517.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3518.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3519.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3520.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3521.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3522.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3523.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3524.             'doctrine.orm.cache.memcache_port' => 11211,
  3525.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3526.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3527.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3528.             'doctrine.orm.cache.memcached_port' => 11211,
  3529.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3530.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3531.             'doctrine.orm.cache.redis_host' => 'localhost',
  3532.             'doctrine.orm.cache.redis_port' => 6379,
  3533.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3534.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3535.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3536.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3537.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3538.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3539.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3540.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3541.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3542.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3543.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3544.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3545.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3546.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3547.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3548.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3549.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3550.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3551.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3552.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3553.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3554.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3555.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3556.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3557.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3558.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3559.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3560.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3561.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3562.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3563.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3564.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3565.             'doctrine.migrations.preferred_em' => NULL,
  3566.             'doctrine.migrations.preferred_connection' => NULL,
  3567.             'nelmio_cors.map' => [
  3568.                 '^/' => [
  3569.                 ],
  3570.             ],
  3571.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  3572.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  3573.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  3574.             'api_platform.enable_entrypoint' => true,
  3575.             'api_platform.enable_docs' => true,
  3576.             'api_platform.title' => '',
  3577.             'api_platform.description' => '',
  3578.             'api_platform.version' => '0.0.0',
  3579.             'api_platform.show_webby' => true,
  3580.             'api_platform.url_generation_strategy' => 1,
  3581.             'api_platform.exception_to_status' => [
  3582.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  3583.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  3584.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  3585.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  3586.             ],
  3587.             'api_platform.formats' => [
  3588.                 'jsonld' => [
  3589.                     => 'application/ld+json',
  3590.                 ],
  3591.                 'json' => [
  3592.                     => 'application/json',
  3593.                 ],
  3594.                 'xml' => [
  3595.                     => 'application/xml',
  3596.                 ],
  3597.                 'html' => [
  3598.                     => 'text/html',
  3599.                 ],
  3600.                 'graphql' => [
  3601.                     => 'application/graphql',
  3602.                 ],
  3603.             ],
  3604.             'api_platform.patch_formats' => [
  3605.                 'json' => [
  3606.                     => 'application/merge-patch+json',
  3607.                 ],
  3608.             ],
  3609.             'api_platform.error_formats' => [
  3610.                 'jsonproblem' => [
  3611.                     => 'application/problem+json',
  3612.                 ],
  3613.                 'jsonld' => [
  3614.                     => 'application/ld+json',
  3615.                 ],
  3616.             ],
  3617.             'api_platform.eager_loading.enabled' => true,
  3618.             'api_platform.eager_loading.max_joins' => 30,
  3619.             'api_platform.eager_loading.fetch_partial' => false,
  3620.             'api_platform.eager_loading.force_eager' => true,
  3621.             'api_platform.collection.exists_parameter_name' => 'exists',
  3622.             'api_platform.collection.order' => 'ASC',
  3623.             'api_platform.collection.order_parameter_name' => 'order',
  3624.             'api_platform.collection.order_nulls_comparison' => NULL,
  3625.             'api_platform.collection.pagination.enabled' => true,
  3626.             'api_platform.collection.pagination.partial' => false,
  3627.             'api_platform.collection.pagination.client_enabled' => false,
  3628.             'api_platform.collection.pagination.client_items_per_page' => false,
  3629.             'api_platform.collection.pagination.client_partial' => false,
  3630.             'api_platform.collection.pagination.items_per_page' => 30,
  3631.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  3632.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  3633.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  3634.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  3635.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  3636.             'api_platform.collection.pagination' => [
  3637.                 'enabled' => true,
  3638.                 'page_parameter_name' => 'page',
  3639.                 'enabled_parameter_name' => 'pagination',
  3640.                 'items_per_page_parameter_name' => 'itemsPerPage',
  3641.                 'partial_parameter_name' => 'partial',
  3642.             ],
  3643.             'api_platform.http_cache.etag' => true,
  3644.             'api_platform.http_cache.max_age' => NULL,
  3645.             'api_platform.http_cache.shared_max_age' => NULL,
  3646.             'api_platform.http_cache.vary' => [
  3647.                 => 'Accept',
  3648.             ],
  3649.             'api_platform.http_cache.public' => NULL,
  3650.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  3651.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  3652.             'api_platform.asset_package' => NULL,
  3653.             'api_platform.defaults' => [
  3654.                 'extra_properties' => [
  3655.                 ],
  3656.                 'security' => 'is_granted("ROLE_USER")',
  3657.             ],
  3658.             'api_platform.resource_class_directories' => [
  3659.                 => (\dirname(__DIR__4).'/vendor/logist/dadata-bundle/src/LogistDadataBundle/Entity'),
  3660.                 => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Entity'),
  3661.                 => (\dirname(__DIR__4).'/vendor/logist/aggregator-fields-bundle/src/LogistAggregatorFieldsBundle/Entity'),
  3662.                 => (\dirname(__DIR__4).'/vendor/logist/clickhouse-bundle/src/LogistClickHouseBundle/Entity'),
  3663.                 => (\dirname(__DIR__4).'/bundles/LogistPecomBundle/Entity'),
  3664.                 => (\dirname(__DIR__4).'/bundles/LogistDellinBundle/Entity'),
  3665.                 => (\dirname(__DIR__4).'/bundles/LogistCseBundle/Entity'),
  3666.                 => (\dirname(__DIR__4).'/vendor/logist/yagpt-bundle/src/LogistYagptBundle/Entity'),
  3667.                 => (\dirname(__DIR__4).'/bundles/LogistJdeBundle/Entity'),
  3668.                 => (\dirname(__DIR__4).'/bundles/LogistStatBundle/Entity'),
  3669.                 10 => (\dirname(__DIR__4).'/src/Entity'),
  3670.                 11 => (\dirname(__DIR__4).'/src/ApiType'),
  3671.                 12 => (\dirname(__DIR__4).'/bundles/LogistDellinBundle/Graphql/Type/'),
  3672.                 13 => (\dirname(__DIR__4).'/bundles/LogistPecomBundle/Graphql/Type/'),
  3673.                 14 => (\dirname(__DIR__4).'/vendor/logist/dadata-bundle/src/LogistDadataBundle/Entity/'),
  3674.                 15 => (\dirname(__DIR__4).'/bundles/LogistJdeBundle/Graphql/Type/'),
  3675.             ],
  3676.             'api_platform.oauth.enabled' => false,
  3677.             'api_platform.oauth.type' => 'oauth2',
  3678.             'api_platform.oauth.flow' => 'authorizationCode',
  3679.             'api_platform.oauth.tokenUrl' => '/token',
  3680.             'api_platform.oauth.authorizationUrl' => '/authorize',
  3681.             'api_platform.oauth.refreshUrl' => '',
  3682.             'api_platform.oauth.scopes' => [
  3683.                 'user' => 'ROLE_OAUTH2_USER',
  3684.             ],
  3685.             'api_platform.oauth.pkce' => false,
  3686.             'api_platform.openapi.termsOfService' => NULL,
  3687.             'api_platform.openapi.contact.name' => NULL,
  3688.             'api_platform.openapi.contact.url' => NULL,
  3689.             'api_platform.openapi.contact.email' => NULL,
  3690.             'api_platform.openapi.license.name' => NULL,
  3691.             'api_platform.openapi.license.url' => NULL,
  3692.             'api_platform.swagger.versions' => [
  3693.                 => 3,
  3694.             ],
  3695.             'api_platform.enable_swagger_ui' => true,
  3696.             'api_platform.enable_re_doc' => true,
  3697.             'api_platform.swagger.api_keys' => [
  3698.                 'JWT' => [
  3699.                     'name' => 'Authorization',
  3700.                     'type' => 'header',
  3701.                 ],
  3702.             ],
  3703.             'api_platform.swagger_ui.extra_configuration' => [
  3704.             ],
  3705.             'api_platform.graphql.enabled' => true,
  3706.             'api_platform.graphql.graphiql.enabled' => false,
  3707.             'api_platform.graphql.graphql_playground.enabled' => true,
  3708.             'api_platform.graphql.collection.pagination' => [
  3709.                 'enabled' => true,
  3710.             ],
  3711.             'api_platform.graphql.default_ide' => false,
  3712.             'api_platform.graphql.nesting_separator' => '_',
  3713.             'api_platform.validator.serialize_payload_fields' => [
  3714.             ],
  3715.             'api_platform.validator.query_parameter_validation' => true,
  3716.             'api_platform.elasticsearch.enabled' => false,
  3717.             'aws_sdk.class' => 'Aws\\Sdk',
  3718.             'old_sound_rabbit_mq.connection.class' => 'PhpAmqpLib\\Connection\\AMQPStreamConnection',
  3719.             'old_sound_rabbit_mq.socket_connection.class' => 'PhpAmqpLib\\Connection\\AMQPSocketConnection',
  3720.             'old_sound_rabbit_mq.lazy.connection.class' => 'PhpAmqpLib\\Connection\\AMQPLazyConnection',
  3721.             'old_sound_rabbit_mq.lazy.socket_connection.class' => 'PhpAmqpLib\\Connection\\AMQPLazySocketConnection',
  3722.             'old_sound_rabbit_mq.connection_factory.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AMQPConnectionFactory',
  3723.             'old_sound_rabbit_mq.binding.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Binding',
  3724.             'old_sound_rabbit_mq.producer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Producer',
  3725.             'old_sound_rabbit_mq.consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Consumer',
  3726.             'old_sound_rabbit_mq.multi_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\MultipleConsumer',
  3727.             'old_sound_rabbit_mq.dynamic_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\DynamicConsumer',
  3728.             'old_sound_rabbit_mq.batch_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\BatchConsumer',
  3729.             'old_sound_rabbit_mq.anon_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AnonConsumer',
  3730.             'old_sound_rabbit_mq.rpc_client.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\RpcClient',
  3731.             'old_sound_rabbit_mq.rpc_server.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\RpcServer',
  3732.             'old_sound_rabbit_mq.logged.channel.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AMQPLoggedChannel',
  3733.             'old_sound_rabbit_mq.data_collector.class' => 'OldSound\\RabbitMqBundle\\DataCollector\\MessageDataCollector',
  3734.             'old_sound_rabbit_mq.parts_holder.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AmqpPartsHolder',
  3735.             'old_sound_rabbit_mq.fallback.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Fallback',
  3736.             'jms_serializer.twig_enabled' => 'default',
  3737.             'monolog.use_microseconds' => true,
  3738.             'monolog.swift_mailer.handlers' => [
  3739.             ],
  3740.             'monolog.handlers_to_channels' => [
  3741.                 'monolog.handler.yandex_metrika' => [
  3742.                     'type' => 'inclusive',
  3743.                     'elements' => [
  3744.                         => 'yandex-metrika',
  3745.                     ],
  3746.                 ],
  3747.                 'monolog.handler.console' => [
  3748.                     'type' => 'exclusive',
  3749.                     'elements' => [
  3750.                         => 'event',
  3751.                         => 'doctrine',
  3752.                         => 'console',
  3753.                     ],
  3754.                 ],
  3755.                 'monolog.handler.jde_bundle' => [
  3756.                     'type' => 'inclusive',
  3757.                     'elements' => [
  3758.                         => 'jde_bundle',
  3759.                     ],
  3760.                 ],
  3761.                 'monolog.handler.aggregator_api' => [
  3762.                     'type' => 'inclusive',
  3763.                     'elements' => [
  3764.                         => 'aggregator_api',
  3765.                     ],
  3766.                 ],
  3767.                 'monolog.handler.dellin_bundle' => [
  3768.                     'type' => 'inclusive',
  3769.                     'elements' => [
  3770.                         => 'dellin_bundle',
  3771.                     ],
  3772.                 ],
  3773.                 'monolog.handler.telegram_bundle' => [
  3774.                     'type' => 'inclusive',
  3775.                     'elements' => [
  3776.                         => 'dadata_bundle',
  3777.                     ],
  3778.                 ],
  3779.                 'monolog.handler.cse_bundle' => [
  3780.                     'type' => 'inclusive',
  3781.                     'elements' => [
  3782.                         => 'cse_bundle',
  3783.                     ],
  3784.                 ],
  3785.                 'monolog.handler.cron_bundle' => [
  3786.                     'type' => 'inclusive',
  3787.                     'elements' => [
  3788.                         => 'cron_bundle',
  3789.                     ],
  3790.                 ],
  3791.                 'monolog.handler.composite_bundle' => [
  3792.                     'type' => 'inclusive',
  3793.                     'elements' => [
  3794.                         => 'composite_bundle',
  3795.                     ],
  3796.                 ],
  3797.                 'monolog.handler.pecom_bundle' => [
  3798.                     'type' => 'inclusive',
  3799.                     'elements' => [
  3800.                         => 'cdek_bundle',
  3801.                         => 'pecom_bundle',
  3802.                     ],
  3803.                 ],
  3804.                 'monolog.handler.main' => [
  3805.                     'type' => 'exclusive',
  3806.                     'elements' => [
  3807.                         => 'cdek_bundle',
  3808.                         => 'aggregator_api',
  3809.                         => 'composite_bundle',
  3810.                         => 'cron_bundle',
  3811.                         => 'cse_bundle',
  3812.                         => 'dadata_bundle',
  3813.                         => 'dellin_bundle',
  3814.                         => 'jde_bundle',
  3815.                         11 => 'event',
  3816.                         12 => 'pecom_bundle',
  3817.                         14 => 'yandex-metrika',
  3818.                     ],
  3819.                 ],
  3820.             ],
  3821.             'lexik_jwt_authentication.clock_skew' => 0,
  3822.             'lexik_jwt_authentication.user_identity_field' => 'username',
  3823.             'lexik_jwt_authentication.allow_no_expiration' => false,
  3824.             'lexik_jwt_authentication.user_id_claim' => 'username',
  3825.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  3826.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  3827.             'league.oauth2_server.persistence.doctrine.enabled' => true,
  3828.             'league.oauth2_server.persistence.doctrine.manager' => 'default',
  3829.             'league.oauth2_server.encryption_key.type' => 'plain',
  3830.             'league.oauth2_server.scopes.default' => [
  3831.                 => 'user',
  3832.             ],
  3833.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3834.             'web_profiler.debug_toolbar.mode' => 2,
  3835.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3836.             'data_collector.templates' => [
  3837.                 'data_collector.request' => [
  3838.                     => 'request',
  3839.                     => '@WebProfiler/Collector/request.html.twig',
  3840.                 ],
  3841.                 'api_platform.data_collector.request' => [
  3842.                     => 'api_platform.data_collector.request',
  3843.                     => '@ApiPlatform/DataCollector/request.html.twig',
  3844.                 ],
  3845.                 'data_collector.time' => [
  3846.                     => 'time',
  3847.                     => '@WebProfiler/Collector/time.html.twig',
  3848.                 ],
  3849.                 'data_collector.memory' => [
  3850.                     => 'memory',
  3851.                     => '@WebProfiler/Collector/memory.html.twig',
  3852.                 ],
  3853.                 'data_collector.validator' => [
  3854.                     => 'validator',
  3855.                     => '@WebProfiler/Collector/validator.html.twig',
  3856.                 ],
  3857.                 'data_collector.ajax' => [
  3858.                     => 'ajax',
  3859.                     => '@WebProfiler/Collector/ajax.html.twig',
  3860.                 ],
  3861.                 'data_collector.exception' => [
  3862.                     => 'exception',
  3863.                     => '@WebProfiler/Collector/exception.html.twig',
  3864.                 ],
  3865.                 'data_collector.logger' => [
  3866.                     => 'logger',
  3867.                     => '@WebProfiler/Collector/logger.html.twig',
  3868.                 ],
  3869.                 'data_collector.events' => [
  3870.                     => 'events',
  3871.                     => '@WebProfiler/Collector/events.html.twig',
  3872.                 ],
  3873.                 'data_collector.router' => [
  3874.                     => 'router',
  3875.                     => '@WebProfiler/Collector/router.html.twig',
  3876.                 ],
  3877.                 'data_collector.cache' => [
  3878.                     => 'cache',
  3879.                     => '@WebProfiler/Collector/cache.html.twig',
  3880.                 ],
  3881.                 'data_collector.translation' => [
  3882.                     => 'translation',
  3883.                     => '@WebProfiler/Collector/translation.html.twig',
  3884.                 ],
  3885.                 'data_collector.security' => [
  3886.                     => 'security',
  3887.                     => '@Security/Collector/security.html.twig',
  3888.                 ],
  3889.                 'data_collector.twig' => [
  3890.                     => 'twig',
  3891.                     => '@WebProfiler/Collector/twig.html.twig',
  3892.                 ],
  3893.                 'data_collector.doctrine' => [
  3894.                     => 'db',
  3895.                     => '@Doctrine/Collector/db.html.twig',
  3896.                 ],
  3897.                 'data_collector.dump' => [
  3898.                     => 'dump',
  3899.                     => '@Debug/Profiler/dump.html.twig',
  3900.                 ],
  3901.                 'mailer.data_collector' => [
  3902.                     => 'mailer',
  3903.                     => '@WebProfiler/Collector/mailer.html.twig',
  3904.                 ],
  3905.                 'serializer.data_collector' => [
  3906.                     => 'serializer',
  3907.                     => '@WebProfiler/Collector/serializer.html.twig',
  3908.                 ],
  3909.                 'jms_serializer.data_collector' => [
  3910.                     => 'jms_serializer',
  3911.                     => '@JMSSerializer/Collector/panel.html.twig',
  3912.                 ],
  3913.                 'data_collector.config' => [
  3914.                     => 'config',
  3915.                     => '@WebProfiler/Collector/config.html.twig',
  3916.                 ],
  3917.             ],
  3918.             'old_sound_rabbit_mq.base_amqp' => [
  3919.                 => 'old_sound_rabbit_mq.composite_server_producer',
  3920.                 => 'old_sound_rabbit_mq.cron_producer',
  3921.                 => 'old_sound_rabbit_mq.public_producer',
  3922.             ],
  3923.             'console.command.ids' => [
  3924.                 => 'console.command.public_alias.LogistRedisBundle\\Command\\KeysCommand',
  3925.                 => 'console.command.public_alias.LogistRedisBundle\\Command\\ResetCommand',
  3926.                 => 'console.command.public_alias.LogistCronBundle\\Command\\CbCrontabCommand',
  3927.                 => 'console.command.public_alias.LogistCronBundle\\Command\\CbConfigCommand',
  3928.                 => 'console.command.public_alias.LogistMaintenanceBundle\\Command\\MaintenanceModeCommand',
  3929.                 => 'console.command.public_alias.LogistSystemdBundle\\Command\\SetupCommand',
  3930.                 => 'console.command.public_alias.LogistSystemdBundle\\Command\\GenerateCommand',
  3931.                 => 'console.command.public_alias.LogistSystemdBundle\\Command\\ListCommand',
  3932.                 => 'console.command.public_alias.LogistRabbitmqBundle\\Command\\BindCommand',
  3933.                 => 'console.command.public_alias.LogistRabbitmqBundle\\Command\\CallConsumerCommand',
  3934.                 10 => 'console.command.public_alias.LogistRabbitmqBundle\\Command\\GenerateConsumerCmdCommand',
  3935.                 11 => 'console.command.public_alias.LogistRabbitmqBundle\\Command\\ListConsumersCommand',
  3936.                 12 => 'console.command.public_alias.LogistRabbitmqBundle\\Command\\ClearTempQueueusCommand',
  3937.                 13 => 'console.command.public_alias.LogistSupervisordBundle\\Command\\CtlCommand',
  3938.                 14 => 'console.command.public_alias.LogistSupervisordBundle\\Command\\GenerateCommand',
  3939.                 15 => 'console.command.public_alias.LogistSupervisordBundle\\Command\\ListCommand',
  3940.                 16 => 'console.command.public_alias.LogistClickHouseBundle\\Command\\ModifyTablesCommand',
  3941.                 17 => 'console.command.public_alias.LogistClickHouseBundle\\Command\\CheckPhpCommand',
  3942.                 18 => 'console.command.public_alias.LogistClickHouseBundle\\Command\\InitTablesCommand',
  3943.                 19 => 'console.command.public_alias.LogistClickHouseBundle\\Command\\ResetTablesCommand',
  3944.             ],
  3945.         ];
  3946.     }
  3947. }