var/cache/dev/ContainerZwCuihT/App_KernelDevDebugContainer.php line 1516

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