var/cache/dev/ContainerKORwlbj/App_KernelDevDebugContainer.php line 739

Open in your IDE?
  1. <?php
  2. namespace ContainerKORwlbj;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  36.             '.container.private.session' => 'get_Container_Private_SessionService',
  37.             '.container.private.twig' => 'get_Container_Private_TwigService',
  38.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39.             'cache.app' => 'getCache_AppService',
  40.             'cache.system' => 'getCache_SystemService',
  41.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  42.             'data_collector.dump' => 'getDataCollector_DumpService',
  43.             'doctrine' => 'getDoctrineService',
  44.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  45.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  46.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  47.             'event_dispatcher' => 'getEventDispatcherService',
  48.             'http_kernel' => 'getHttpKernelService',
  49.             'monolog.logger.eventProvider' => 'getMonolog_Logger_EventProviderService',
  50.             'old_sound_rabbit_mq.connection.default' => 'getOldSoundRabbitMq_Connection_DefaultService',
  51.             'old_sound_rabbit_mq.event_sender_producer' => 'getOldSoundRabbitMq_EventSenderProducerService',
  52.             'old_sound_rabbit_mq.order_holder_producer' => 'getOldSoundRabbitMq_OrderHolderProducerService',
  53.             'old_sound_rabbit_mq.warehouse_producer' => 'getOldSoundRabbitMq_WarehouseProducerService',
  54.             'request_stack' => 'getRequestStackService',
  55.             'router' => 'getRouterService',
  56.             'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
  57.             'sonata.block.manager' => 'getSonata_Block_ManagerService',
  58.             'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
  59.             'sonata.twig.flashmessage.twig.extension' => 'getSonata_Twig_Flashmessage_Twig_ExtensionService',
  60.             'translator' => 'getTranslatorService',
  61.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  62.             'cache_clearer' => 'getCacheClearerService',
  63.             'filesystem' => 'getFilesystemService',
  64.             'serializer' => 'getSerializerService',
  65.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  66.             'form.factory' => 'getForm_FactoryService',
  67.             'form.type.file' => 'getForm_Type_FileService',
  68.             'profiler' => 'getProfilerService',
  69.             'twig' => 'getTwigService',
  70.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  71.             'security.token_storage' => 'getSecurity_TokenStorageService',
  72.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  73.             'session' => 'getSessionService',
  74.             'validator' => 'getValidatorService',
  75.         ];
  76.         $this->fileMap = [
  77.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  78.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  79.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  80.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  81.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  82.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  83.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  84.             'App\\Controller\\AdminLoginController' => 'getAdminLoginControllerService',
  85.             'App\\Controller\\Admin\\DomainController' => 'getDomainControllerService',
  86.             'App\\Controller\\Admin\\DomainEmailTemplateController' => 'getDomainEmailTemplateControllerService',
  87.             'App\\Controller\\Admin\\FileManagerController' => 'getFileManagerControllerService',
  88.             'App\\Controller\\Admin\\FulfillmentController' => 'getFulfillmentControllerService',
  89.             'App\\Controller\\Admin\\FunnelStatisticsController' => 'getFunnelStatisticsControllerService',
  90.             'App\\Controller\\Admin\\MarketingCostController' => 'getMarketingCostControllerService',
  91.             'App\\Controller\\Admin\\OrderController' => 'getOrderControllerService',
  92.             'App\\Controller\\Admin\\PSPController' => 'getPSPControllerService',
  93.             'App\\Controller\\Admin\\PaymentProviderController' => 'getPaymentProviderControllerService',
  94.             'App\\Controller\\Admin\\PickAndPackController' => 'getPickAndPackControllerService',
  95.             'App\\Controller\\Admin\\ProductController' => 'getProductControllerService',
  96.             'App\\Controller\\Admin\\ProductStockTransactionController' => 'getProductStockTransactionControllerService',
  97.             'App\\Controller\\Admin\\StatisticsController' => 'getStatisticsControllerService',
  98.             'App\\Controller\\Admin\\SubscriptionFrequencyController' => 'getSubscriptionFrequencyControllerService',
  99.             'App\\Controller\\Admin\\SupportChatController' => 'getSupportChatControllerService',
  100.             'App\\Controller\\Admin\\TrackerController' => 'getTrackerControllerService',
  101.             'App\\Controller\\Admin\\UserController' => 'getUserControllerService',
  102.             'App\\Controller\\Api\\ApiCheckoutController' => 'getApiCheckoutControllerService',
  103.             'App\\Controller\\Api\\ApiEventController' => 'getApiEventControllerService',
  104.             'App\\Controller\\Api\\ApiWebhookController' => 'getApiWebhookControllerService',
  105.             'App\\Controller\\Api\\PaymentProvider\\KlarnaProviderController' => 'getKlarnaProviderControllerService',
  106.             'App\\Controller\\Api\\v1\\EndUserController' => 'getEndUserControllerService',
  107.             'App\\Controller\\Api\\v1\\OrderController' => 'getOrderController2Service',
  108.             'App\\Controller\\Api\\v1\\OrderInvoiceController' => 'getOrderInvoiceControllerService',
  109.             'App\\Controller\\Api\\v1\\ProductController' => 'getProductController2Service',
  110.             'App\\Controller\\Api\\v1\\SubscriptionController' => 'getSubscriptionControllerService',
  111.             'App\\Controller\\Api\\v1\\SupportChatController' => 'getSupportChatController2Service',
  112.             'App\\Controller\\AuthCustomerAppController' => 'getAuthCustomerAppControllerService',
  113.             'App\\Controller\\CheckoutPageController' => 'getCheckoutPageControllerService',
  114.             'App\\Controller\\CheckoutPageNewController' => 'getCheckoutPageNewControllerService',
  115.             'App\\Controller\\CustomAbstractController' => 'getCustomAbstractControllerService',
  116.             'App\\Controller\\DefaultController' => 'getDefaultControllerService',
  117.             'App\\Controller\\FunnelController' => 'getFunnelControllerService',
  118.             'App\\Controller\\LandingPageController' => 'getLandingPageControllerService',
  119.             'App\\Controller\\LegalPageController' => 'getLegalPageControllerService',
  120.             'App\\Controller\\OrderController' => 'getOrderController3Service',
  121.             'App\\Controller\\TrackerController' => 'getTrackerController2Service',
  122.             'App\\Controller\\Webhook\\Subscription\\KlarnaWebhookController' => 'getKlarnaWebhookControllerService',
  123.             'App\\Controller\\Webhook\\Subscription\\MollieWebhookController' => 'getMollieWebhookControllerService',
  124.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  125.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  126.             'admin.country.template_registry' => 'getAdmin_Country_TemplateRegistryService',
  127.             'admin.currency.template_registry' => 'getAdmin_Currency_TemplateRegistryService',
  128.             'admin.domain.template_registry' => 'getAdmin_Domain_TemplateRegistryService',
  129.             'admin.domainEmailTemplate.template_registry' => 'getAdmin_DomainEmailTemplate_TemplateRegistryService',
  130.             'admin.domainVat.template_registry' => 'getAdmin_DomainVat_TemplateRegistryService',
  131.             'admin.enduser.template_registry' => 'getAdmin_Enduser_TemplateRegistryService',
  132.             'admin.faq.template_registry' => 'getAdmin_Faq_TemplateRegistryService',
  133.             'admin.fulfillment.template_registry' => 'getAdmin_Fulfillment_TemplateRegistryService',
  134.             'admin.funnel.template_registry' => 'getAdmin_Funnel_TemplateRegistryService',
  135.             'admin.funnel_statistics.template_registry' => 'getAdmin_FunnelStatistics_TemplateRegistryService',
  136.             'admin.funnel_step.template_registry' => 'getAdmin_FunnelStep_TemplateRegistryService',
  137.             'admin.marketingCost.template_registry' => 'getAdmin_MarketingCost_TemplateRegistryService',
  138.             'admin.order.template_registry' => 'getAdmin_Order_TemplateRegistryService',
  139.             'admin.order_subscription.template_registry' => 'getAdmin_OrderSubscription_TemplateRegistryService',
  140.             'admin.paymentProvider.template_registry' => 'getAdmin_PaymentProvider_TemplateRegistryService',
  141.             'admin.pickandpack.template_registry' => 'getAdmin_Pickandpack_TemplateRegistryService',
  142.             'admin.plan.template_registry' => 'getAdmin_Plan_TemplateRegistryService',
  143.             'admin.product.template_registry' => 'getAdmin_Product_TemplateRegistryService',
  144.             'admin.productDetail.template_registry' => 'getAdmin_ProductDetail_TemplateRegistryService',
  145.             'admin.productVariant.template_registry' => 'getAdmin_ProductVariant_TemplateRegistryService',
  146.             'admin.product_stock.template_registry' => 'getAdmin_ProductStock_TemplateRegistryService',
  147.             'admin.product_stock_transaction.template_registry' => 'getAdmin_ProductStockTransaction_TemplateRegistryService',
  148.             'admin.producttype.template_registry' => 'getAdmin_Producttype_TemplateRegistryService',
  149.             'admin.psp.template_registry' => 'getAdmin_Psp_TemplateRegistryService',
  150.             'admin.shippingProvider.template_registry' => 'getAdmin_ShippingProvider_TemplateRegistryService',
  151.             'admin.statistics.template_registry' => 'getAdmin_Statistics_TemplateRegistryService',
  152.             'admin.subscriptionfrequency.template_registry' => 'getAdmin_Subscriptionfrequency_TemplateRegistryService',
  153.             'admin.support_chat.template_registry' => 'getAdmin_SupportChat_TemplateRegistryService',
  154.             'admin.tracker.template_registry' => 'getAdmin_Tracker_TemplateRegistryService',
  155.             'admin.upsell.template_registry' => 'getAdmin_Upsell_TemplateRegistryService',
  156.             'admin.user.template_registry' => 'getAdmin_User_TemplateRegistryService',
  157.             'admin.visitors.template_registry' => 'getAdmin_Visitors_TemplateRegistryService',
  158.             'admin.warehouse.template_registry' => 'getAdmin_Warehouse_TemplateRegistryService',
  159.             'app.provider.cashOnDelivery' => 'getApp_Provider_CashOnDeliveryService',
  160.             'app.provider.klarna' => 'getApp_Provider_KlarnaService',
  161.             'app.provider.mollie' => 'getApp_Provider_MollieService',
  162.             'app.provider.sendgrid' => 'getApp_Provider_SendgridService',
  163.             'app.provider.warehouse.qls' => 'getApp_Provider_Warehouse_QlsService',
  164.             'app.provider.warehouse.salesupply' => 'getApp_Provider_Warehouse_SalesupplyService',
  165.             'app.provider.warehouse.shopify' => 'getApp_Provider_Warehouse_ShopifyService',
  166.             'app.subscription.klarna.manager' => 'getApp_Subscription_Klarna_ManagerService',
  167.             'app.subscription.mollie.manager' => 'getApp_Subscription_Mollie_ManagerService',
  168.             'cache.app_clearer' => 'getCache_AppClearerService',
  169.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  170.             'cache.system_clearer' => 'getCache_SystemClearerService',
  171.             'cache_warmer' => 'getCacheWarmerService',
  172.             'console.command.public_alias.App\\Command\\AutoInsertCurrencyToCountryCommand' => 'getAutoInsertCurrencyToCountryCommandService',
  173.             'console.command.public_alias.App\\Command\\Cron\\ProductStockSyncCommand' => 'getProductStockSyncCommandService',
  174.             'console.command.public_alias.App\\Command\\Cron\\WarehouseOrderSenderCommand' => 'getWarehouseOrderSenderCommandService',
  175.             'console.command.public_alias.App\\Command\\Cron\\WarehouseOrderSyncCommand' => 'getWarehouseOrderSyncCommandService',
  176.             'console.command.public_alias.App\\Command\\DomainCheckList' => 'getDomainCheckListService',
  177.             'console.command.public_alias.App\\Command\\DomainTranslationUpdatedCommand' => 'getDomainTranslationUpdatedCommandService',
  178.             'console.command.public_alias.App\\Command\\DomainUpdatedCommand' => 'getDomainUpdatedCommandService',
  179.             'console.command.public_alias.App\\Command\\Insert\\FillCheckoutConfigurationCommand' => 'getFillCheckoutConfigurationCommandService',
  180.             'console.command.public_alias.App\\Command\\Insert\\InsertCustomerIntoProductDetailCommand' => 'getInsertCustomerIntoProductDetailCommandService',
  181.             'console.command.public_alias.App\\Command\\Insert\\InsertOrderFirstProductCommand' => 'getInsertOrderFirstProductCommandService',
  182.             'console.command.public_alias.App\\Command\\Insert\\InsertOrderSubscriptionRecurringCommand' => 'getInsertOrderSubscriptionRecurringCommandService',
  183.             'console.command.public_alias.App\\Command\\Insert\\InsertOrderWarehouseDetail' => 'getInsertOrderWarehouseDetailService',
  184.             'console.command.public_alias.App\\Command\\Insert\\InsertProductDetailFromProductCommand' => 'getInsertProductDetailFromProductCommandService',
  185.             'console.command.public_alias.App\\Command\\Insert\\InsertWarehouseCommand' => 'getInsertWarehouseCommandService',
  186.             'console.command.public_alias.App\\Command\\Insert\\InsertWarehouseToProductAndOrder' => 'getInsertWarehouseToProductAndOrderService',
  187.             'console.command.public_alias.App\\Command\\Insert\\InsertWarehouseToRelatedEntity' => 'getInsertWarehouseToRelatedEntityService',
  188.             'console.command.public_alias.App\\Command\\NewDomainCheckerCommand' => 'getNewDomainCheckerCommandService',
  189.             'console.command.public_alias.App\\Command\\NewDomainTranslationCheckerCommand' => 'getNewDomainTranslationCheckerCommandService',
  190.             'console.command.public_alias.App\\Command\\SaleSupplyCommand' => 'getSaleSupplyCommandService',
  191.             'console.command.public_alias.App\\Command\\SaleSupplyOrderCheckerCommand' => 'getSaleSupplyOrderCheckerCommandService',
  192.             'console.command.public_alias.App\\Command\\TempAddDomainVatToOrders' => 'getTempAddDomainVatToOrdersService',
  193.             'console.command.public_alias.App\\Command\\TempFillEurFieldCommand' => 'getTempFillEurFieldCommandService',
  194.             'console.command.public_alias.App\\Command\\TempGenerateOrderNumber' => 'getTempGenerateOrderNumberService',
  195.             'console.command.public_alias.App\\Command\\TempReassignEndUserInOrder' => 'getTempReassignEndUserInOrderService',
  196.             'console.command.public_alias.App\\Command\\TempRecalculateOrderPickAndPack' => 'getTempRecalculateOrderPickAndPackService',
  197.             'console.command.public_alias.App\\Command\\TempRecalculateOrderProductCost' => 'getTempRecalculateOrderProductCostService',
  198.             'console.command.public_alias.App\\Command\\TempRecalculateOrderTotalPriceEx' => 'getTempRecalculateOrderTotalPriceExService',
  199.             'console.command.public_alias.App\\Command\\Tmp\\ChangeFilePathPerRoleCommand' => 'getChangeFilePathPerRoleCommandService',
  200.             'console.command.public_alias.App\\Command\\Tmp\\FunnelVisitorRemoveRedundant' => 'getFunnelVisitorRemoveRedundantService',
  201.             'console.command.public_alias.App\\Command\\Tmp\\FunnelVisitorSetDomainCommand' => 'getFunnelVisitorSetDomainCommandService',
  202.             'console.command.public_alias.App\\Command\\Tmp\\OrdersSetProductCostAndReturnCost' => 'getOrdersSetProductCostAndReturnCostService',
  203.             'console.command.public_alias.App\\Command\\Tmp\\ProductSetSubscriptionMandateCommand' => 'getProductSetSubscriptionMandateCommandService',
  204.             'console.command.public_alias.App\\Command\\Tmp\\ReplaceWebhookUrlForSubscriptionsCommand' => 'getReplaceWebhookUrlForSubscriptionsCommandService',
  205.             'console.command.public_alias.App\\Command\\Tmp\\SyncCountriesFromDomainTldCommand' => 'getSyncCountriesFromDomainTldCommandService',
  206.             'console.command_loader' => 'getConsole_CommandLoaderService',
  207.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  208.             'error_controller' => 'getErrorControllerService',
  209.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  210.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  211.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  212.             'hello_sebastian_hello_bootstrap_table.hello_bootstrap_table_factory' => 'getHelloSebastianHelloBootstrapTable_HelloBootstrapTableFactoryService',
  213.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  214.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  215.             'monolog.logger.command' => 'getMonolog_Logger_CommandService',
  216.             'monolog.logger.google' => 'getMonolog_Logger_GoogleService',
  217.             'monolog.logger.mollie' => 'getMonolog_Logger_MollieService',
  218.             'monolog.logger.qls' => 'getMonolog_Logger_QlsService',
  219.             'monolog.logger.saleSupply' => 'getMonolog_Logger_SaleSupplyService',
  220.             'monolog.logger.shopify' => 'getMonolog_Logger_ShopifyService',
  221.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  222.             'nelmio_api_doc.controller.redocly' => 'getNelmioApiDoc_Controller_RedoclyService',
  223.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  224.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  225.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  226.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  227.             'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  228.             'old_sound_rabbit_mq.event_sender_consumer' => 'getOldSoundRabbitMq_EventSenderConsumerService',
  229.             'old_sound_rabbit_mq.ltv_current_report_consumer' => 'getOldSoundRabbitMq_LtvCurrentReportConsumerService',
  230.             'old_sound_rabbit_mq.ltv_current_report_producer' => 'getOldSoundRabbitMq_LtvCurrentReportProducerService',
  231.             'old_sound_rabbit_mq.order_holder_consumer' => 'getOldSoundRabbitMq_OrderHolderConsumerService',
  232.             'old_sound_rabbit_mq.parts_holder' => 'getOldSoundRabbitMq_PartsHolderService',
  233.             'old_sound_rabbit_mq.sale_supply_consumer' => 'getOldSoundRabbitMq_SaleSupplyConsumerService',
  234.             'old_sound_rabbit_mq.sale_supply_producer' => 'getOldSoundRabbitMq_SaleSupplyProducerService',
  235.             'old_sound_rabbit_mq.tracker_consumer' => 'getOldSoundRabbitMq_TrackerConsumerService',
  236.             'old_sound_rabbit_mq.tracker_producer' => 'getOldSoundRabbitMq_TrackerProducerService',
  237.             'old_sound_rabbit_mq.warehouse_consumer' => 'getOldSoundRabbitMq_WarehouseConsumerService',
  238.             'routing.loader' => 'getRouting_LoaderService',
  239.             'services_resetter' => 'getServicesResetterService',
  240.             'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService',
  241.             'sonata.admin.action.dashboard' => 'getSonata_Admin_Action_DashboardService',
  242.             'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService',
  243.             'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService',
  244.             'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService',
  245.             'sonata.admin.action.search' => 'getSonata_Admin_Action_SearchService',
  246.             'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService',
  247.             'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService',
  248.             'sonata.admin.block.admin_preview' => 'getSonata_Admin_Block_AdminPreviewService',
  249.             'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService',
  250.             'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService',
  251.             'sonata.admin.controller.crud' => 'getSonata_Admin_Controller_CrudService',
  252.             'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService',
  253.             'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService',
  254.             'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService',
  255.             'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService',
  256.             'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService',
  257.             'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService',
  258.             'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService',
  259.             'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService',
  260.             'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService',
  261.             'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService',
  262.             'sonata.doctrine.model.adapter.chain' => 'getSonata_Doctrine_Model_Adapter_ChainService',
  263.             'sonata.twig.flashmessage.manager' => 'getSonata_Twig_Flashmessage_ManagerService',
  264.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  265.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  266.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  267.         ];
  268.         $this->aliases = [
  269.             'App\\Kernel' => 'kernel',
  270.             'database_connection' => 'doctrine.dbal.default_connection',
  271.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  272.             'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  273.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  274.         ];
  275.         $this->privates['service_container'] = function () {
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  282.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  284.             include_once \dirname(__DIR__4).'/src/EventSubscriber/FacebookIdsSubscriber.php';
  285.             include_once \dirname(__DIR__4).'/src/Listener/EventListener.php';
  286.             include_once \dirname(__DIR__4).'/src/Listener/LocaleApiListener.php';
  287.             include_once \dirname(__DIR__4).'/src/Listener/RequestFunnelFirstStepRedirectListener.php';
  288.             include_once \dirname(__DIR__4).'/src/Listener/TrackerListener.php';
  289.             include_once \dirname(__DIR__4).'/src/Service/CheckoutConfigurationManager.php';
  290.             include_once \dirname(__DIR__4).'/src/Service/CountryManager.php';
  291.             include_once \dirname(__DIR__4).'/src/Service/DomainManager.php';
  292.             include_once \dirname(__DIR__4).'/src/Service/DomainVatManager.php';
  293.             include_once \dirname(__DIR__4).'/src/Service/EventProviderManager.php';
  294.             include_once \dirname(__DIR__4).'/src/Service/FulfillmentSettingsManager.php';
  295.             include_once \dirname(__DIR__4).'/src/Service/OrderHolderManager.php';
  296.             include_once \dirname(__DIR__4).'/src/Service/OrderManager.php';
  297.             include_once \dirname(__DIR__4).'/src/Service/PSPSettingsManager.php';
  298.             include_once \dirname(__DIR__4).'/src/Service/PaymentProviderManager.php';
  299.             include_once \dirname(__DIR__4).'/src/Service/ProductManager.php';
  300.             include_once \dirname(__DIR__4).'/src/Service/ProductTrackerManager.php';
  301.             include_once \dirname(__DIR__4).'/src/Service/ProductVariantManager.php';
  302.             include_once \dirname(__DIR__4).'/src/Service/TrackerManager.php';
  303.             include_once \dirname(__DIR__4).'/src/Service/TranslatableManager.php';
  304.             include_once \dirname(__DIR__4).'/src/Service/UserManager.php';
  305.             include_once \dirname(__DIR__4).'/src/Service/VoucherService.php';
  306.             include_once \dirname(__DIR__4).'/src/Tracking/FacebookIds.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  318.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  335.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  342.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  358.             include_once \dirname(__DIR__4).'/src/Asset/VersionStrategy/GulpBusterVersionStrategy.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  377.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  394.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  395.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  396.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  444.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  465.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  472.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  475.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FlashMessageExtension.php';
  476.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Twig/CanonicalizeRuntime.php';
  478.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  480.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  482.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  484.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  485.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  487.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  489.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  490.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/Pool.php';
  491.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilderInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilder.php';
  493.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/AbstractTemplateRegistry.php';
  495.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
  496.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/EventListener/ConfigureCRUDControllerListener.php';
  497.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/SonataAdminRuntime.php';
  498.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/TemplateRegistryRuntime.php';
  499.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/GroupRuntime.php';
  500.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/IconRuntime.php';
  501.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/SecurityRuntime.php';
  502.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/CanonicalizeRuntime.php';
  503.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/XEditableRuntime.php';
  504.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/RenderElementRuntime.php';
  505.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/BreadcrumbsRuntime.php';
  506.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  507.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  508.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  510.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  511.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/SQLLogger.php';
  512.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/DebugStack.php';
  513.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  514.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  515.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  516.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/LoggerChain.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  518.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  519.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  521.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  522.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  523.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  524.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  525.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  526.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  527.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  528.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  529.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  530.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  531.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  532.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  533.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  534.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  535.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  536.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  537.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  538.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  539.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  541.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  543.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  544.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  545.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  546.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  547.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  548.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  549.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  568.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  569.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  570.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translatable/TranslatableListener.php';
  571.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LocaleListener.php';
  572.             include_once \dirname(__DIR__4).'/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Channel/AbstractChannel.php';
  573.             include_once \dirname(__DIR__4).'/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Connection/AbstractConnection.php';
  574.             include_once \dirname(__DIR__4).'/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Connection/AMQPStreamConnection.php';
  575.             include_once \dirname(__DIR__4).'/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Connection/AMQPLazyConnection.php';
  576.             include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/RabbitMq/AMQPConnectionFactory.php';
  577.             include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/RabbitMq/BaseAmqp.php';
  578.             include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/RabbitMq/ProducerInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/RabbitMq/Producer.php';
  580.             include_once \dirname(__DIR__4).'/src/Producer/OrderHolderProducer.php';
  581.             include_once \dirname(__DIR__4).'/src/Producer/EventSenderProducer.php';
  582.             include_once \dirname(__DIR__4).'/src/Producer/WarehouseProducer.php';
  583.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  584.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  585.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  586.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  589.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  592.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  593.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  594.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  596.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  597.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  598.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  599.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  600.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  602.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  604.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  618.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  635.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  636.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/Collector/MigrationsCollector.php';
  637.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/Collector/MigrationsFlattener.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  639.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  641.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  642.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  644.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  645.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  646.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  647.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  648.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  649.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  650.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  651.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  652.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  653.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  655.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  673.             include_once \dirname(__DIR__4).'/src/Twig/AppExtension.php';
  674.             include_once \dirname(__DIR__4).'/src/Twig/Marketing/FacebookExtension.php';
  675.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  676.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  677.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FormTypeExtension.php';
  678.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/StatusExtension.php';
  679.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/TemplateExtension.php';
  680.             include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Twig/Extension/CanonicalizeExtension.php';
  681.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  682.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  683.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
  684.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
  685.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/GroupExtension.php';
  686.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/IconExtension.php';
  687.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SecurityExtension.php';
  688.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/CanonicalizeExtension.php';
  689.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/XEditableExtension.php';
  690.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/RenderElementExtension.php';
  691.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/BreadcrumbsExtension.php';
  692.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  694.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  695.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  696.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  697.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  698.             include_once \dirname(__DIR__4).'/vendor/hello-sebastian/hello-bootstrap-table-bundle/src/Twig/BootstrapTableTwigExtension.php';
  699.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/GetNelmioAsset.php';
  700.             include_once \dirname(__DIR__4).'/vendor/94noni/highcharts-bundle/Twig/HighchartsExtension.php';
  701.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  703.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  704.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  705.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  706.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/SonataConfiguration.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  715.         };
  716.     }
  717.     public function compile(): void
  718.     {
  719.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  720.     }
  721.     public function isCompiled(): bool
  722.     {
  723.         return true;
  724.     }
  725.     public function getRemovedIds(): array
  726.     {
  727.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  728.     }
  729.     protected function load($file$lazyLoad true)
  730.     {
  731.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  732.             return $class::do($this$lazyLoad);
  733.         }
  734.         if ('.' === $file[-4]) {
  735.             $class substr($class0, -4);
  736.         } else {
  737.             $file .= '.php';
  738.         }
  739.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  740.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  741.     }
  742.     protected function createProxy($class\Closure $factory)
  743.     {
  744.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  745.         return $factory();
  746.     }
  747.     /**
  748.      * Gets the public '.container.private.profiler' shared service.
  749.      *
  750.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  751.      */
  752.     protected function get_Container_Private_ProfilerService()
  753.     {
  754.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  755.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  756.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  757.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  758.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  759.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  760.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  761.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  762.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  763.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  764.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  765.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  766.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  767.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  768.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  769.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  770.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  771.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  772.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  773.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  774.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  775.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  776.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  777.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  778.         if ($this->has('kernel')) {
  779.             $g->setKernel($b);
  780.         }
  781.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  782.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  783.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  784.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  785.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  786.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  787.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  788.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  789.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  790.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  791.         $instance->add($d);
  792.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  793.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  794.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  795.         $instance->add($e);
  796.         $instance->add($f);
  797.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  798.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  799.         $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()))));
  800.         $instance->add(new \Sonata\BlockBundle\Profiler\DataCollector\BlockDataCollector(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService()), $this->parameters['sonata.block.container.types']));
  801.         $instance->add($g);
  802.         return $instance;
  803.     }
  804.     /**
  805.      * Gets the public '.container.private.security.authorization_checker' shared service.
  806.      *
  807.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  808.      */
  809.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  810.     {
  811.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  812.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  813.             return $this->services['.container.private.security.authorization_checker'];
  814.         }
  815.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalsefalsefalse);
  816.     }
  817.     /**
  818.      * Gets the public '.container.private.security.token_storage' shared service.
  819.      *
  820.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  821.      */
  822.     protected function get_Container_Private_Security_TokenStorageService()
  823.     {
  824.         return $this->services['.container.private.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, [
  825.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  826.         ], [
  827.             'request_stack' => '?',
  828.         ]));
  829.     }
  830.     /**
  831.      * Gets the public '.container.private.session' shared service.
  832.      *
  833.      * @return \Symfony\Component\HttpFoundation\Session\Session
  834.      */
  835.     protected function get_Container_Private_SessionService()
  836.     {
  837.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  838.         if (isset($this->services['.container.private.session'])) {
  839.             return $this->services['.container.private.session'];
  840.         }
  841.         return $this->services['.container.private.session'] = $a->createSession();
  842.     }
  843.     /**
  844.      * Gets the public '.container.private.twig' shared service.
  845.      *
  846.      * @return \Twig\Environment
  847.      */
  848.     protected function get_Container_Private_TwigService()
  849.     {
  850.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  851.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  852.         $a->addPath((\dirname(__DIR__4).'/templates/App/views'), 'App');
  853.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/SonataAdmin/views'), 'SonataLocal');
  854.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  855.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  856.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  857.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  858.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/views'), 'SonataTwig');
  859.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/views'), '!SonataTwig');
  860.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views'), 'SonataForm');
  861.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views'), '!SonataForm');
  862.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  863.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  864.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/templates'), 'KnpMenu');
  865.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/templates'), '!KnpMenu');
  866.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/SonataAdminBundle'), 'SonataAdmin');
  867.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  868.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  869.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  870.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  871.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  872.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  873.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  874.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  875.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  876.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  877.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/SonataDoctrineORMAdminBundle'), 'SonataDoctrineORMAdmin');
  878.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  879.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  880.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  881.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  882.         $a->addPath((\dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Resources/views'), 'OldSoundRabbitMq');
  883.         $a->addPath((\dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Resources/views'), '!OldSoundRabbitMq');
  884.         $a->addPath((\dirname(__DIR__4).'/vendor/hello-sebastian/hello-bootstrap-table-bundle/src/Resources/views'), 'HelloBootstrapTable');
  885.         $a->addPath((\dirname(__DIR__4).'/vendor/hello-sebastian/hello-bootstrap-table-bundle/src/Resources/views'), '!HelloBootstrapTable');
  886.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/templates'), 'NelmioApiDoc');
  887.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/templates'), '!NelmioApiDoc');
  888.         $a->addPath((\dirname(__DIR__4).'/templates'));
  889.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  890.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  891.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  892.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  893.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  894.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  895.         $d = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  896.         $e = new \Symfony\Bridge\Twig\Extension\AssetExtension($d);
  897.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  898.         $g = ($this->services['router'] ?? $this->getRouterService());
  899.         $h = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  900.         $i = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  901.         $j = ($this->privates['App\\Service\\DomainManager'] ?? $this->getDomainManagerService());
  902.         $k = ($this->privates['App\\Service\\OrderManager'] ?? $this->getOrderManagerService());
  903.         $l = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  904.         $l->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  905.         $m = new \Symfony\Bridge\Twig\AppVariable();
  906.         $m->setEnvironment('dev');
  907.         $m->setDebug(true);
  908.         if ($this->has('.container.private.security.token_storage')) {
  909.             $m->setTokenStorage($i);
  910.         }
  911.         if ($this->has('request_stack')) {
  912.             $m->setRequestStack($h);
  913.         }
  914.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  915.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  916.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  917.         $instance->addExtension($e);
  918.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  919.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  920.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  921.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  922.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  923.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  924.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($h$g)));
  925.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  926.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  927.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  928.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($h, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $i)));
  929.         $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())));
  930.         $instance->addExtension(new \App\Twig\AppExtension(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()), $j, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $k, ($this->privates['App\\Service\\ProductManager'] ?? $this->getProductManagerService()), ($this->privates['App\\Service\\CheckoutConfigurationManager'] ?? $this->getCheckoutConfigurationManagerService())));
  931.         $instance->addExtension(new \App\Twig\Marketing\FacebookExtension(($this->privates['App\\Service\\EventProviderManager'] ?? $this->getEventProviderManagerService()), $j$k$h));
  932.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  933.         $instance->addExtension(($this->services['sonata.twig.flashmessage.twig.extension'] ?? ($this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())));
  934.         $instance->addExtension(new \Sonata\Twig\Extension\FormTypeExtension('standard'));
  935.         $instance->addExtension(new \Sonata\Twig\Extension\StatusExtension());
  936.         $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true));
  937.         $instance->addExtension(new \Sonata\Form\Twig\Extension\CanonicalizeExtension());
  938.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  939.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension());
  940.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension(($this->privates['sonata.admin.twig.sonata_admin_runtime'] ?? $this->getSonata_Admin_Twig_SonataAdminRuntimeService())));
  941.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->privates['sonata.admin.twig.template_registry_runtime'] ?? $this->getSonata_Admin_Twig_TemplateRegistryRuntimeService())));
  942.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\GroupExtension(($this->privates['sonata.admin.twig.group_runtime'] ?? $this->getSonata_Admin_Twig_GroupRuntimeService())));
  943.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\IconExtension(($this->privates['sonata.admin.twig.icon_runtime'] ?? ($this->privates['sonata.admin.twig.icon_runtime'] = new \Sonata\AdminBundle\Twig\IconRuntime()))));
  944.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SecurityExtension(($this->privates['sonata.admin.twig.security_runtime'] ?? $this->getSonata_Admin_Twig_SecurityRuntimeService())));
  945.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\CanonicalizeExtension(($this->privates['sonata.admin.twig.canonicalize_runtime'] ?? $this->getSonata_Admin_Twig_CanonicalizeRuntimeService())));
  946.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\XEditableExtension(($this->privates['sonata.admin.twig.xeditable_runtime'] ?? $this->getSonata_Admin_Twig_XeditableRuntimeService())));
  947.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\RenderElementExtension(($this->privates['sonata.admin.twig.render_element_runtime'] ?? $this->getSonata_Admin_Twig_RenderElementRuntimeService())));
  948.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\BreadcrumbsExtension(($this->privates['sonata.admin.twig.breadcrumbs_runtime'] ?? $this->getSonata_Admin_Twig_BreadcrumbsRuntimeService())));
  949.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  950.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($l));
  951.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $g$d$h$instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  952.         $instance->addExtension(new \HelloSebastian\HelloBootstrapTableBundle\Twig\BootstrapTableTwigExtension());
  953.         $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($e));
  954.         $instance->addExtension(new \Ob\HighchartsBundle\Twig\HighchartsExtension());
  955.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  956.         $instance->addGlobal('app'$m);
  957.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  958.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  959.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  960.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  961.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  962.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => ['privates''sonata.twig.flashmessage.twig.runtime''getSonata_Twig_Flashmessage_Twig_RuntimeService'true],
  963.             'Sonata\\Twig\\Extension\\StatusRuntime' => ['privates''sonata.twig.status_runtime''getSonata_Twig_StatusRuntimeService'true],
  964.             'Sonata\\Form\\Twig\\CanonicalizeRuntime' => ['privates''sonata.form.twig.canonicalize_runtime''getSonata_Form_Twig_CanonicalizeRuntimeService'false],
  965.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => ['privates''sonata.block.templating.helper''getSonata_Block_Templating_HelperService'false],
  966.             'Knp\\Menu\\Twig\\MenuRuntimeExtension' => ['privates''knp_menu.twig.runtime''getKnpMenu_Twig_RuntimeService'true],
  967.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => ['privates''sonata.admin.twig.sonata_admin_runtime''getSonata_Admin_Twig_SonataAdminRuntimeService'false],
  968.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => ['privates''sonata.admin.twig.template_registry_runtime''getSonata_Admin_Twig_TemplateRegistryRuntimeService'false],
  969.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => ['privates''sonata.admin.twig.group_runtime''getSonata_Admin_Twig_GroupRuntimeService'false],
  970.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => ['privates''sonata.admin.twig.icon_runtime''getSonata_Admin_Twig_IconRuntimeService'false],
  971.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => ['privates''sonata.admin.twig.security_runtime''getSonata_Admin_Twig_SecurityRuntimeService'false],
  972.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => ['privates''sonata.admin.twig.canonicalize_runtime''getSonata_Admin_Twig_CanonicalizeRuntimeService'false],
  973.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => ['privates''sonata.admin.twig.xeditable_runtime''getSonata_Admin_Twig_XeditableRuntimeService'false],
  974.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => ['privates''sonata.admin.twig.render_element_runtime''getSonata_Admin_Twig_RenderElementRuntimeService'false],
  975.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => ['privates''sonata.admin.twig.breadcrumbs_runtime''getSonata_Admin_Twig_BreadcrumbsRuntimeService'false],
  976.         ], [
  977.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  978.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  979.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  980.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  981.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => '?',
  982.             'Sonata\\Twig\\Extension\\StatusRuntime' => '?',
  983.             'Sonata\\Form\\Twig\\CanonicalizeRuntime' => '?',
  984.             'Sonata\\BlockBundle\\Templating\\Helper\\BlockHelper' => '?',
  985.             'Knp\\Menu\\Twig\\MenuRuntimeExtension' => '?',
  986.             'Sonata\\AdminBundle\\Twig\\SonataAdminRuntime' => '?',
  987.             'Sonata\\AdminBundle\\Twig\\TemplateRegistryRuntime' => '?',
  988.             'Sonata\\AdminBundle\\Twig\\GroupRuntime' => '?',
  989.             'Sonata\\AdminBundle\\Twig\\IconRuntime' => '?',
  990.             'Sonata\\AdminBundle\\Twig\\SecurityRuntime' => '?',
  991.             'Sonata\\AdminBundle\\Twig\\CanonicalizeRuntime' => '?',
  992.             'Sonata\\AdminBundle\\Twig\\XEditableRuntime' => '?',
  993.             'Sonata\\AdminBundle\\Twig\\RenderElementRuntime' => '?',
  994.             'Sonata\\AdminBundle\\Twig\\BreadcrumbsRuntime' => '?',
  995.         ])));
  996.         $instance->addGlobal('sonata_block', new \Sonata\BlockBundle\Twig\GlobalVariables(['block_base' => '@SonataBlock/Block/block_base.html.twig''block_container' => '@SonataBlock/Block/block_container.html.twig']));
  997.         $instance->addGlobal('sonata_config', new \Sonata\AdminBundle\SonataConfiguration('Sonata Admin''bundles/sonataadmin/images/logo_title.png', ['html5_validate' => true'sort_admins' => false'confirm_exit' => true'js_debug' => false'skin' => 'skin-black''use_select2' => true'use_icheck' => true'use_bootlint' => false'use_stickyforms' => true'pager_links' => NULL'form_type' => 'standard''default_admin_route' => 'show''default_group' => 'default''default_label_catalogue' => 'SonataAdminBundle''default_translation_domain' => NULL'default_icon' => 'fas fa-folder''dropdown_number_groups_per_colums' => 2'logo_content' => 'all''list_action_button_content' => 'all''lock_protection' => false'mosaic_background' => 'bundles/sonataadmin/images/default_mosaic_image.png''javascripts' => [], 'stylesheets' => [=> 'bundles/sonataadmin/admin-lte-skins/skin-black.min.css'], 'role_admin' => 'ROLE_ADMIN''role_super_admin' => 'ROLE_SUPER_ADMIN''search' => true]));
  998.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  999.         return $instance;
  1000.     }
  1001.     /**
  1002.      * Gets the public '.container.private.validator' shared service.
  1003.      *
  1004.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1005.      */
  1006.     protected function get_Container_Private_ValidatorService()
  1007.     {
  1008.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1009.         if (isset($this->services['.container.private.validator'])) {
  1010.             return $this->services['.container.private.validator'];
  1011.         }
  1012.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1013.     }
  1014.     /**
  1015.      * Gets the public 'cache.app' shared service.
  1016.      *
  1017.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1018.      */
  1019.     protected function getCache_AppService()
  1020.     {
  1021.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('eR4iGgIWUQ'0, ($this->targetDir.''.'/pools/app'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1022.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1023.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1024.     }
  1025.     /**
  1026.      * Gets the public 'cache.system' shared service.
  1027.      *
  1028.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1029.      */
  1030.     protected function getCache_SystemService()
  1031.     {
  1032.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('xB-eIj4WsK'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1033.     }
  1034.     /**
  1035.      * Gets the public 'cache.validator_expression_language' shared service.
  1036.      *
  1037.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1038.      */
  1039.     protected function getCache_ValidatorExpressionLanguageService()
  1040.     {
  1041.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('v3aqj8nBKx'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1042.     }
  1043.     /**
  1044.      * Gets the public 'data_collector.dump' shared service.
  1045.      *
  1046.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1047.      */
  1048.     protected function getDataCollector_DumpService()
  1049.     {
  1050.         $a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1051.         if (isset($this->services['data_collector.dump'])) {
  1052.             return $this->services['data_collector.dump'];
  1053.         }
  1054.         $b = ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService());
  1055.         if (isset($this->services['data_collector.dump'])) {
  1056.             return $this->services['data_collector.dump'];
  1057.         }
  1058.         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))), $a'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b);
  1059.     }
  1060.     /**
  1061.      * Gets the public 'doctrine' shared service.
  1062.      *
  1063.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1064.      */
  1065.     protected function getDoctrineService()
  1066.     {
  1067.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1068.     }
  1069.     /**
  1070.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1071.      *
  1072.      * @return \Doctrine\DBAL\Connection
  1073.      */
  1074.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1075.     {
  1076.         $a = new \Doctrine\DBAL\Configuration();
  1077.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1078.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1079.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1080.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1081.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  1082.         $a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
  1083.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1084.             'App\\Listener\\DomainListener' => ['privates''App\\Listener\\DomainListener''getDomainListenerService'true],
  1085.             'App\\Listener\\HashPasswordListener' => ['privates''App\\Listener\\HashPasswordListener''getHashPasswordListenerService'true],
  1086.             'App\\Listener\\MollieSubscriptionCancellerListener' => ['privates''App\\Listener\\MollieSubscriptionCancellerListener''getMollieSubscriptionCancellerListenerService'true],
  1087.             'App\\Listener\\ProductDetailListener' => ['privates''App\\Listener\\ProductDetailListener''getProductDetailListenerService'true],
  1088.             'App\\Listener\\ProductStockTransactionListener' => ['privates''App\\Listener\\ProductStockTransactionListener''getProductStockTransactionListenerService'true],
  1089.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1090.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1091.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1092.             'sonata.doctrine.mapper' => ['privates''sonata.doctrine.mapper''getSonata_Doctrine_MapperService'true],
  1093.             'stof_doctrine_extensions.listener.sluggable' => ['privates''stof_doctrine_extensions.listener.sluggable''getStofDoctrineExtensions_Listener_SluggableService'true],
  1094.             'stof_doctrine_extensions.listener.translatable' => ['privates''stof_doctrine_extensions.listener.translatable''getStofDoctrineExtensions_Listener_TranslatableService'false],
  1095.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'true],
  1096.         ], [
  1097.             'App\\Listener\\DomainListener' => '?',
  1098.             'App\\Listener\\HashPasswordListener' => '?',
  1099.             'App\\Listener\\MollieSubscriptionCancellerListener' => '?',
  1100.             'App\\Listener\\ProductDetailListener' => '?',
  1101.             'App\\Listener\\ProductStockTransactionListener' => '?',
  1102.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1103.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1104.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1105.             'sonata.doctrine.mapper' => '?',
  1106.             'stof_doctrine_extensions.listener.sluggable' => '?',
  1107.             'stof_doctrine_extensions.listener.translatable' => '?',
  1108.             'stof_doctrine_extensions.listener.tree' => '?',
  1109.         ]), [=> [=> [=> 'postUpdate'], => 'App\\Listener\\MollieSubscriptionCancellerListener'], => 'App\\Listener\\HashPasswordListener'=> 'sonata.doctrine.mapper'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'prePersist'], => 'App\\Listener\\DomainListener'], => [=> [=> 'postPersist'], => 'App\\Listener\\DomainListener'], => [=> [=> 'preUpdate'], => 'App\\Listener\\DomainListener'], => [=> [=> 'prePersist'], => 'App\\Listener\\ProductDetailListener'], => [=> [=> 'postPersist'], => 'App\\Listener\\ProductStockTransactionListener'], 10 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 11 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.tree'], 12 => [=> [=> 'preRemove'], => 'stof_doctrine_extensions.listener.tree'], 13 => [=> [=> 'preUpdate'], => 'stof_doctrine_extensions.listener.tree'], 14 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.tree'], 15 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.tree'], 16 => [=> [=> 'postPersist'], => 'stof_doctrine_extensions.listener.tree'], 17 => [=> [=> 'postUpdate'], => 'stof_doctrine_extensions.listener.tree'], 18 => [=> [=> 'postRemove'], => 'stof_doctrine_extensions.listener.tree'], 19 => [=> [=> 'prePersist'], => 'stof_doctrine_extensions.listener.sluggable'], 20 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.sluggable'], 21 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.sluggable'], 22 => [=> [=> 'postLoad'], => 'stof_doctrine_extensions.listener.translatable'], 23 => [=> [=> 'postPersist'], => 'stof_doctrine_extensions.listener.translatable'], 24 => [=> [=> 'preFlush'], => 'stof_doctrine_extensions.listener.translatable'], 25 => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.translatable'], 26 => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.translatable']]), []);
  1110.     }
  1111.     /**
  1112.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1113.      *
  1114.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1115.      */
  1116.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1117.     {
  1118.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1119.             'App\\Listener\\OrderListener' => ['privates''App\\Listener\\OrderListener''getOrderListenerService'true],
  1120.             'App\\Listener\\OrderWarehouseDetailListener' => ['privates''App\\Listener\\OrderWarehouseDetailListener''getOrderWarehouseDetailListenerService'true],
  1121.             'App\\Listener\\SupportChatListener' => ['privates''App\\Listener\\SupportChatListener''getSupportChatListenerService'true],
  1122.         ], [
  1123.             'App\\Listener\\OrderListener' => '?',
  1124.             'App\\Listener\\OrderWarehouseDetailListener' => '?',
  1125.             'App\\Listener\\SupportChatListener' => '?',
  1126.         ]));
  1127.         $instance->registerService('App\\Listener\\OrderListener''App\\Listener\\OrderListener');
  1128.         $instance->registerService('App\\Listener\\OrderWarehouseDetailListener''App\\Listener\\OrderWarehouseDetailListener');
  1129.         $instance->registerService('App\\Listener\\SupportChatListener''App\\Listener\\SupportChatListener');
  1130.         return $instance;
  1131.     }
  1132.     /**
  1133.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1134.      *
  1135.      * @return \Doctrine\ORM\EntityManager
  1136.      */
  1137.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1138.     {
  1139.         if ($lazyLoad) {
  1140.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1141.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1142.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1143.                     $proxy->setProxyInitializer(null);
  1144.                     return true;
  1145.                 });
  1146.             });
  1147.         }
  1148.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1149.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1150.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1151.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1152.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  1153.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1154.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  1155.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  1156.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  1157.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  1158.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  1159.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  1160.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  1161.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  1162.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  1163.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1164.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1165.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1166.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1167.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1168.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1169.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1170.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1171.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1172.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1173.         $a = new \Doctrine\ORM\Configuration();
  1174.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1175.         $c = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  1176.         $b->addDriver($c'App\\Entity');
  1177.         $b->addDriver($c'Gedmo\\Translatable\\Entity');
  1178.         $a->setEntityNamespaces(['App' => 'App\\Entity''GedmoTranslatable' => 'Gedmo\\Translatable\\Entity']);
  1179.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1180.         $a->setQueryCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1181.         $a->setResultCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1182.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1183.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1184.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1185.         ], [
  1186.             'doctrine.ulid_generator' => '?',
  1187.             'doctrine.uuid_generator' => '?',
  1188.         ])));
  1189.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1190.         $a->setProxyNamespace('Proxies');
  1191.         $a->setAutoGenerateProxyClasses(true);
  1192.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1193.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1194.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1195.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1196.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  1197.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1198.             'App\\Repository\\ApiUserRepository' => ['privates''App\\Repository\\ApiUserRepository''getApiUserRepositoryService'true],
  1199.             'App\\Repository\\CheckoutConfigurationRepository' => ['privates''App\\Repository\\CheckoutConfigurationRepository''getCheckoutConfigurationRepositoryService'true],
  1200.             'App\\Repository\\CountryRepository' => ['privates''App\\Repository\\CountryRepository''getCountryRepositoryService'true],
  1201.             'App\\Repository\\CurrencyRepository' => ['privates''App\\Repository\\CurrencyRepository''getCurrencyRepositoryService'true],
  1202.             'App\\Repository\\DomainEmailProviderRepository' => ['privates''App\\Repository\\DomainEmailProviderRepository''getDomainEmailProviderRepositoryService'true],
  1203.             'App\\Repository\\DomainEmailTemplateRepository' => ['privates''App\\Repository\\DomainEmailTemplateRepository''getDomainEmailTemplateRepositoryService'true],
  1204.             'App\\Repository\\DomainPaymentProviderRepository' => ['privates''App\\Repository\\DomainPaymentProviderRepository''getDomainPaymentProviderRepositoryService'true],
  1205.             'App\\Repository\\DomainRepository' => ['privates''App\\Repository\\DomainRepository''getDomainRepositoryService'true],
  1206.             'App\\Repository\\DomainVatRepository' => ['privates''App\\Repository\\DomainVatRepository''getDomainVatRepositoryService'true],
  1207.             'App\\Repository\\EndUserRepository' => ['privates''App\\Repository\\EndUserRepository''getEndUserRepositoryService'true],
  1208.             'App\\Repository\\EndUserVoucherRepository' => ['privates''App\\Repository\\EndUserVoucherRepository''getEndUserVoucherRepositoryService'true],
  1209.             'App\\Repository\\FAQRepository' => ['privates''App\\Repository\\FAQRepository''getFAQRepositoryService'true],
  1210.             'App\\Repository\\FulfillmentSettingsRepository' => ['privates''App\\Repository\\FulfillmentSettingsRepository''getFulfillmentSettingsRepositoryService'true],
  1211.             'App\\Repository\\FunnelProductRepository' => ['privates''App\\Repository\\FunnelProductRepository''getFunnelProductRepositoryService'true],
  1212.             'App\\Repository\\FunnelRepository' => ['privates''App\\Repository\\FunnelRepository''getFunnelRepositoryService'true],
  1213.             'App\\Repository\\FunnelStepRepository' => ['privates''App\\Repository\\FunnelStepRepository''getFunnelStepRepositoryService'true],
  1214.             'App\\Repository\\FunnelVisitorRepository' => ['privates''App\\Repository\\FunnelVisitorRepository''getFunnelVisitorRepositoryService'true],
  1215.             'App\\Repository\\ImageRepository' => ['privates''App\\Repository\\ImageRepository''getImageRepositoryService'true],
  1216.             'App\\Repository\\MarketingCostRepository' => ['privates''App\\Repository\\MarketingCostRepository''getMarketingCostRepositoryService'true],
  1217.             'App\\Repository\\MarketingCostStorageRepository' => ['privates''App\\Repository\\MarketingCostStorageRepository''getMarketingCostStorageRepositoryService'true],
  1218.             'App\\Repository\\OrderCalculatedDataRepository' => ['privates''App\\Repository\\OrderCalculatedDataRepository''getOrderCalculatedDataRepositoryService'true],
  1219.             'App\\Repository\\OrderHolderRepository' => ['privates''App\\Repository\\OrderHolderRepository''getOrderHolderRepositoryService'true],
  1220.             'App\\Repository\\OrderProductCalculatedDataRepository' => ['privates''App\\Repository\\OrderProductCalculatedDataRepository''getOrderProductCalculatedDataRepositoryService'true],
  1221.             'App\\Repository\\OrderProductRepository' => ['privates''App\\Repository\\OrderProductRepository''getOrderProductRepositoryService'true],
  1222.             'App\\Repository\\OrderReminderRepository' => ['privates''App\\Repository\\OrderReminderRepository''getOrderReminderRepositoryService'true],
  1223.             'App\\Repository\\OrderRepository' => ['privates''App\\Repository\\OrderRepository''getOrderRepositoryService'true],
  1224.             'App\\Repository\\OrderSubscriptionRecurringTransactionRepository' => ['privates''App\\Repository\\OrderSubscriptionRecurringTransactionRepository''getOrderSubscriptionRecurringTransactionRepositoryService'true],
  1225.             'App\\Repository\\OrderSubscriptionRepository' => ['privates''App\\Repository\\OrderSubscriptionRepository''getOrderSubscriptionRepositoryService'true],
  1226.             'App\\Repository\\OrderVoucherRepository' => ['privates''App\\Repository\\OrderVoucherRepository''getOrderVoucherRepositoryService'true],
  1227.             'App\\Repository\\OrderWarehouseDetailRepository' => ['privates''App\\Repository\\OrderWarehouseDetailRepository''getOrderWarehouseDetailRepositoryService'true],
  1228.             'App\\Repository\\PSPSettingsRepository' => ['privates''App\\Repository\\PSPSettingsRepository''getPSPSettingsRepositoryService'true],
  1229.             'App\\Repository\\PaymentProviderRepository' => ['privates''App\\Repository\\PaymentProviderRepository''getPaymentProviderRepositoryService'true],
  1230.             'App\\Repository\\PickAndPackSettingsRepository' => ['privates''App\\Repository\\PickAndPackSettingsRepository''getPickAndPackSettingsRepositoryService'true],
  1231.             'App\\Repository\\PinterestEventProviderRepository' => ['privates''App\\Repository\\PinterestEventProviderRepository''getPinterestEventProviderRepositoryService'true],
  1232.             'App\\Repository\\PlanRepository' => ['privates''App\\Repository\\PlanRepository''getPlanRepositoryService'true],
  1233.             'App\\Repository\\ProductDetailRepository' => ['privates''App\\Repository\\ProductDetailRepository''getProductDetailRepositoryService'true],
  1234.             'App\\Repository\\ProductPostUpsellRepository' => ['privates''App\\Repository\\ProductPostUpsellRepository''getProductPostUpsellRepositoryService'true],
  1235.             'App\\Repository\\ProductRepository' => ['privates''App\\Repository\\ProductRepository''getProductRepositoryService'true],
  1236.             'App\\Repository\\ProductStockRepository' => ['privates''App\\Repository\\ProductStockRepository''getProductStockRepositoryService'true],
  1237.             'App\\Repository\\ProductStockTransactionRepository' => ['privates''App\\Repository\\ProductStockTransactionRepository''getProductStockTransactionRepositoryService'true],
  1238.             'App\\Repository\\ProductTrackerRepository' => ['privates''App\\Repository\\ProductTrackerRepository''getProductTrackerRepositoryService'true],
  1239.             'App\\Repository\\ProductTypeRepository' => ['privates''App\\Repository\\ProductTypeRepository''getProductTypeRepositoryService'true],
  1240.             'App\\Repository\\ProductUpsellRepository' => ['privates''App\\Repository\\ProductUpsellRepository''getProductUpsellRepositoryService'true],
  1241.             'App\\Repository\\ProductVariantRepository' => ['privates''App\\Repository\\ProductVariantRepository''getProductVariantRepositoryService'true],
  1242.             'App\\Repository\\Reports\\CostReportsRepository' => ['privates''App\\Repository\\Reports\\CostReportsRepository''getCostReportsRepositoryService'true],
  1243.             'App\\Repository\\Reports\\CpaClientReportsRepository' => ['privates''App\\Repository\\Reports\\CpaClientReportsRepository''getCpaClientReportsRepositoryService'true],
  1244.             'App\\Repository\\Reports\\CpaReportsRepository' => ['privates''App\\Repository\\Reports\\CpaReportsRepository''getCpaReportsRepositoryService'true],
  1245.             'App\\Repository\\Reports\\CpcReportsRepository' => ['privates''App\\Repository\\Reports\\CpcReportsRepository''getCpcReportsRepositoryService'true],
  1246.             'App\\Repository\\Reports\\LtvFollowCurrentReportsRepository' => ['privates''App\\Repository\\Reports\\LtvFollowCurrentReportsRepository''getLtvFollowCurrentReportsRepositoryService'true],
  1247.             'App\\Repository\\Reports\\LtvFollowReportsRepository' => ['privates''App\\Repository\\Reports\\LtvFollowReportsRepository''getLtvFollowReportsRepositoryService'true],
  1248.             'App\\Repository\\Reports\\LtvReportsRepository' => ['privates''App\\Repository\\Reports\\LtvReportsRepository''getLtvReportsRepositoryService'true],
  1249.             'App\\Repository\\Reports\\MarginReportsRepository' => ['privates''App\\Repository\\Reports\\MarginReportsRepository''getMarginReportsRepositoryService'true],
  1250.             'App\\Repository\\Reports\\OrderReportsRepository' => ['privates''App\\Repository\\Reports\\OrderReportsRepository''getOrderReportsRepositoryService'true],
  1251.             'App\\Repository\\Reports\\PayoutReportsRepository' => ['privates''App\\Repository\\Reports\\PayoutReportsRepository''getPayoutReportsRepositoryService'true],
  1252.             'App\\Repository\\Reports\\ReportsRepository' => ['privates''App\\Repository\\Reports\\ReportsRepository''getReportsRepositoryService'true],
  1253.             'App\\Repository\\Reports\\RevenueReportsRepository' => ['privates''App\\Repository\\Reports\\RevenueReportsRepository''getRevenueReportsRepositoryService'true],
  1254.             'App\\Repository\\Reports\\StockReportsRepository' => ['privates''App\\Repository\\Reports\\StockReportsRepository''getStockReportsRepositoryService'true],
  1255.             'App\\Repository\\Reports\\SubscriptionReportsRepository' => ['privates''App\\Repository\\Reports\\SubscriptionReportsRepository''getSubscriptionReportsRepositoryService'true],
  1256.             'App\\Repository\\Reports\\SupportChatReportsRepository' => ['privates''App\\Repository\\Reports\\SupportChatReportsRepository''getSupportChatReportsRepositoryService'true],
  1257.             'App\\Repository\\SubscriptionFrequencyRepository' => ['privates''App\\Repository\\SubscriptionFrequencyRepository''getSubscriptionFrequencyRepositoryService'true],
  1258.             'App\\Repository\\TikTokEventProviderRepository' => ['privates''App\\Repository\\TikTokEventProviderRepository''getTikTokEventProviderRepositoryService'true],
  1259.             'App\\Repository\\TrackerRepository' => ['privates''App\\Repository\\TrackerRepository''getTrackerRepositoryService'true],
  1260.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  1261.             'App\\Repository\\VisitorsRepository' => ['privates''App\\Repository\\VisitorsRepository''getVisitorsRepositoryService'true],
  1262.             'App\\Repository\\WarehouseRepository' => ['privates''App\\Repository\\WarehouseRepository''getWarehouseRepositoryService'true],
  1263.             'App\\Repository\\WarehouseSettingRepository' => ['privates''App\\Repository\\WarehouseSettingRepository''getWarehouseSettingRepositoryService'true],
  1264.         ], [
  1265.             'App\\Repository\\ApiUserRepository' => '?',
  1266.             'App\\Repository\\CheckoutConfigurationRepository' => '?',
  1267.             'App\\Repository\\CountryRepository' => '?',
  1268.             'App\\Repository\\CurrencyRepository' => '?',
  1269.             'App\\Repository\\DomainEmailProviderRepository' => '?',
  1270.             'App\\Repository\\DomainEmailTemplateRepository' => '?',
  1271.             'App\\Repository\\DomainPaymentProviderRepository' => '?',
  1272.             'App\\Repository\\DomainRepository' => '?',
  1273.             'App\\Repository\\DomainVatRepository' => '?',
  1274.             'App\\Repository\\EndUserRepository' => '?',
  1275.             'App\\Repository\\EndUserVoucherRepository' => '?',
  1276.             'App\\Repository\\FAQRepository' => '?',
  1277.             'App\\Repository\\FulfillmentSettingsRepository' => '?',
  1278.             'App\\Repository\\FunnelProductRepository' => '?',
  1279.             'App\\Repository\\FunnelRepository' => '?',
  1280.             'App\\Repository\\FunnelStepRepository' => '?',
  1281.             'App\\Repository\\FunnelVisitorRepository' => '?',
  1282.             'App\\Repository\\ImageRepository' => '?',
  1283.             'App\\Repository\\MarketingCostRepository' => '?',
  1284.             'App\\Repository\\MarketingCostStorageRepository' => '?',
  1285.             'App\\Repository\\OrderCalculatedDataRepository' => '?',
  1286.             'App\\Repository\\OrderHolderRepository' => '?',
  1287.             'App\\Repository\\OrderProductCalculatedDataRepository' => '?',
  1288.             'App\\Repository\\OrderProductRepository' => '?',
  1289.             'App\\Repository\\OrderReminderRepository' => '?',
  1290.             'App\\Repository\\OrderRepository' => '?',
  1291.             'App\\Repository\\OrderSubscriptionRecurringTransactionRepository' => '?',
  1292.             'App\\Repository\\OrderSubscriptionRepository' => '?',
  1293.             'App\\Repository\\OrderVoucherRepository' => '?',
  1294.             'App\\Repository\\OrderWarehouseDetailRepository' => '?',
  1295.             'App\\Repository\\PSPSettingsRepository' => '?',
  1296.             'App\\Repository\\PaymentProviderRepository' => '?',
  1297.             'App\\Repository\\PickAndPackSettingsRepository' => '?',
  1298.             'App\\Repository\\PinterestEventProviderRepository' => '?',
  1299.             'App\\Repository\\PlanRepository' => '?',
  1300.             'App\\Repository\\ProductDetailRepository' => '?',
  1301.             'App\\Repository\\ProductPostUpsellRepository' => '?',
  1302.             'App\\Repository\\ProductRepository' => '?',
  1303.             'App\\Repository\\ProductStockRepository' => '?',
  1304.             'App\\Repository\\ProductStockTransactionRepository' => '?',
  1305.             'App\\Repository\\ProductTrackerRepository' => '?',
  1306.             'App\\Repository\\ProductTypeRepository' => '?',
  1307.             'App\\Repository\\ProductUpsellRepository' => '?',
  1308.             'App\\Repository\\ProductVariantRepository' => '?',
  1309.             'App\\Repository\\Reports\\CostReportsRepository' => '?',
  1310.             'App\\Repository\\Reports\\CpaClientReportsRepository' => '?',
  1311.             'App\\Repository\\Reports\\CpaReportsRepository' => '?',
  1312.             'App\\Repository\\Reports\\CpcReportsRepository' => '?',
  1313.             'App\\Repository\\Reports\\LtvFollowCurrentReportsRepository' => '?',
  1314.             'App\\Repository\\Reports\\LtvFollowReportsRepository' => '?',
  1315.             'App\\Repository\\Reports\\LtvReportsRepository' => '?',
  1316.             'App\\Repository\\Reports\\MarginReportsRepository' => '?',
  1317.             'App\\Repository\\Reports\\OrderReportsRepository' => '?',
  1318.             'App\\Repository\\Reports\\PayoutReportsRepository' => '?',
  1319.             'App\\Repository\\Reports\\ReportsRepository' => '?',
  1320.             'App\\Repository\\Reports\\RevenueReportsRepository' => '?',
  1321.             'App\\Repository\\Reports\\StockReportsRepository' => '?',
  1322.             'App\\Repository\\Reports\\SubscriptionReportsRepository' => '?',
  1323.             'App\\Repository\\Reports\\SupportChatReportsRepository' => '?',
  1324.             'App\\Repository\\SubscriptionFrequencyRepository' => '?',
  1325.             'App\\Repository\\TikTokEventProviderRepository' => '?',
  1326.             'App\\Repository\\TrackerRepository' => '?',
  1327.             'App\\Repository\\UserRepository' => '?',
  1328.             'App\\Repository\\VisitorsRepository' => '?',
  1329.             'App\\Repository\\WarehouseRepository' => '?',
  1330.             'App\\Repository\\WarehouseSettingRepository' => '?',
  1331.         ])));
  1332.         $a->addCustomStringFunction('DATE_FORMAT''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  1333.         $a->addCustomStringFunction('ROUND''DoctrineExtensions\\Query\\Mysql\\Round');
  1334.         $a->addCustomStringFunction('GROUP_CONCAT''DoctrineExtensions\\Query\\Mysql\\GroupConcat');
  1335.         $a->addCustomStringFunction('regexp''DoctrineExtensions\\Query\\Mysql\\Regexp');
  1336.         $instance \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1337.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1338.         return $instance;
  1339.     }
  1340.     /**
  1341.      * Gets the public 'event_dispatcher' shared service.
  1342.      *
  1343.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1344.      */
  1345.     protected function getEventDispatcherService()
  1346.     {
  1347.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1348.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1349.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1350.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1351.         $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())));
  1352.         $instance->addListener('kernel.response', [=> function () {
  1353.             return ($this->privates['App\\Listener\\EventListener'] ?? $this->getEventListenerService());
  1354.         }, => 'onKernelResponse'], 0);
  1355.         $instance->addListener('kernel.request', [=> function () {
  1356.             return ($this->privates['App\\Listener\\EventListener'] ?? $this->getEventListenerService());
  1357.         }, => 'onKernelRequest'], 0);
  1358.         $instance->addListener('kernel.exception', [=> function () {
  1359.             return ($this->privates['App\\Listener\\ExceptionApiListener'] ?? ($this->privates['App\\Listener\\ExceptionApiListener'] = new \App\Listener\ExceptionApiListener()));
  1360.         }, => 'onKernelException'], 0);
  1361.         $instance->addListener('kernel.exception', [=> function () {
  1362.             return ($this->privates['App\\Listener\\ExceptionListener'] ?? $this->load('getExceptionListenerService'));
  1363.         }, => 'onKernelException'], 0);
  1364.         $instance->addListener('kernel.request', [=> function () {
  1365.             return ($this->privates['App\\Listener\\RequestFunnelFirstStepRedirectListener'] ?? $this->getRequestFunnelFirstStepRedirectListenerService());
  1366.         }, => 'onKernelRequest'], 10);
  1367.         $instance->addListener('kernel.response', [=> function () {
  1368.             return ($this->privates['App\\Listener\\TrackerListener'] ?? $this->getTrackerListenerService());
  1369.         }, => 'onKernelResponse'], 0);
  1370.         $instance->addListener('sonata.admin.event.configure.menu.sidebar', [=> function () {
  1371.             return ($this->privates['app.menu_listener'] ?? $this->load('getApp_MenuListenerService'));
  1372.         }, => 'addMenuItems'], 0);
  1373.         $instance->addListener('kernel.controller', [=> function () {
  1374.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1375.         }, => 'onKernelController'], 0);
  1376.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1377.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1378.         }, => 'checkPassport'], 1024);
  1379.         $instance->addListener('kernel.response', [=> function () {
  1380.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1381.         }, => 'onKernelResponse'], 0);
  1382.         $instance->addListener('kernel.response', [=> function () {
  1383.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1384.         }, => 'onKernelResponse'], 0);
  1385.         $instance->addListener('kernel.response', [=> function () {
  1386.             return ($this->privates['security.context_listener.2'] ?? $this->getSecurity_ContextListener_2Service());
  1387.         }, => 'onKernelResponse'], 0);
  1388.         $instance->addListener('kernel.response', [=> function () {
  1389.             return ($this->privates['security.context_listener.3'] ?? $this->getSecurity_ContextListener_3Service());
  1390.         }, => 'onKernelResponse'], 0);
  1391.         $instance->addListener('console.command', [=> function () {
  1392.             return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  1393.         }, => 'onConsoleCommand'], 0);
  1394.         $instance->addListener('kernel.request', [=> function () {
  1395.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1396.         }, => 'onKernelRequest'], 250);
  1397.         $instance->addListener('kernel.response', [=> function () {
  1398.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1399.         }, => 'onKernelResponse'], 0);
  1400.         $instance->addListener('kernel.response', [=> function () {
  1401.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1402.         }, => 'onResponse'], -10);
  1403.         $instance->addListener('kernel.request', [=> function () {
  1404.             return ($this->privates['App\\EventSubscriber\\FacebookIdsSubscriber'] ?? $this->getFacebookIdsSubscriberService());
  1405.         }, => 'onRequest'], 10);
  1406.         $instance->addListener('kernel.response', [=> function () {
  1407.             return ($this->privates['App\\EventSubscriber\\FacebookIdsSubscriber'] ?? $this->getFacebookIdsSubscriberService());
  1408.         }, => 'onResponse'], -10);
  1409.         $instance->addListener('kernel.request', [=> function () {
  1410.             return ($this->privates['App\\Listener\\LocaleApiListener'] ?? ($this->privates['App\\Listener\\LocaleApiListener'] = new \App\Listener\LocaleApiListener()));
  1411.         }, => 'onKernelRequest'], 20);
  1412.         $instance->addListener('kernel.response', [=> function () {
  1413.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1414.         }, => 'onKernelResponse'], 0);
  1415.         $instance->addListener('kernel.response', [=> function () {
  1416.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1417.         }, => 'onKernelResponse'], -1024);
  1418.         $instance->addListener('kernel.request', [=> function () {
  1419.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1420.         }, => 'setDefaultLocale'], 100);
  1421.         $instance->addListener('kernel.request', [=> function () {
  1422.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1423.         }, => 'onKernelRequest'], 16);
  1424.         $instance->addListener('kernel.finish_request', [=> function () {
  1425.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1426.         }, => 'onKernelFinishRequest'], 0);
  1427.         $instance->addListener('kernel.request', [=> function () {
  1428.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1429.         }, => 'onKernelRequest'], 256);
  1430.         $instance->addListener('kernel.response', [=> function () {
  1431.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1432.         }, => 'onResponse'], -255);
  1433.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1434.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1435.         }, => 'onControllerArguments'], 0);
  1436.         $instance->addListener('kernel.exception', [=> function () {
  1437.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1438.         }, => 'logKernelException'], 0);
  1439.         $instance->addListener('kernel.exception', [=> function () {
  1440.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1441.         }, => 'onKernelException'], -128);
  1442.         $instance->addListener('kernel.response', [=> function () {
  1443.             return ($this->privates['exception_listener'] ?? $this->getExceptionListener2Service());
  1444.         }, => 'removeCspHeader'], -128);
  1445.         $instance->addListener('kernel.request', [=> function () {
  1446.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1447.         }, => 'onKernelRequest'], 15);
  1448.         $instance->addListener('kernel.finish_request', [=> function () {
  1449.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1450.         }, => 'onKernelFinishRequest'], -15);
  1451.         $instance->addListener('console.error', [=> function () {
  1452.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1453.         }, => 'onConsoleError'], -128);
  1454.         $instance->addListener('console.terminate', [=> function () {
  1455.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1456.         }, => 'onConsoleTerminate'], -128);
  1457.         $instance->addListener('console.error', [=> function () {
  1458.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1459.         }, => 'onConsoleError'], 0);
  1460.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1461.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1462.         }, => 'onMessage'], -255);
  1463.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1464.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1465.         }, => 'onMessage'], -255);
  1466.         $instance->addListener('kernel.request', [=> function () {
  1467.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1468.         }, => 'configure'], 2048);
  1469.         $instance->addListener('console.command', [=> function () {
  1470.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1471.         }, => 'configure'], 2048);
  1472.         $instance->addListener('kernel.request', [=> function () {
  1473.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1474.         }, => 'onKernelRequest'], 32);
  1475.         $instance->addListener('kernel.finish_request', [=> function () {
  1476.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1477.         }, => 'onKernelFinishRequest'], 0);
  1478.         $instance->addListener('kernel.exception', [=> function () {
  1479.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1480.         }, => 'onKernelException'], -64);
  1481.         $instance->addListener('kernel.request', [=> function () {
  1482.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1483.         }, => 'onKernelRequest'], 128);
  1484.         $instance->addListener('kernel.response', [=> function () {
  1485.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1486.         }, => 'onKernelResponse'], -1000);
  1487.         $instance->addListener('kernel.finish_request', [=> function () {
  1488.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1489.         }, => 'onFinishRequest'], 0);
  1490.         $instance->addListener('kernel.response', [=> function () {
  1491.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1492.         }, => 'onKernelResponse'], -100);
  1493.         $instance->addListener('kernel.exception', [=> function () {
  1494.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1495.         }, => 'onKernelException'], 0);
  1496.         $instance->addListener('kernel.terminate', [=> function () {
  1497.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1498.         }, => 'onKernelTerminate'], -1024);
  1499.         $instance->addListener('kernel.controller', [=> function () {
  1500.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1501.         }, => 'onKernelController'], 0);
  1502.         $instance->addListener('kernel.response', [=> function () {
  1503.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1504.         }, => 'onKernelResponse'], 0);
  1505.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1506.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1507.         }, => 'onMessage'], 0);
  1508.         $instance->addListener('kernel.response', [=> function () {
  1509.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1510.         }, => 'onKernelResponse'], 0);
  1511.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1512.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1513.         }, => 'checkPassport'], 0);
  1514.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1515.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1516.         }, => 'onLoginSuccess'], 0);
  1517.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1518.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1519.         }, => 'onVoterVote'], 0);
  1520.         $instance->addListener('kernel.request', [=> function () {
  1521.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1522.         }, => 'configureLogoutUrlGenerator'], 8);
  1523.         $instance->addListener('kernel.request', [=> function () {
  1524.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1525.         }, => 'onKernelRequest'], 8);
  1526.         $instance->addListener('kernel.finish_request', [=> function () {
  1527.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1528.         }, => 'onKernelFinishRequest'], 0);
  1529.         $instance->addListener('kernel.controller', [=> function () {
  1530.             return ($this->privates['sonata.admin.event_listener.configure_crud_controller'] ?? ($this->privates['sonata.admin.event_listener.configure_crud_controller'] = new \Sonata\AdminBundle\EventListener\ConfigureCRUDControllerListener()));
  1531.         }, => 'onKernelController'], 0);
  1532.         $instance->addListener('console.command', [=> function () {
  1533.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1534.         }, => 'onCommand'], 255);
  1535.         $instance->addListener('console.terminate', [=> function () {
  1536.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1537.         }, => 'onTerminate'], -255);
  1538.         $instance->addListener('kernel.response', [=> function () {
  1539.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1540.         }, => 'onKernelResponse'], -128);
  1541.         $instance->addListener('console.command', [=> function () {
  1542.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1543.         }, => 'configure'], 1024);
  1544.         $instance->addListener('console.error', [=> function () {
  1545.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1546.         }, => 'onConsoleError'], 0);
  1547.         $instance->addListener('console.terminate', [=> function () {
  1548.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1549.         }, => 'onConsoleTerminate'], 0);
  1550.         $instance->addListener('kernel.request', [=> function () {
  1551.             return ($this->privates['stof_doctrine_extensions.event_listener.locale'] ?? $this->getStofDoctrineExtensions_EventListener_LocaleService());
  1552.         }, => 'onKernelRequest'], 0);
  1553.         $instance->addListener('kernel.controller', [=> function () {
  1554.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1555.         }, => 'onKernelController'], 0);
  1556.         $instance->addListener('kernel.controller', [=> function () {
  1557.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1558.         }, => 'onKernelController'], 0);
  1559.         $instance->addListener('kernel.controller', [=> function () {
  1560.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1561.         }, => 'onKernelController'], -128);
  1562.         $instance->addListener('kernel.view', [=> function () {
  1563.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1564.         }, => 'onKernelView'], 0);
  1565.         $instance->addListener('kernel.controller', [=> function () {
  1566.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1567.         }, => 'onKernelController'], 0);
  1568.         $instance->addListener('kernel.response', [=> function () {
  1569.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1570.         }, => 'onKernelResponse'], 0);
  1571.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1572.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1573.         }, => 'onKernelControllerArguments'], 0);
  1574.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1575.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1576.         }, => 'onKernelControllerArguments'], 0);
  1577.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1578.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1579.         }, => 'checkPassport'], 512);
  1580.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1581.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1582.         }, => 'onLogout'], 0);
  1583.         return $instance;
  1584.     }
  1585.     /**
  1586.      * Gets the public 'http_kernel' shared service.
  1587.      *
  1588.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1589.      */
  1590.     protected function getHttpKernelService()
  1591.     {
  1592.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1593.         if (isset($this->services['http_kernel'])) {
  1594.             return $this->services['http_kernel'];
  1595.         }
  1596.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1597.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1598.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1599.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1600.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1601.             yield => ($this->privates['debug.sonata.admin.argument_resolver.admin'] ?? $this->load('getDebug_Sonata_Admin_ArgumentResolver_AdminService'));
  1602.             yield => ($this->privates['debug.sonata.admin.argument_resolver.proxy_query'] ?? $this->load('getDebug_Sonata_Admin_ArgumentResolver_ProxyQueryService'));
  1603.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1604.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1605.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1606.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1607.         }, 10)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1608.     }
  1609.     /**
  1610.      * Gets the public 'monolog.logger.eventProvider' shared service.
  1611.      *
  1612.      * @return \Symfony\Bridge\Monolog\Logger
  1613.      */
  1614.     protected function getMonolog_Logger_EventProviderService()
  1615.     {
  1616.         $this->services['monolog.logger.eventProvider'] = $instance = new \Symfony\Bridge\Monolog\Logger('eventProvider');
  1617.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1618.         $instance->pushHandler(($this->privates['monolog.handler.eventProvider'] ?? $this->getMonolog_Handler_EventProviderService()));
  1619.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1620.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1621.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1622.         return $instance;
  1623.     }
  1624.     /**
  1625.      * Gets the public 'old_sound_rabbit_mq.connection.default' shared service.
  1626.      *
  1627.      * @return \PhpAmqpLib\Connection\AMQPLazyConnection
  1628.      */
  1629.     protected function getOldSoundRabbitMq_Connection_DefaultService()
  1630.     {
  1631.         return $this->services['old_sound_rabbit_mq.connection.default'] = (new \OldSound\RabbitMqBundle\RabbitMq\AMQPConnectionFactory('PhpAmqpLib\\Connection\\AMQPLazyConnection', ['url' => $this->getEnv('RABBITMQ_URL'), 'lazy' => true'keepalive' => true'host' => 'localhost''port' => 5672'user' => 'guest''password' => 'guest''vhost' => '/''login_method' => 'AMQPLAIN''hosts' => [], 'connection_timeout' => 3'read_write_timeout' => 3'channel_rpc_timeout' => 0.0'use_socket' => false'ssl_context' => [], 'heartbeat' => 0]))->createConnection();
  1632.     }
  1633.     /**
  1634.      * Gets the public 'old_sound_rabbit_mq.event_sender_producer' shared service.
  1635.      *
  1636.      * @return \App\Producer\EventSenderProducer
  1637.      */
  1638.     protected function getOldSoundRabbitMq_EventSenderProducerService()
  1639.     {
  1640.         $this->services['old_sound_rabbit_mq.event_sender_producer'] = $instance = new \App\Producer\EventSenderProducer(($this->services['old_sound_rabbit_mq.connection.default'] ?? $this->getOldSoundRabbitMq_Connection_DefaultService()));
  1641.         $instance->setExchangeOptions(['name' => 'event_sender''type' => 'direct''passive' => false'durable' => true'auto_delete' => false'internal' => false'nowait' => false'declare' => true'arguments' => NULL'ticket' => NULL]);
  1642.         $instance->setQueueOptions(['name' => '''declare' => false]);
  1643.         $instance->setDefaultRoutingKey('');
  1644.         $instance->setContentType('text/plain');
  1645.         $instance->setDeliveryMode(2);
  1646.         if ($this->has('event_dispatcher')) {
  1647.             $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1648.         }
  1649.         return $instance;
  1650.     }
  1651.     /**
  1652.      * Gets the public 'old_sound_rabbit_mq.order_holder_producer' shared service.
  1653.      *
  1654.      * @return \App\Producer\OrderHolderProducer
  1655.      */
  1656.     protected function getOldSoundRabbitMq_OrderHolderProducerService()
  1657.     {
  1658.         $this->services['old_sound_rabbit_mq.order_holder_producer'] = $instance = new \App\Producer\OrderHolderProducer(($this->services['old_sound_rabbit_mq.connection.default'] ?? $this->getOldSoundRabbitMq_Connection_DefaultService()));
  1659.         $instance->setExchangeOptions(['name' => 'order_holder''type' => 'direct''passive' => false'durable' => true'auto_delete' => false'internal' => false'nowait' => false'declare' => true'arguments' => NULL'ticket' => NULL]);
  1660.         $instance->setQueueOptions(['name' => '''declare' => false]);
  1661.         $instance->setDefaultRoutingKey('');
  1662.         $instance->setContentType('text/plain');
  1663.         $instance->setDeliveryMode(2);
  1664.         if ($this->has('event_dispatcher')) {
  1665.             $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1666.         }
  1667.         return $instance;
  1668.     }
  1669.     /**
  1670.      * Gets the public 'old_sound_rabbit_mq.warehouse_producer' shared service.
  1671.      *
  1672.      * @return \App\Producer\WarehouseProducer
  1673.      */
  1674.     protected function getOldSoundRabbitMq_WarehouseProducerService()
  1675.     {
  1676.         $this->services['old_sound_rabbit_mq.warehouse_producer'] = $instance = new \App\Producer\WarehouseProducer(($this->services['old_sound_rabbit_mq.connection.default'] ?? $this->getOldSoundRabbitMq_Connection_DefaultService()));
  1677.         $instance->setExchangeOptions(['name' => 'warehouse''type' => 'direct''passive' => false'durable' => true'auto_delete' => false'internal' => false'nowait' => false'declare' => true'arguments' => NULL'ticket' => NULL]);
  1678.         $instance->setQueueOptions(['name' => '''declare' => false]);
  1679.         $instance->setDefaultRoutingKey('');
  1680.         $instance->setContentType('text/plain');
  1681.         $instance->setDeliveryMode(2);
  1682.         if ($this->has('event_dispatcher')) {
  1683.             $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1684.         }
  1685.         return $instance;
  1686.     }
  1687.     /**
  1688.      * Gets the public 'request_stack' shared service.
  1689.      *
  1690.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1691.      */
  1692.     protected function getRequestStackService()
  1693.     {
  1694.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1695.     }
  1696.     /**
  1697.      * Gets the public 'router' shared service.
  1698.      *
  1699.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1700.      */
  1701.     protected function getRouterService()
  1702.     {
  1703.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1704.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1705.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1706.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1707.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1708.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1709.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1710.         ], [
  1711.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1712.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'en');
  1713.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1714.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1715.         return $instance;
  1716.     }
  1717.     /**
  1718.      * Gets the public 'sonata.block.context_manager.default' shared service.
  1719.      *
  1720.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  1721.      */
  1722.     protected function getSonata_Block_ContextManager_DefaultService()
  1723.     {
  1724.         $a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
  1725.         if (isset($this->services['sonata.block.context_manager.default'])) {
  1726.             return $this->services['sonata.block.context_manager.default'];
  1727.         }
  1728.         return $this->services['sonata.block.context_manager.default'] = new \Sonata\BlockBundle\Block\BlockContextManager(new \Sonata\BlockBundle\Block\BlockLoaderChain([=> new \Sonata\BlockBundle\Block\Loader\ServiceLoader($this->parameters['sonata_blocks.block_types'])]), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1729.     }
  1730.     /**
  1731.      * Gets the public 'sonata.block.manager' shared service.
  1732.      *
  1733.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  1734.      */
  1735.     protected function getSonata_Block_ManagerService()
  1736.     {
  1737.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1738.             'sonata.admin.block.admin_list' => ['services''sonata.admin.block.admin_list''getSonata_Admin_Block_AdminListService'true],
  1739.             'sonata.admin.block.admin_preview' => ['services''sonata.admin.block.admin_preview''getSonata_Admin_Block_AdminPreviewService'true],
  1740.             'sonata.admin.block.search_result' => ['services''sonata.admin.block.search_result''getSonata_Admin_Block_SearchResultService'true],
  1741.             'sonata.admin.block.stats' => ['services''sonata.admin.block.stats''getSonata_Admin_Block_StatsService'true],
  1742.             'sonata.block.service.container' => ['privates''sonata.block.service.container''getSonata_Block_Service_ContainerService'true],
  1743.             'sonata.block.service.empty' => ['privates''sonata.block.service.empty''getSonata_Block_Service_EmptyService'true],
  1744.             'sonata.block.service.menu' => ['privates''sonata.block.service.menu''getSonata_Block_Service_MenuService'true],
  1745.             'sonata.block.service.rss' => ['privates''sonata.block.service.rss''getSonata_Block_Service_RssService'true],
  1746.             'sonata.block.service.template' => ['privates''sonata.block.service.template''getSonata_Block_Service_TemplateService'true],
  1747.             'sonata.block.service.text' => ['privates''sonata.block.service.text''getSonata_Block_Service_TextService'true],
  1748.         ], [
  1749.             'sonata.admin.block.admin_list' => '?',
  1750.             'sonata.admin.block.admin_preview' => '?',
  1751.             'sonata.admin.block.search_result' => '?',
  1752.             'sonata.admin.block.stats' => '?',
  1753.             'sonata.block.service.container' => '?',
  1754.             'sonata.block.service.empty' => '?',
  1755.             'sonata.block.service.menu' => '?',
  1756.             'sonata.block.service.rss' => '?',
  1757.             'sonata.block.service.template' => '?',
  1758.             'sonata.block.service.text' => '?',
  1759.         ]), $this->parameters['sonata.block.container.types']);
  1760.         $instance->add('sonata.block.service.container''sonata.block.service.container', []);
  1761.         $instance->add('sonata.block.service.empty''sonata.block.service.empty', []);
  1762.         $instance->add('sonata.block.service.text''sonata.block.service.text', []);
  1763.         $instance->add('sonata.block.service.rss''sonata.block.service.rss', []);
  1764.         $instance->add('sonata.block.service.template''sonata.block.service.template', []);
  1765.         $instance->add('sonata.block.service.menu''sonata.block.service.menu', []);
  1766.         $instance->add('sonata.admin.block.admin_list''sonata.admin.block.admin_list', []);
  1767.         $instance->add('sonata.admin.block.search_result''sonata.admin.block.search_result', []);
  1768.         $instance->add('sonata.admin.block.stats''sonata.admin.block.stats', []);
  1769.         $instance->add('sonata.admin.block.admin_preview''sonata.admin.block.admin_preview', []);
  1770.         return $instance;
  1771.     }
  1772.     /**
  1773.      * Gets the public 'sonata.block.renderer.default' shared service.
  1774.      *
  1775.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  1776.      */
  1777.     protected function getSonata_Block_Renderer_DefaultService()
  1778.     {
  1779.         $a = ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService());
  1780.         if (isset($this->services['sonata.block.renderer.default'])) {
  1781.             return $this->services['sonata.block.renderer.default'];
  1782.         }
  1783.         $b = new \Sonata\BlockBundle\Exception\Strategy\StrategyManager($this, ['debug_only' => 'sonata.block.exception.filter.debug_only''ignore_block_exception' => 'sonata.block.exception.filter.ignore_block_exception''keep_all' => 'sonata.block.exception.filter.keep_all''keep_none' => 'sonata.block.exception.filter.keep_none'], ['inline' => 'sonata.block.exception.renderer.inline''inline_debug' => 'sonata.block.exception.renderer.inline_debug''throw' => 'sonata.block.exception.renderer.throw'], [], []);
  1784.         $b->setDefaultFilter('debug_only');
  1785.         $b->setDefaultRenderer('throw');
  1786.         return $this->services['sonata.block.renderer.default'] = new \Sonata\BlockBundle\Block\BlockRenderer($a$b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1787.     }
  1788.     /**
  1789.      * Gets the public 'sonata.twig.flashmessage.twig.extension' shared service.
  1790.      *
  1791.      * @return \Sonata\Twig\Extension\FlashMessageExtension
  1792.      */
  1793.     protected function getSonata_Twig_Flashmessage_Twig_ExtensionService()
  1794.     {
  1795.         return $this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension();
  1796.     }
  1797.     /**
  1798.      * Gets the public 'translator' shared service.
  1799.      *
  1800.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1801.      */
  1802.     protected function getTranslatorService()
  1803.     {
  1804.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1805.     }
  1806.     /**
  1807.      * Gets the public 'var_dumper.cloner' shared service.
  1808.      *
  1809.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1810.      */
  1811.     protected function getVarDumper_ClonerService()
  1812.     {
  1813.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1814.         $instance->setMaxItems(2500);
  1815.         $instance->setMinDepth(1);
  1816.         $instance->setMaxString(-1);
  1817.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1818.         return $instance;
  1819.     }
  1820.     /**
  1821.      * Gets the private '.debug.http_client' shared service.
  1822.      *
  1823.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1824.      */
  1825.     protected function get_Debug_HttpClientService()
  1826.     {
  1827.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1828.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1829.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1830.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1831.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1832.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1833.         $a->setLogger($b);
  1834.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1835.     }
  1836.     /**
  1837.      * Gets the private '.service_locator.oir1KO1' shared service.
  1838.      *
  1839.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1840.      */
  1841.     protected function get_ServiceLocator_Oir1KO1Service()
  1842.     {
  1843.         return $this->privates['.service_locator.oir1KO1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1844.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  1845.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  1846.             'security.firewall.map.context.api_v1' => ['privates''security.firewall.map.context.api_v1''getSecurity_Firewall_Map_Context_ApiV1Service'true],
  1847.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1848.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1849.         ], [
  1850.             'security.firewall.map.context.admin' => '?',
  1851.             'security.firewall.map.context.api' => '?',
  1852.             'security.firewall.map.context.api_v1' => '?',
  1853.             'security.firewall.map.context.dev' => '?',
  1854.             'security.firewall.map.context.main' => '?',
  1855.         ]);
  1856.     }
  1857.     /**
  1858.      * Gets the private 'App\EventSubscriber\FacebookIdsSubscriber' shared autowired service.
  1859.      *
  1860.      * @return \App\EventSubscriber\FacebookIdsSubscriber
  1861.      */
  1862.     protected function getFacebookIdsSubscriberService()
  1863.     {
  1864.         return $this->privates['App\\EventSubscriber\\FacebookIdsSubscriber'] = new \App\EventSubscriber\FacebookIdsSubscriber(($this->privates['App\\Tracking\\FacebookIds'] ?? ($this->privates['App\\Tracking\\FacebookIds'] = new \App\Tracking\FacebookIds())));
  1865.     }
  1866.     /**
  1867.      * Gets the private 'App\Listener\EventListener' shared autowired service.
  1868.      *
  1869.      * @return \App\Listener\EventListener
  1870.      */
  1871.     protected function getEventListenerService()
  1872.     {
  1873.         return $this->privates['App\\Listener\\EventListener'] = new \App\Listener\EventListener(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  1874.     }
  1875.     /**
  1876.      * Gets the private 'App\Listener\RequestFunnelFirstStepRedirectListener' shared autowired service.
  1877.      *
  1878.      * @return \App\Listener\RequestFunnelFirstStepRedirectListener
  1879.      */
  1880.     protected function getRequestFunnelFirstStepRedirectListenerService()
  1881.     {
  1882.         $a = ($this->services['router'] ?? $this->getRouterService());
  1883.         if (isset($this->privates['App\\Listener\\RequestFunnelFirstStepRedirectListener'])) {
  1884.             return $this->privates['App\\Listener\\RequestFunnelFirstStepRedirectListener'];
  1885.         }
  1886.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1887.         if (isset($this->privates['App\\Listener\\RequestFunnelFirstStepRedirectListener'])) {
  1888.             return $this->privates['App\\Listener\\RequestFunnelFirstStepRedirectListener'];
  1889.         }
  1890.         return $this->privates['App\\Listener\\RequestFunnelFirstStepRedirectListener'] = new \App\Listener\RequestFunnelFirstStepRedirectListener($a, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $b);
  1891.     }
  1892.     /**
  1893.      * Gets the private 'App\Listener\TrackerListener' shared autowired service.
  1894.      *
  1895.      * @return \App\Listener\TrackerListener
  1896.      */
  1897.     protected function getTrackerListenerService()
  1898.     {
  1899.         $a = ($this->privates['App\\Service\\TrackerManager'] ?? $this->getTrackerManagerService());
  1900.         if (isset($this->privates['App\\Listener\\TrackerListener'])) {
  1901.             return $this->privates['App\\Listener\\TrackerListener'];
  1902.         }
  1903.         return $this->privates['App\\Listener\\TrackerListener'] = new \App\Listener\TrackerListener($a);
  1904.     }
  1905.     /**
  1906.      * Gets the private 'App\Service\CheckoutConfigurationManager' shared autowired service.
  1907.      *
  1908.      * @return \App\Service\CheckoutConfigurationManager
  1909.      */
  1910.     protected function getCheckoutConfigurationManagerService()
  1911.     {
  1912.         $a = ($this->privates['App\\Service\\DomainManager'] ?? $this->getDomainManagerService());
  1913.         if (isset($this->privates['App\\Service\\CheckoutConfigurationManager'])) {
  1914.             return $this->privates['App\\Service\\CheckoutConfigurationManager'];
  1915.         }
  1916.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1917.         if (isset($this->privates['App\\Service\\CheckoutConfigurationManager'])) {
  1918.             return $this->privates['App\\Service\\CheckoutConfigurationManager'];
  1919.         }
  1920.         return $this->privates['App\\Service\\CheckoutConfigurationManager'] = new \App\Service\CheckoutConfigurationManager((\dirname(__DIR__4).'/public/assets'), $a$b);
  1921.     }
  1922.     /**
  1923.      * Gets the private 'App\Service\CountryManager' shared autowired service.
  1924.      *
  1925.      * @return \App\Service\CountryManager
  1926.      */
  1927.     protected function getCountryManagerService()
  1928.     {
  1929.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1930.         if (isset($this->privates['App\\Service\\CountryManager'])) {
  1931.             return $this->privates['App\\Service\\CountryManager'];
  1932.         }
  1933.         return $this->privates['App\\Service\\CountryManager'] = new \App\Service\CountryManager($a);
  1934.     }
  1935.     /**
  1936.      * Gets the private 'App\Service\DomainManager' shared autowired service.
  1937.      *
  1938.      * @return \App\Service\DomainManager
  1939.      */
  1940.     protected function getDomainManagerService()
  1941.     {
  1942.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1943.         if (isset($this->privates['App\\Service\\DomainManager'])) {
  1944.             return $this->privates['App\\Service\\DomainManager'];
  1945.         }
  1946.         $b = ($this->privates['App\\Service\\TranslatableManager'] ?? $this->getTranslatableManagerService());
  1947.         if (isset($this->privates['App\\Service\\DomainManager'])) {
  1948.             return $this->privates['App\\Service\\DomainManager'];
  1949.         }
  1950.         $c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  1951.         if (isset($this->privates['App\\Service\\DomainManager'])) {
  1952.             return $this->privates['App\\Service\\DomainManager'];
  1953.         }
  1954.         return $this->privates['App\\Service\\DomainManager'] = new \App\Service\DomainManager($a$b$c);
  1955.     }
  1956.     /**
  1957.      * Gets the private 'App\Service\DomainVatManager' shared autowired service.
  1958.      *
  1959.      * @return \App\Service\DomainVatManager
  1960.      */
  1961.     protected function getDomainVatManagerService()
  1962.     {
  1963.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1964.         if (isset($this->privates['App\\Service\\DomainVatManager'])) {
  1965.             return $this->privates['App\\Service\\DomainVatManager'];
  1966.         }
  1967.         return $this->privates['App\\Service\\DomainVatManager'] = new \App\Service\DomainVatManager($a);
  1968.     }
  1969.     /**
  1970.      * Gets the private 'App\Service\EventProviderManager' shared autowired service.
  1971.      *
  1972.      * @return \App\Service\EventProviderManager
  1973.      */
  1974.     protected function getEventProviderManagerService()
  1975.     {
  1976.         $a = ($this->privates['App\\Service\\DomainManager'] ?? $this->getDomainManagerService());
  1977.         if (isset($this->privates['App\\Service\\EventProviderManager'])) {
  1978.             return $this->privates['App\\Service\\EventProviderManager'];
  1979.         }
  1980.         $b = ($this->services['old_sound_rabbit_mq.event_sender_producer'] ?? $this->getOldSoundRabbitMq_EventSenderProducerService());
  1981.         if (isset($this->privates['App\\Service\\EventProviderManager'])) {
  1982.             return $this->privates['App\\Service\\EventProviderManager'];
  1983.         }
  1984.         $c = ($this->privates['App\\Service\\TrackerManager'] ?? $this->getTrackerManagerService());
  1985.         if (isset($this->privates['App\\Service\\EventProviderManager'])) {
  1986.             return $this->privates['App\\Service\\EventProviderManager'];
  1987.         }
  1988.         return $this->privates['App\\Service\\EventProviderManager'] = new \App\Service\EventProviderManager(new RewindableGenerator(function () {
  1989.             yield => ($this->privates['App\\Service\\EventProvider\\FacebookProvider'] ?? $this->load('getFacebookProviderService'));
  1990.             yield => ($this->privates['App\\Service\\EventProvider\\GoogleProvider'] ?? $this->load('getGoogleProviderService'));
  1991.             yield => ($this->privates['App\\Service\\EventProvider\\KlaviyoProvider'] ?? $this->load('getKlaviyoProviderService'));
  1992.             yield => ($this->privates['App\\Service\\EventProvider\\PinterestProvider'] ?? $this->load('getPinterestProviderService'));
  1993.             yield => ($this->privates['App\\Service\\EventProvider\\TikTokProvider'] ?? $this->load('getTikTokProviderService'));
  1994.         }, 5), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $a$b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $c, ($this->services['monolog.logger.eventProvider'] ?? $this->getMonolog_Logger_EventProviderService()));
  1995.     }
  1996.     /**
  1997.      * Gets the private 'App\Service\FulfillmentSettingsManager' shared autowired service.
  1998.      *
  1999.      * @return \App\Service\FulfillmentSettingsManager
  2000.      */
  2001.     protected function getFulfillmentSettingsManagerService()
  2002.     {
  2003.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2004.         if (isset($this->privates['App\\Service\\FulfillmentSettingsManager'])) {
  2005.             return $this->privates['App\\Service\\FulfillmentSettingsManager'];
  2006.         }
  2007.         $b = ($this->privates['App\\Service\\UserManager'] ?? $this->getUserManagerService());
  2008.         if (isset($this->privates['App\\Service\\FulfillmentSettingsManager'])) {
  2009.             return $this->privates['App\\Service\\FulfillmentSettingsManager'];
  2010.         }
  2011.         return $this->privates['App\\Service\\FulfillmentSettingsManager'] = new \App\Service\FulfillmentSettingsManager($a$b);
  2012.     }
  2013.     /**
  2014.      * Gets the private 'App\Service\OrderHolderManager' shared autowired service.
  2015.      *
  2016.      * @return \App\Service\OrderHolderManager
  2017.      */
  2018.     protected function getOrderHolderManagerService()
  2019.     {
  2020.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2021.         if (isset($this->privates['App\\Service\\OrderHolderManager'])) {
  2022.             return $this->privates['App\\Service\\OrderHolderManager'];
  2023.         }
  2024.         $b = ($this->services['old_sound_rabbit_mq.order_holder_producer'] ?? $this->getOldSoundRabbitMq_OrderHolderProducerService());
  2025.         if (isset($this->privates['App\\Service\\OrderHolderManager'])) {
  2026.             return $this->privates['App\\Service\\OrderHolderManager'];
  2027.         }
  2028.         return $this->privates['App\\Service\\OrderHolderManager'] = new \App\Service\OrderHolderManager($a$b);
  2029.     }
  2030.     /**
  2031.      * Gets the private 'App\Service\OrderManager' shared autowired service.
  2032.      *
  2033.      * @return \App\Service\OrderManager
  2034.      */
  2035.     protected function getOrderManagerService()
  2036.     {
  2037.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2038.         if (isset($this->privates['App\\Service\\OrderManager'])) {
  2039.             return $this->privates['App\\Service\\OrderManager'];
  2040.         }
  2041.         $b = ($this->privates['App\\Service\\ProductManager'] ?? $this->getProductManagerService());
  2042.         if (isset($this->privates['App\\Service\\OrderManager'])) {
  2043.             return $this->privates['App\\Service\\OrderManager'];
  2044.         }
  2045.         $c = ($this->privates['App\\Service\\ProductVariantManager'] ?? $this->getProductVariantManagerService());
  2046.         if (isset($this->privates['App\\Service\\OrderManager'])) {
  2047.             return $this->privates['App\\Service\\OrderManager'];
  2048.         }
  2049.         $d = ($this->privates['App\\Service\\PaymentProviderManager'] ?? $this->getPaymentProviderManagerService());
  2050.         if (isset($this->privates['App\\Service\\OrderManager'])) {
  2051.             return $this->privates['App\\Service\\OrderManager'];
  2052.         }
  2053.         $e = ($this->privates['App\\Service\\DomainVatManager'] ?? $this->getDomainVatManagerService());
  2054.         if (isset($this->privates['App\\Service\\OrderManager'])) {
  2055.             return $this->privates['App\\Service\\OrderManager'];
  2056.         }
  2057.         $f = ($this->privates['App\\Service\\FulfillmentSettingsManager'] ?? $this->getFulfillmentSettingsManagerService());
  2058.         if (isset($this->privates['App\\Service\\OrderManager'])) {
  2059.             return $this->privates['App\\Service\\OrderManager'];
  2060.         }
  2061.         $g = ($this->privates['App\\Service\\ProductTrackerManager'] ?? $this->getProductTrackerManagerService());
  2062.         if (isset($this->privates['App\\Service\\OrderManager'])) {
  2063.             return $this->privates['App\\Service\\OrderManager'];
  2064.         }
  2065.         $h = ($this->privates['App\\Service\\OrderHolderManager'] ?? $this->getOrderHolderManagerService());
  2066.         if (isset($this->privates['App\\Service\\OrderManager'])) {
  2067.             return $this->privates['App\\Service\\OrderManager'];
  2068.         }
  2069.         $i = ($this->services['old_sound_rabbit_mq.warehouse_producer'] ?? $this->getOldSoundRabbitMq_WarehouseProducerService());
  2070.         if (isset($this->privates['App\\Service\\OrderManager'])) {
  2071.             return $this->privates['App\\Service\\OrderManager'];
  2072.         }
  2073.         $j = ($this->privates['App\\Service\\EventProviderManager'] ?? $this->getEventProviderManagerService());
  2074.         if (isset($this->privates['App\\Service\\OrderManager'])) {
  2075.             return $this->privates['App\\Service\\OrderManager'];
  2076.         }
  2077.         $k = ($this->privates['App\\Service\\VoucherService'] ?? $this->getVoucherServiceService());
  2078.         if (isset($this->privates['App\\Service\\OrderManager'])) {
  2079.             return $this->privates['App\\Service\\OrderManager'];
  2080.         }
  2081.         $l = ($this->privates['App\\Service\\DomainManager'] ?? $this->getDomainManagerService());
  2082.         if (isset($this->privates['App\\Service\\OrderManager'])) {
  2083.             return $this->privates['App\\Service\\OrderManager'];
  2084.         }
  2085.         return $this->privates['App\\Service\\OrderManager'] = new \App\Service\OrderManager($a$b$c$d$e$f$g$h$i$j$k$l);
  2086.     }
  2087.     /**
  2088.      * Gets the private 'App\Service\PSPSettingsManager' shared autowired service.
  2089.      *
  2090.      * @return \App\Service\PSPSettingsManager
  2091.      */
  2092.     protected function getPSPSettingsManagerService()
  2093.     {
  2094.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2095.         if (isset($this->privates['App\\Service\\PSPSettingsManager'])) {
  2096.             return $this->privates['App\\Service\\PSPSettingsManager'];
  2097.         }
  2098.         $b = ($this->privates['App\\Service\\UserManager'] ?? $this->getUserManagerService());
  2099.         if (isset($this->privates['App\\Service\\PSPSettingsManager'])) {
  2100.             return $this->privates['App\\Service\\PSPSettingsManager'];
  2101.         }
  2102.         return $this->privates['App\\Service\\PSPSettingsManager'] = new \App\Service\PSPSettingsManager($a$b, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2103.     }
  2104.     /**
  2105.      * Gets the private 'App\Service\PaymentProviderManager' shared autowired service.
  2106.      *
  2107.      * @return \App\Service\PaymentProviderManager
  2108.      */
  2109.     protected function getPaymentProviderManagerService()
  2110.     {
  2111.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2112.         if (isset($this->privates['App\\Service\\PaymentProviderManager'])) {
  2113.             return $this->privates['App\\Service\\PaymentProviderManager'];
  2114.         }
  2115.         $b = ($this->privates['App\\Service\\DomainManager'] ?? $this->getDomainManagerService());
  2116.         if (isset($this->privates['App\\Service\\PaymentProviderManager'])) {
  2117.             return $this->privates['App\\Service\\PaymentProviderManager'];
  2118.         }
  2119.         $c = ($this->privates['App\\Service\\PSPSettingsManager'] ?? $this->getPSPSettingsManagerService());
  2120.         if (isset($this->privates['App\\Service\\PaymentProviderManager'])) {
  2121.             return $this->privates['App\\Service\\PaymentProviderManager'];
  2122.         }
  2123.         return $this->privates['App\\Service\\PaymentProviderManager'] = new \App\Service\PaymentProviderManager($a$b$this, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $c, [=> 'klarna'=> 'mollie'=> 'cashOnDelivery']);
  2124.     }
  2125.     /**
  2126.      * Gets the private 'App\Service\ProductManager' shared autowired service.
  2127.      *
  2128.      * @return \App\Service\ProductManager
  2129.      */
  2130.     protected function getProductManagerService()
  2131.     {
  2132.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2133.         if (isset($this->privates['App\\Service\\ProductManager'])) {
  2134.             return $this->privates['App\\Service\\ProductManager'];
  2135.         }
  2136.         $b = ($this->privates['App\\Service\\CountryManager'] ?? $this->getCountryManagerService());
  2137.         if (isset($this->privates['App\\Service\\ProductManager'])) {
  2138.             return $this->privates['App\\Service\\ProductManager'];
  2139.         }
  2140.         $c = ($this->privates['App\\Service\\ProductVariantManager'] ?? $this->getProductVariantManagerService());
  2141.         if (isset($this->privates['App\\Service\\ProductManager'])) {
  2142.             return $this->privates['App\\Service\\ProductManager'];
  2143.         }
  2144.         $d = ($this->privates['App\\Service\\DomainManager'] ?? $this->getDomainManagerService());
  2145.         if (isset($this->privates['App\\Service\\ProductManager'])) {
  2146.             return $this->privates['App\\Service\\ProductManager'];
  2147.         }
  2148.         $e = ($this->privates['App\\Service\\TranslatableManager'] ?? $this->getTranslatableManagerService());
  2149.         if (isset($this->privates['App\\Service\\ProductManager'])) {
  2150.             return $this->privates['App\\Service\\ProductManager'];
  2151.         }
  2152.         $f = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2153.         if (isset($this->privates['App\\Service\\ProductManager'])) {
  2154.             return $this->privates['App\\Service\\ProductManager'];
  2155.         }
  2156.         return $this->privates['App\\Service\\ProductManager'] = new \App\Service\ProductManager($a$b$c$d$e$f, ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  2157.     }
  2158.     /**
  2159.      * Gets the private 'App\Service\ProductTrackerManager' shared autowired service.
  2160.      *
  2161.      * @return \App\Service\ProductTrackerManager
  2162.      */
  2163.     protected function getProductTrackerManagerService()
  2164.     {
  2165.         $a = ($this->services['router'] ?? $this->getRouterService());
  2166.         if (isset($this->privates['App\\Service\\ProductTrackerManager'])) {
  2167.             return $this->privates['App\\Service\\ProductTrackerManager'];
  2168.         }
  2169.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2170.         if (isset($this->privates['App\\Service\\ProductTrackerManager'])) {
  2171.             return $this->privates['App\\Service\\ProductTrackerManager'];
  2172.         }
  2173.         $c = ($this->privates['App\\Service\\ProductManager'] ?? $this->getProductManagerService());
  2174.         if (isset($this->privates['App\\Service\\ProductTrackerManager'])) {
  2175.             return $this->privates['App\\Service\\ProductTrackerManager'];
  2176.         }
  2177.         $d = ($this->privates['App\\Service\\TrackerManager'] ?? $this->getTrackerManagerService());
  2178.         if (isset($this->privates['App\\Service\\ProductTrackerManager'])) {
  2179.             return $this->privates['App\\Service\\ProductTrackerManager'];
  2180.         }
  2181.         return $this->privates['App\\Service\\ProductTrackerManager'] = new \App\Service\ProductTrackerManager($a$b$c$d);
  2182.     }
  2183.     /**
  2184.      * Gets the private 'App\Service\ProductVariantManager' shared autowired service.
  2185.      *
  2186.      * @return \App\Service\ProductVariantManager
  2187.      */
  2188.     protected function getProductVariantManagerService()
  2189.     {
  2190.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2191.         if (isset($this->privates['App\\Service\\ProductVariantManager'])) {
  2192.             return $this->privates['App\\Service\\ProductVariantManager'];
  2193.         }
  2194.         return $this->privates['App\\Service\\ProductVariantManager'] = new \App\Service\ProductVariantManager($a);
  2195.     }
  2196.     /**
  2197.      * Gets the private 'App\Service\TrackerManager' shared autowired service.
  2198.      *
  2199.      * @return \App\Service\TrackerManager
  2200.      */
  2201.     protected function getTrackerManagerService()
  2202.     {
  2203.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2204.         if (isset($this->privates['App\\Service\\TrackerManager'])) {
  2205.             return $this->privates['App\\Service\\TrackerManager'];
  2206.         }
  2207.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2208.         if (isset($this->privates['App\\Service\\TrackerManager'])) {
  2209.             return $this->privates['App\\Service\\TrackerManager'];
  2210.         }
  2211.         return $this->privates['App\\Service\\TrackerManager'] = new \App\Service\TrackerManager($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b);
  2212.     }
  2213.     /**
  2214.      * Gets the private 'App\Service\TranslatableManager' shared autowired service.
  2215.      *
  2216.      * @return \App\Service\TranslatableManager
  2217.      */
  2218.     protected function getTranslatableManagerService()
  2219.     {
  2220.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2221.         if (isset($this->privates['App\\Service\\TranslatableManager'])) {
  2222.             return $this->privates['App\\Service\\TranslatableManager'];
  2223.         }
  2224.         $b = ($this->privates['App\\Service\\CountryManager'] ?? $this->getCountryManagerService());
  2225.         if (isset($this->privates['App\\Service\\TranslatableManager'])) {
  2226.             return $this->privates['App\\Service\\TranslatableManager'];
  2227.         }
  2228.         return $this->privates['App\\Service\\TranslatableManager'] = new \App\Service\TranslatableManager($a$b);
  2229.     }
  2230.     /**
  2231.      * Gets the private 'App\Service\UserManager' shared autowired service.
  2232.      *
  2233.      * @return \App\Service\UserManager
  2234.      */
  2235.     protected function getUserManagerService()
  2236.     {
  2237.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2238.         if (isset($this->privates['App\\Service\\UserManager'])) {
  2239.             return $this->privates['App\\Service\\UserManager'];
  2240.         }
  2241.         return $this->privates['App\\Service\\UserManager'] = new \App\Service\UserManager($a);
  2242.     }
  2243.     /**
  2244.      * Gets the private 'App\Service\VoucherService' shared autowired service.
  2245.      *
  2246.      * @return \App\Service\VoucherService
  2247.      */
  2248.     protected function getVoucherServiceService()
  2249.     {
  2250.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2251.         if (isset($this->privates['App\\Service\\VoucherService'])) {
  2252.             return $this->privates['App\\Service\\VoucherService'];
  2253.         }
  2254.         return $this->privates['App\\Service\\VoucherService'] = new \App\Service\VoucherService($a);
  2255.     }
  2256.     /**
  2257.      * Gets the private 'annotations.cache_adapter' shared service.
  2258.      *
  2259.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2260.      */
  2261.     protected function getAnnotations_CacheAdapterService()
  2262.     {
  2263.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2264.     }
  2265.     /**
  2266.      * Gets the private 'annotations.cached_reader' shared service.
  2267.      *
  2268.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2269.      */
  2270.     protected function getAnnotations_CachedReaderService()
  2271.     {
  2272.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2273.     }
  2274.     /**
  2275.      * Gets the private 'annotations.reader' shared service.
  2276.      *
  2277.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2278.      */
  2279.     protected function getAnnotations_ReaderService()
  2280.     {
  2281.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2282.         $instance->addGlobalIgnoredName('required'NULL);
  2283.         return $instance;
  2284.     }
  2285.     /**
  2286.      * Gets the private 'assets.packages' shared service.
  2287.      *
  2288.      * @return \Symfony\Component\Asset\Packages
  2289.      */
  2290.     protected function getAssets_PackagesService()
  2291.     {
  2292.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2293.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \App\Asset\VersionStrategy\GulpBusterVersionStrategy((\dirname(__DIR__4).'/busters.json'), '%s?version=%s'), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  2294.             return new \EmptyIterator();
  2295.         }, 0));
  2296.     }
  2297.     /**
  2298.      * Gets the private 'cache.annotations' shared service.
  2299.      *
  2300.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2301.      */
  2302.     protected function getCache_AnnotationsService()
  2303.     {
  2304.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4EBfuVbKo-'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2305.     }
  2306.     /**
  2307.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2308.      *
  2309.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2310.      */
  2311.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2312.     {
  2313.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2314.     }
  2315.     /**
  2316.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2317.      *
  2318.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2319.      */
  2320.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2321.     {
  2322.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2323.     }
  2324.     /**
  2325.      * Gets the private 'cache.property_info' shared service.
  2326.      *
  2327.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2328.      */
  2329.     protected function getCache_PropertyInfoService()
  2330.     {
  2331.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('9OJkg-ZPon'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2332.     }
  2333.     /**
  2334.      * Gets the private 'cache.security_expression_language' shared service.
  2335.      *
  2336.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2337.      */
  2338.     protected function getCache_SecurityExpressionLanguageService()
  2339.     {
  2340.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+JU02+SBKF'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2341.     }
  2342.     /**
  2343.      * Gets the private 'cache.serializer' shared service.
  2344.      *
  2345.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2346.      */
  2347.     protected function getCache_SerializerService()
  2348.     {
  2349.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('l5W4dbTEzK'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2350.     }
  2351.     /**
  2352.      * Gets the private 'cache.validator' shared service.
  2353.      *
  2354.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2355.      */
  2356.     protected function getCache_ValidatorService()
  2357.     {
  2358.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('yzEFGKhBw2'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2359.     }
  2360.     /**
  2361.      * Gets the private 'config_cache_factory' shared service.
  2362.      *
  2363.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2364.      */
  2365.     protected function getConfigCacheFactoryService()
  2366.     {
  2367.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2368.             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)));
  2369.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2370.         }, 2));
  2371.     }
  2372.     /**
  2373.      * Gets the private 'data_collector.form' shared service.
  2374.      *
  2375.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2376.      */
  2377.     protected function getDataCollector_FormService()
  2378.     {
  2379.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2380.     }
  2381.     /**
  2382.      * Gets the private 'data_collector.request' shared service.
  2383.      *
  2384.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2385.      */
  2386.     protected function getDataCollector_RequestService()
  2387.     {
  2388.         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())));
  2389.     }
  2390.     /**
  2391.      * Gets the private 'debug.controller_resolver' shared service.
  2392.      *
  2393.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  2394.      */
  2395.     protected function getDebug_ControllerResolverService()
  2396.     {
  2397.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2398.     }
  2399.     /**
  2400.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2401.      *
  2402.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2403.      */
  2404.     protected function getDebug_DebugHandlersListenerService()
  2405.     {
  2406.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2407.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2408.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2409.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2410.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2411.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2412.     }
  2413.     /**
  2414.      * Gets the private 'debug.file_link_formatter' shared service.
  2415.      *
  2416.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2417.      */
  2418.     protected function getDebug_FileLinkFormatterService()
  2419.     {
  2420.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__4), function () {
  2421.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2422.         });
  2423.     }
  2424.     /**
  2425.      * Gets the private 'debug.log_processor' shared service.
  2426.      *
  2427.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2428.      */
  2429.     protected function getDebug_LogProcessorService()
  2430.     {
  2431.         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())));
  2432.     }
  2433.     /**
  2434.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2435.      *
  2436.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2437.      */
  2438.     protected function getDebug_Security_Access_DecisionManagerService()
  2439.     {
  2440.         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 () {
  2441.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2442.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  2443.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2444.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2445.     }
  2446.     /**
  2447.      * Gets the private 'debug.security.firewall' shared service.
  2448.      *
  2449.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2450.      */
  2451.     protected function getDebug_Security_FirewallService()
  2452.     {
  2453.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2454.         if (isset($this->privates['debug.security.firewall'])) {
  2455.             return $this->privates['debug.security.firewall'];
  2456.         }
  2457.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2458.         if (isset($this->privates['debug.security.firewall'])) {
  2459.             return $this->privates['debug.security.firewall'];
  2460.         }
  2461.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2462.     }
  2463.     /**
  2464.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2465.      *
  2466.      * @return \Doctrine\Migrations\DependencyFactory
  2467.      */
  2468.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2469.     {
  2470.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2471.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  2472.         $a->setAllOrNothing(false);
  2473.         $a->setCheckDatabasePlatform(true);
  2474.         $a->setTransactional(true);
  2475.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2476.         $this->privates['doctrine.migrations.dependency_factory'] = $instance \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2477.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2478.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2479.         });
  2480.         return $instance;
  2481.     }
  2482.     /**
  2483.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2484.      *
  2485.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2486.      */
  2487.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2488.     {
  2489.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translatable/Entity')]);
  2490.     }
  2491.     /**
  2492.      * Gets the private 'exception_listener' shared service.
  2493.      *
  2494.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2495.      */
  2496.     protected function getExceptionListener2Service()
  2497.     {
  2498.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2499.     }
  2500.     /**
  2501.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2502.      *
  2503.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2504.      */
  2505.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2506.     {
  2507.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  2508.     }
  2509.     /**
  2510.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2511.      *
  2512.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2513.      */
  2514.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2515.     {
  2516.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2517.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2518.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2519.         }
  2520.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  2521.     }
  2522.     /**
  2523.      * Gets the private 'locale_aware_listener' shared service.
  2524.      *
  2525.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2526.      */
  2527.     protected function getLocaleAwareListenerService()
  2528.     {
  2529.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2530.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  2531.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2532.             yield => ($this->privates['sonata.form.type.date_picker'] ?? $this->load('getSonata_Form_Type_DatePickerService'));
  2533.             yield => ($this->privates['sonata.form.type.datetime_picker'] ?? $this->load('getSonata_Form_Type_DatetimePickerService'));
  2534.         }, 4), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2535.     }
  2536.     /**
  2537.      * Gets the private 'locale_listener' shared service.
  2538.      *
  2539.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2540.      */
  2541.     protected function getLocaleListenerService()
  2542.     {
  2543.         $a = ($this->services['router'] ?? $this->getRouterService());
  2544.         if (isset($this->privates['locale_listener'])) {
  2545.             return $this->privates['locale_listener'];
  2546.         }
  2547.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en'$afalse, []);
  2548.     }
  2549.     /**
  2550.      * Gets the private 'monolog.handler.console' shared service.
  2551.      *
  2552.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2553.      */
  2554.     protected function getMonolog_Handler_ConsoleService()
  2555.     {
  2556.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2557.     }
  2558.     /**
  2559.      * Gets the private 'monolog.handler.eventProvider' shared service.
  2560.      *
  2561.      * @return \Monolog\Handler\StreamHandler
  2562.      */
  2563.     protected function getMonolog_Handler_EventProviderService()
  2564.     {
  2565.         $this->privates['monolog.handler.eventProvider'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/eventProvider_dev.log'), 'debug'trueNULLfalse);
  2566.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2567.         return $instance;
  2568.     }
  2569.     /**
  2570.      * Gets the private 'monolog.handler.main' shared service.
  2571.      *
  2572.      * @return \Monolog\Handler\StreamHandler
  2573.      */
  2574.     protected function getMonolog_Handler_MainService()
  2575.     {
  2576.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  2577.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2578.         return $instance;
  2579.     }
  2580.     /**
  2581.      * Gets the private 'monolog.logger' shared service.
  2582.      *
  2583.      * @return \Symfony\Bridge\Monolog\Logger
  2584.      */
  2585.     protected function getMonolog_LoggerService()
  2586.     {
  2587.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2588.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2589.         $instance->useMicrosecondTimestamps(true);
  2590.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2591.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2592.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2593.         return $instance;
  2594.     }
  2595.     /**
  2596.      * Gets the private 'monolog.logger.cache' shared service.
  2597.      *
  2598.      * @return \Symfony\Bridge\Monolog\Logger
  2599.      */
  2600.     protected function getMonolog_Logger_CacheService()
  2601.     {
  2602.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2603.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2604.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2605.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2606.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2607.         return $instance;
  2608.     }
  2609.     /**
  2610.      * Gets the private 'monolog.logger.request' shared service.
  2611.      *
  2612.      * @return \Symfony\Bridge\Monolog\Logger
  2613.      */
  2614.     protected function getMonolog_Logger_RequestService()
  2615.     {
  2616.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2617.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2618.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2619.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2620.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2621.         return $instance;
  2622.     }
  2623.     /**
  2624.      * Gets the private 'monolog.logger.security' shared service.
  2625.      *
  2626.      * @return \Symfony\Bridge\Monolog\Logger
  2627.      */
  2628.     protected function getMonolog_Logger_SecurityService()
  2629.     {
  2630.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2631.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2632.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2633.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2634.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2635.         return $instance;
  2636.     }
  2637.     /**
  2638.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  2639.      *
  2640.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2641.      */
  2642.     protected function getNelmioCors_CorsListenerService()
  2643.     {
  2644.         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->parameters['nelmio_cors.defaults'])]));
  2645.     }
  2646.     /**
  2647.      * Gets the private 'parameter_bag' shared service.
  2648.      *
  2649.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2650.      */
  2651.     protected function getParameterBagService()
  2652.     {
  2653.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2654.     }
  2655.     /**
  2656.      * Gets the private 'profiler_listener' shared service.
  2657.      *
  2658.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2659.      */
  2660.     protected function getProfilerListenerService()
  2661.     {
  2662.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2663.         if (isset($this->privates['profiler_listener'])) {
  2664.             return $this->privates['profiler_listener'];
  2665.         }
  2666.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  2667.     }
  2668.     /**
  2669.      * Gets the private 'property_accessor' shared service.
  2670.      *
  2671.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2672.      */
  2673.     protected function getPropertyAccessorService()
  2674.     {
  2675.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2676.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2677.     }
  2678.     /**
  2679.      * Gets the private 'property_info' shared service.
  2680.      *
  2681.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2682.      */
  2683.     protected function getPropertyInfoService()
  2684.     {
  2685.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2686.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2687.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2688.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2689.         }, 3), new RewindableGenerator(function () {
  2690.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2691.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2692.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2693.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2694.         }, 4), new RewindableGenerator(function () {
  2695.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2696.         }, 1), new RewindableGenerator(function () {
  2697.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2698.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2699.         }, 2), new RewindableGenerator(function () {
  2700.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2701.         }, 1));
  2702.     }
  2703.     /**
  2704.      * Gets the private 'router.expression_language_provider' shared service.
  2705.      *
  2706.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2707.      */
  2708.     protected function getRouter_ExpressionLanguageProviderService()
  2709.     {
  2710.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2711.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2712.         ], [
  2713.             'env' => 'Closure',
  2714.         ]));
  2715.     }
  2716.     /**
  2717.      * Gets the private 'router.request_context' shared service.
  2718.      *
  2719.      * @return \Symfony\Component\Routing\RequestContext
  2720.      */
  2721.     protected function getRouter_RequestContextService()
  2722.     {
  2723.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2724.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2725.         return $instance;
  2726.     }
  2727.     /**
  2728.      * Gets the private 'router_listener' shared service.
  2729.      *
  2730.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2731.      */
  2732.     protected function getRouterListenerService()
  2733.     {
  2734.         $a = ($this->services['router'] ?? $this->getRouterService());
  2735.         if (isset($this->privates['router_listener'])) {
  2736.             return $this->privates['router_listener'];
  2737.         }
  2738.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener($a, ($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);
  2739.     }
  2740.     /**
  2741.      * Gets the private 'security.context_listener.0' shared service.
  2742.      *
  2743.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2744.      */
  2745.     protected function getSecurity_ContextListener_0Service()
  2746.     {
  2747.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  2748.         if (isset($this->privates['security.context_listener.0'])) {
  2749.             return $this->privates['security.context_listener.0'];
  2750.         }
  2751.         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 () {
  2752.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  2753.             yield => ($this->privates['App\\Security\\UserProvider'] ?? $this->load('getUserProviderService'));
  2754.             yield => ($this->privates['security.user.provider.concrete.api_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_ApiUserProviderService'));
  2755.         }, 3), 'admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  2756.     }
  2757.     /**
  2758.      * Gets the private 'security.context_listener.1' shared service.
  2759.      *
  2760.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2761.      */
  2762.     protected function getSecurity_ContextListener_1Service()
  2763.     {
  2764.         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 () {
  2765.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  2766.             yield => ($this->privates['App\\Security\\UserProvider'] ?? $this->load('getUserProviderService'));
  2767.             yield => ($this->privates['security.user.provider.concrete.api_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_ApiUserProviderService'));
  2768.         }, 3), 'api', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.api'] ?? $this->getSecurity_EventDispatcher_ApiService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  2769.     }
  2770.     /**
  2771.      * Gets the private 'security.context_listener.2' shared service.
  2772.      *
  2773.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2774.      */
  2775.     protected function getSecurity_ContextListener_2Service()
  2776.     {
  2777.         return $this->privates['security.context_listener.2'] = 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 () {
  2778.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  2779.             yield => ($this->privates['App\\Security\\UserProvider'] ?? $this->load('getUserProviderService'));
  2780.             yield => ($this->privates['security.user.provider.concrete.api_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_ApiUserProviderService'));
  2781.         }, 3), 'api_v1', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.api_v1'] ?? $this->getSecurity_EventDispatcher_ApiV1Service()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  2782.     }
  2783.     /**
  2784.      * Gets the private 'security.context_listener.3' shared service.
  2785.      *
  2786.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2787.      */
  2788.     protected function getSecurity_ContextListener_3Service()
  2789.     {
  2790.         return $this->privates['security.context_listener.3'] = 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 () {
  2791.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  2792.             yield => ($this->privates['App\\Security\\UserProvider'] ?? $this->load('getUserProviderService'));
  2793.             yield => ($this->privates['security.user.provider.concrete.api_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_ApiUserProviderService'));
  2794.         }, 3), '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->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  2795.     }
  2796.     /**
  2797.      * Gets the private 'security.event_dispatcher.admin' shared service.
  2798.      *
  2799.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2800.      */
  2801.     protected function getSecurity_EventDispatcher_AdminService()
  2802.     {
  2803.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2804.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2805.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  2806.         }, => 'onSuccessfulLogin'], 0);
  2807.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2808.             return ($this->privates['security.logout.listener.default.admin'] ?? $this->load('getSecurity_Logout_Listener_Default_AdminService'));
  2809.         }, => 'onLogout'], 64);
  2810.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2811.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2812.         }, => 'onLogout'], 0);
  2813.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2814.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  2815.         }, => 'preCheckCredentials'], 256);
  2816.         $instance->addListener('security.authentication.success', [=> function () {
  2817.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  2818.         }, => 'postCheckCredentials'], 256);
  2819.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2820.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2821.         }, => 'checkPassport'], 1024);
  2822.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2823.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2824.         }, => 'checkPassport'], 0);
  2825.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2826.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2827.         }, => 'onLoginSuccess'], 0);
  2828.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2829.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2830.         }, => 'checkPassport'], 512);
  2831.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2832.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2833.         }, => 'onLogout'], 0);
  2834.         return $instance;
  2835.     }
  2836.     /**
  2837.      * Gets the private 'security.event_dispatcher.api' shared service.
  2838.      *
  2839.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2840.      */
  2841.     protected function getSecurity_EventDispatcher_ApiService()
  2842.     {
  2843.         $this->privates['security.event_dispatcher.api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2844.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2845.             return ($this->privates['security.listener.api.user_provider'] ?? $this->load('getSecurity_Listener_Api_UserProviderService'));
  2846.         }, => 'checkPassport'], 2048);
  2847.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2848.             return ($this->privates['security.listener.session.api'] ?? $this->load('getSecurity_Listener_Session_ApiService'));
  2849.         }, => 'onSuccessfulLogin'], 0);
  2850.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2851.             return ($this->privates['security.listener.user_checker.api'] ?? $this->load('getSecurity_Listener_UserChecker_ApiService'));
  2852.         }, => 'preCheckCredentials'], 256);
  2853.         $instance->addListener('security.authentication.success', [=> function () {
  2854.             return ($this->privates['security.listener.user_checker.api'] ?? $this->load('getSecurity_Listener_UserChecker_ApiService'));
  2855.         }, => 'postCheckCredentials'], 256);
  2856.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2857.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2858.         }, => 'checkPassport'], 1024);
  2859.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2860.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2861.         }, => 'checkPassport'], 0);
  2862.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2863.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2864.         }, => 'onLoginSuccess'], 0);
  2865.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2866.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2867.         }, => 'checkPassport'], 512);
  2868.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2869.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2870.         }, => 'onLogout'], 0);
  2871.         return $instance;
  2872.     }
  2873.     /**
  2874.      * Gets the private 'security.event_dispatcher.api_v1' shared service.
  2875.      *
  2876.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2877.      */
  2878.     protected function getSecurity_EventDispatcher_ApiV1Service()
  2879.     {
  2880.         $this->privates['security.event_dispatcher.api_v1'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2881.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2882.             return ($this->privates['security.listener.api_v1.user_provider'] ?? $this->load('getSecurity_Listener_ApiV1_UserProviderService'));
  2883.         }, => 'checkPassport'], 2048);
  2884.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2885.             return ($this->privates['security.listener.session.api_v1'] ?? $this->load('getSecurity_Listener_Session_ApiV1Service'));
  2886.         }, => 'onSuccessfulLogin'], 0);
  2887.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2888.             return ($this->privates['security.listener.user_checker.api_v1'] ?? $this->load('getSecurity_Listener_UserChecker_ApiV1Service'));
  2889.         }, => 'preCheckCredentials'], 256);
  2890.         $instance->addListener('security.authentication.success', [=> function () {
  2891.             return ($this->privates['security.listener.user_checker.api_v1'] ?? $this->load('getSecurity_Listener_UserChecker_ApiV1Service'));
  2892.         }, => 'postCheckCredentials'], 256);
  2893.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2894.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2895.         }, => 'checkPassport'], 1024);
  2896.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2897.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2898.         }, => 'checkPassport'], 0);
  2899.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2900.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2901.         }, => 'onLoginSuccess'], 0);
  2902.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2903.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2904.         }, => 'checkPassport'], 512);
  2905.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2906.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2907.         }, => 'onLogout'], 0);
  2908.         return $instance;
  2909.     }
  2910.     /**
  2911.      * Gets the private 'security.event_dispatcher.main' shared service.
  2912.      *
  2913.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2914.      */
  2915.     protected function getSecurity_EventDispatcher_MainService()
  2916.     {
  2917.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2918.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2919.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  2920.         }, => 'checkPassport'], 2048);
  2921.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2922.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  2923.         }, => 'onSuccessfulLogin'], 0);
  2924.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2925.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2926.         }, => 'preCheckCredentials'], 256);
  2927.         $instance->addListener('security.authentication.success', [=> function () {
  2928.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2929.         }, => 'postCheckCredentials'], 256);
  2930.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2931.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2932.         }, => 'checkPassport'], 1024);
  2933.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2934.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2935.         }, => 'checkPassport'], 0);
  2936.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2937.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2938.         }, => 'onLoginSuccess'], 0);
  2939.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2940.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2941.         }, => 'checkPassport'], 512);
  2942.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2943.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2944.         }, => 'onLogout'], 0);
  2945.         return $instance;
  2946.     }
  2947.     /**
  2948.      * Gets the private 'security.firewall.map' shared service.
  2949.      *
  2950.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2951.      */
  2952.     protected function getSecurity_Firewall_MapService()
  2953.     {
  2954.         $a = ($this->privates['.service_locator.oir1KO1'] ?? $this->get_ServiceLocator_Oir1KO1Service());
  2955.         if (isset($this->privates['security.firewall.map'])) {
  2956.             return $this->privates['security.firewall.map'];
  2957.         }
  2958.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2959.             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)/')));
  2960.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.6lvPxID'] ?? ($this->privates['.security.request_matcher.6lvPxID'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin(.*)')));
  2961.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.6s_Oapq'] ?? ($this->privates['.security.request_matcher.6s_Oapq'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v.1/(.*)')));
  2962.             yield 'security.firewall.map.context.api_v1' => ($this->privates['.security.request_matcher.CoxsIQX'] ?? ($this->privates['.security.request_matcher.CoxsIQX'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/v1/(.*)')));
  2963.             yield 'security.firewall.map.context.main' => NULL;
  2964.         }, 5));
  2965.     }
  2966.     /**
  2967.      * Gets the private 'security.helper' shared service.
  2968.      *
  2969.      * @return \Symfony\Component\Security\Core\Security
  2970.      */
  2971.     protected function getSecurity_HelperService()
  2972.     {
  2973.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2974.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2975.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2976.         ], [
  2977.             'security.authorization_checker' => '?',
  2978.             'security.token_storage' => '?',
  2979.         ]));
  2980.     }
  2981.     /**
  2982.      * Gets the private 'security.logout_url_generator' shared service.
  2983.      *
  2984.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2985.      */
  2986.     protected function getSecurity_LogoutUrlGeneratorService()
  2987.     {
  2988.         $a = ($this->services['router'] ?? $this->getRouterService());
  2989.         if (isset($this->privates['security.logout_url_generator'])) {
  2990.             return $this->privates['security.logout_url_generator'];
  2991.         }
  2992.         $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())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2993.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  2994.         return $instance;
  2995.     }
  2996.     /**
  2997.      * Gets the private 'security.role_hierarchy' shared service.
  2998.      *
  2999.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  3000.      */
  3001.     protected function getSecurity_RoleHierarchyService()
  3002.     {
  3003.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  3004.     }
  3005.     /**
  3006.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3007.      *
  3008.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3009.      */
  3010.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3011.     {
  3012.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3013.     }
  3014.     /**
  3015.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3016.      *
  3017.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3018.      */
  3019.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3020.     {
  3021.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3022.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3023.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3024.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3025.     }
  3026.     /**
  3027.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3028.      *
  3029.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3030.      */
  3031.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3032.     {
  3033.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3034.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3035.             return $this->privates['sensio_framework_extra.security.listener'];
  3036.         }
  3037.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3038.     }
  3039.     /**
  3040.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3041.      *
  3042.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3043.      */
  3044.     protected function getSensioFrameworkExtra_View_ListenerService()
  3045.     {
  3046.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  3047.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3048.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3049.         ], [
  3050.             'twig' => '?',
  3051.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3052.         return $instance;
  3053.     }
  3054.     /**
  3055.      * Gets the private 'session.factory' shared service.
  3056.      *
  3057.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  3058.      */
  3059.     protected function getSession_FactoryService()
  3060.     {
  3061.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3062.         if (isset($this->privates['session.factory'])) {
  3063.             return $this->privates['session.factory'];
  3064.         }
  3065.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \SessionHandler()), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0), true), [=> $a=> 'onSessionUsage']);
  3066.     }
  3067.     /**
  3068.      * Gets the private 'session_listener' shared service.
  3069.      *
  3070.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3071.      */
  3072.     protected function getSessionListenerService()
  3073.     {
  3074.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3075.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  3076.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3077.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3078.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  3079.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3080.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  3081.         ], [
  3082.             'initialized_session' => '?',
  3083.             'logger' => '?',
  3084.             'request_stack' => '?',
  3085.             'session' => '?',
  3086.             'session_collector' => '?',
  3087.             'session_factory' => '?',
  3088.         ]), true$this->parameters['session.storage.options']);
  3089.     }
  3090.     /**
  3091.      * Gets the private 'sonata.admin.breadcrumbs_builder' shared service.
  3092.      *
  3093.      * @return \Sonata\AdminBundle\Admin\BreadcrumbsBuilder
  3094.      */
  3095.     protected function getSonata_Admin_BreadcrumbsBuilderService()
  3096.     {
  3097.         return $this->privates['sonata.admin.breadcrumbs_builder'] = new \Sonata\AdminBundle\Admin\BreadcrumbsBuilder($this->parameters['sonata.admin.configuration.breadcrumbs']);
  3098.     }
  3099.     /**
  3100.      * Gets the private 'sonata.admin.global_template_registry' shared service.
  3101.      *
  3102.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  3103.      */
  3104.     protected function getSonata_Admin_GlobalTemplateRegistryService()
  3105.     {
  3106.         return $this->privates['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  3107.     }
  3108.     /**
  3109.      * Gets the private 'sonata.admin.pool' shared service.
  3110.      *
  3111.      * @return \Sonata\AdminBundle\Admin\Pool
  3112.      */
  3113.     protected function getSonata_Admin_PoolService()
  3114.     {
  3115.         return $this->privates['sonata.admin.pool'] = new \Sonata\AdminBundle\Admin\Pool(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3116.             'admin.country' => [false'admin.country''getAdmin_CountryService'true],
  3117.             'admin.currency' => [false'admin.currency''getAdmin_CurrencyService'true],
  3118.             'admin.domain' => [false'admin.domain''getAdmin_DomainService'true],
  3119.             'admin.domainEmailTemplate' => [false'admin.domainEmailTemplate''getAdmin_DomainEmailTemplateService'true],
  3120.             'admin.domainVat' => [false'admin.domainVat''getAdmin_DomainVatService'true],
  3121.             'admin.enduser' => [false'admin.enduser''getAdmin_EnduserService'true],
  3122.             'admin.faq' => [false'admin.faq''getAdmin_FaqService'true],
  3123.             'admin.fulfillment' => [false'admin.fulfillment''getAdmin_FulfillmentService'true],
  3124.             'admin.funnel' => [false'admin.funnel''getAdmin_FunnelService'true],
  3125.             'admin.funnel_statistics' => [false'admin.funnel_statistics''getAdmin_FunnelStatisticsService'true],
  3126.             'admin.funnel_step' => [false'admin.funnel_step''getAdmin_FunnelStepService'true],
  3127.             'admin.marketingCost' => [false'admin.marketingCost''getAdmin_MarketingCostService'true],
  3128.             'admin.order' => [false'admin.order''getAdmin_OrderService'true],
  3129.             'admin.order_subscription' => [false'admin.order_subscription''getAdmin_OrderSubscriptionService'true],
  3130.             'admin.paymentProvider' => [false'admin.paymentProvider''getAdmin_PaymentProviderService'true],
  3131.             'admin.pickandpack' => [false'admin.pickandpack''getAdmin_PickandpackService'true],
  3132.             'admin.plan' => [false'admin.plan''getAdmin_PlanService'true],
  3133.             'admin.product' => [false'admin.product''getAdmin_ProductService'true],
  3134.             'admin.productDetail' => [false'admin.productDetail''getAdmin_ProductDetailService'true],
  3135.             'admin.productVariant' => [false'admin.productVariant''getAdmin_ProductVariantService'true],
  3136.             'admin.product_stock' => [false'admin.product_stock''getAdmin_ProductStockService'true],
  3137.             'admin.product_stock_transaction' => [false'admin.product_stock_transaction''getAdmin_ProductStockTransactionService'true],
  3138.             'admin.producttype' => [false'admin.producttype''getAdmin_ProducttypeService'true],
  3139.             'admin.psp' => [false'admin.psp''getAdmin_PspService'true],
  3140.             'admin.shippingProvider' => [false'admin.shippingProvider''getAdmin_ShippingProviderService'true],
  3141.             'admin.statistics' => [false'admin.statistics''getAdmin_StatisticsService'true],
  3142.             'admin.subscriptionfrequency' => [false'admin.subscriptionfrequency''getAdmin_SubscriptionfrequencyService'true],
  3143.             'admin.support_chat' => [false'admin.support_chat''getAdmin_SupportChatService'true],
  3144.             'admin.tracker' => [false'admin.tracker''getAdmin_TrackerService'true],
  3145.             'admin.upsell' => [false'admin.upsell''getAdmin_UpsellService'true],
  3146.             'admin.user' => [false'admin.user''getAdmin_UserService'true],
  3147.             'admin.visitors' => [false'admin.visitors''getAdmin_VisitorsService'true],
  3148.             'admin.warehouse' => [false'admin.warehouse''getAdmin_WarehouseService'true],
  3149.         ], [
  3150.             'admin.country' => '?',
  3151.             'admin.currency' => '?',
  3152.             'admin.domain' => '?',
  3153.             'admin.domainEmailTemplate' => '?',
  3154.             'admin.domainVat' => '?',
  3155.             'admin.enduser' => '?',
  3156.             'admin.faq' => '?',
  3157.             'admin.fulfillment' => '?',
  3158.             'admin.funnel' => '?',
  3159.             'admin.funnel_statistics' => '?',
  3160.             'admin.funnel_step' => '?',
  3161.             'admin.marketingCost' => '?',
  3162.             'admin.order' => '?',
  3163.             'admin.order_subscription' => '?',
  3164.             'admin.paymentProvider' => '?',
  3165.             'admin.pickandpack' => '?',
  3166.             'admin.plan' => '?',
  3167.             'admin.product' => '?',
  3168.             'admin.productDetail' => '?',
  3169.             'admin.productVariant' => '?',
  3170.             'admin.product_stock' => '?',
  3171.             'admin.product_stock_transaction' => '?',
  3172.             'admin.producttype' => '?',
  3173.             'admin.psp' => '?',
  3174.             'admin.shippingProvider' => '?',
  3175.             'admin.statistics' => '?',
  3176.             'admin.subscriptionfrequency' => '?',
  3177.             'admin.support_chat' => '?',
  3178.             'admin.tracker' => '?',
  3179.             'admin.upsell' => '?',
  3180.             'admin.user' => '?',
  3181.             'admin.visitors' => '?',
  3182.             'admin.warehouse' => '?',
  3183.         ]), [=> 'admin.user'=> 'admin.currency'=> 'admin.subscriptionfrequency'=> 'admin.plan'=> 'admin.psp'=> 'admin.fulfillment'=> 'admin.producttype'=> 'admin.pickandpack'=> 'admin.country'=> 'admin.shippingProvider'10 => 'admin.paymentProvider'11 => 'admin.domainVat'12 => 'admin.productVariant'13 => 'admin.domainEmailTemplate'14 => 'admin.domain'15 => 'admin.product'16 => 'admin.upsell'17 => 'admin.productDetail'18 => 'admin.faq'19 => 'admin.order'20 => 'admin.enduser'21 => 'admin.tracker'22 => 'admin.support_chat'23 => 'admin.order_subscription'24 => 'admin.visitors'25 => 'admin.warehouse'26 => 'admin.statistics'27 => 'admin.marketingCost'28 => 'admin.funnel'29 => 'admin.funnel_step'30 => 'admin.funnel_statistics'31 => 'admin.product_stock'32 => 'admin.product_stock_transaction'], ['Admin' => ['label' => 'Admin''translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'bi bi-gear''items' => [=> ['admin' => 'admin.user''label' => 'User''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.currency''label' => 'Currency''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.subscriptionfrequency''label' => 'Subscription Frequency''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.plan''label' => 'Plans''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.psp''label' => 'PSP Settings''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.producttype''label' => 'Product size''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.country''label' => 'Country''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.paymentProvider''label' => 'Payment Providers''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.warehouse''label' => 'Warehouses''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'roles' => [], 'on_top' => false'keep_open' => false'priority' => 0], 'Domain' => ['label' => 'Domain''translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'bi bi-tools''items' => [=> ['admin' => 'admin.domain''label' => 'Domains''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'roles' => [], 'on_top' => false'keep_open' => false'priority' => 0], 'Product' => ['label' => 'Product''translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'bi bi-cart''items' => [=> ['admin' => 'admin.product''label' => 'Checkouts''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.upsell''label' => 'Upsells''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.productDetail''label' => 'Products''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.product_stock''label' => 'Product Stock''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'roles' => [], 'on_top' => false'keep_open' => false'priority' => 0], 'Order' => ['label' => 'Order''translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'bi bi-receipt''items' => [=> ['admin' => 'admin.order''label' => 'Orders''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.enduser''label' => 'Clients''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.order_subscription''label' => 'Subscription''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0], => ['admin' => 'admin.visitors''label' => 'Visitors''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'roles' => [], 'on_top' => false'keep_open' => false'priority' => 0], 'Customer care' => ['label' => 'Customer care''translation_domain' => 'SonataAdminBundle''label_catalogue' => 'SonataAdminBundle''icon' => 'fas fa-folder''items' => [=> ['admin' => 'admin.support_chat''label' => 'Tickets''route' => '''route_params' => [], 'route_absolute' => false'priority' => 0]], 'roles' => [], 'on_top' => false'keep_open' => false'priority' => 0]], ['App\\Entity\\User' => [=> 'admin.user'], 'App\\Entity\\Currency' => [=> 'admin.currency'], 'App\\Entity\\SubscriptionFrequency' => [=> 'admin.subscriptionfrequency'], 'App\\Entity\\Plan' => [=> 'admin.plan'], 'App\\Entity\\PSPSettings' => [=> 'admin.psp'], 'App\\Entity\\FulfillmentSettings' => [=> 'admin.fulfillment'], 'App\\Entity\\ProductType' => [=> 'admin.producttype'], 'App\\Entity\\PickAndPackSettings' => [=> 'admin.pickandpack'], 'App\\Entity\\Country' => [=> 'admin.country'], 'App\\Entity\\ShippingProvider' => [=> 'admin.shippingProvider'], 'App\\Entity\\PaymentProvider' => [=> 'admin.paymentProvider'], 'App\\Entity\\DomainVat' => [=> 'admin.domainVat'], 'App\\Entity\\ProductVariant' => [=> 'admin.productVariant'], 'App\\Entity\\DomainEmailTemplate' => [=> 'admin.domainEmailTemplate'], 'App\\Entity\\Domain' => [=> 'admin.domain'], 'App\\Entity\\Product' => ['default' => 'admin.product'=> 'admin.upsell'], 'App\\Entity\\ProductDetail' => [=> 'admin.productDetail'], 'App\\Entity\\FAQ' => [=> 'admin.faq'], 'App\\Entity\\Order' => [=> 'admin.order'], 'App\\Entity\\EndUser' => [=> 'admin.enduser'], 'App\\Entity\\Tracker' => [=> 'admin.tracker'], 'App\\Entity\\SupportChat' => [=> 'admin.support_chat'], 'App\\Entity\\OrderSubscription' => [=> 'admin.order_subscription'], 'App\\Entity\\Visitors' => [=> 'admin.visitors'], 'App\\Entity\\Warehouse' => [=> 'admin.warehouse'], 'App\\Entity\\Statistics' => [=> 'admin.statistics'], 'App\\Entity\\MarketingCost' => [=> 'admin.marketingCost'], 'App\\Entity\\Funnel' => [=> 'admin.funnel'], 'App\\Entity\\FunnelStep' => [=> 'admin.funnel_step'], 'App\\Entity\\FunnelStatistics' => [=> 'admin.funnel_statistics'], 'App\\Entity\\ProductStock' => [=> 'admin.product_stock'], 'App\\Entity\\ProductStockTransaction' => [=> 'admin.product_stock_transaction']]);
  3184.     }
  3185.     /**
  3186.      * Gets the private 'sonata.admin.twig.breadcrumbs_runtime' shared service.
  3187.      *
  3188.      * @return \Sonata\AdminBundle\Twig\BreadcrumbsRuntime
  3189.      */
  3190.     protected function getSonata_Admin_Twig_BreadcrumbsRuntimeService()
  3191.     {
  3192.         return $this->privates['sonata.admin.twig.breadcrumbs_runtime'] = new \Sonata\AdminBundle\Twig\BreadcrumbsRuntime(($this->privates['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService()));
  3193.     }
  3194.     /**
  3195.      * Gets the private 'sonata.admin.twig.canonicalize_runtime' shared service.
  3196.      *
  3197.      * @return \Sonata\AdminBundle\Twig\CanonicalizeRuntime
  3198.      */
  3199.     protected function getSonata_Admin_Twig_CanonicalizeRuntimeService()
  3200.     {
  3201.         return $this->privates['sonata.admin.twig.canonicalize_runtime'] = new \Sonata\AdminBundle\Twig\CanonicalizeRuntime(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['sonata.form.twig.canonicalize_runtime'] ?? $this->getSonata_Form_Twig_CanonicalizeRuntimeService()));
  3202.     }
  3203.     /**
  3204.      * Gets the private 'sonata.admin.twig.group_runtime' shared service.
  3205.      *
  3206.      * @return \Sonata\AdminBundle\Twig\GroupRuntime
  3207.      */
  3208.     protected function getSonata_Admin_Twig_GroupRuntimeService()
  3209.     {
  3210.         $a = ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  3211.         if (isset($this->privates['sonata.admin.twig.group_runtime'])) {
  3212.             return $this->privates['sonata.admin.twig.group_runtime'];
  3213.         }
  3214.         return $this->privates['sonata.admin.twig.group_runtime'] = new \Sonata\AdminBundle\Twig\GroupRuntime($a);
  3215.     }
  3216.     /**
  3217.      * Gets the private 'sonata.admin.twig.icon_runtime' shared service.
  3218.      *
  3219.      * @return \Sonata\AdminBundle\Twig\IconRuntime
  3220.      */
  3221.     protected function getSonata_Admin_Twig_IconRuntimeService()
  3222.     {
  3223.         return $this->privates['sonata.admin.twig.icon_runtime'] = new \Sonata\AdminBundle\Twig\IconRuntime();
  3224.     }
  3225.     /**
  3226.      * Gets the private 'sonata.admin.twig.render_element_runtime' shared service.
  3227.      *
  3228.      * @return \Sonata\AdminBundle\Twig\RenderElementRuntime
  3229.      */
  3230.     protected function getSonata_Admin_Twig_RenderElementRuntimeService()
  3231.     {
  3232.         return $this->privates['sonata.admin.twig.render_element_runtime'] = new \Sonata\AdminBundle\Twig\RenderElementRuntime(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3233.     }
  3234.     /**
  3235.      * Gets the private 'sonata.admin.twig.security_runtime' shared service.
  3236.      *
  3237.      * @return \Sonata\AdminBundle\Twig\SecurityRuntime
  3238.      */
  3239.     protected function getSonata_Admin_Twig_SecurityRuntimeService()
  3240.     {
  3241.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3242.         if (isset($this->privates['sonata.admin.twig.security_runtime'])) {
  3243.             return $this->privates['sonata.admin.twig.security_runtime'];
  3244.         }
  3245.         return $this->privates['sonata.admin.twig.security_runtime'] = new \Sonata\AdminBundle\Twig\SecurityRuntime($a);
  3246.     }
  3247.     /**
  3248.      * Gets the private 'sonata.admin.twig.sonata_admin_runtime' shared service.
  3249.      *
  3250.      * @return \Sonata\AdminBundle\Twig\SonataAdminRuntime
  3251.      */
  3252.     protected function getSonata_Admin_Twig_SonataAdminRuntimeService()
  3253.     {
  3254.         $a = ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  3255.         if (isset($this->privates['sonata.admin.twig.sonata_admin_runtime'])) {
  3256.             return $this->privates['sonata.admin.twig.sonata_admin_runtime'];
  3257.         }
  3258.         return $this->privates['sonata.admin.twig.sonata_admin_runtime'] = new \Sonata\AdminBundle\Twig\SonataAdminRuntime($a);
  3259.     }
  3260.     /**
  3261.      * Gets the private 'sonata.admin.twig.template_registry_runtime' shared service.
  3262.      *
  3263.      * @return \Sonata\AdminBundle\Twig\TemplateRegistryRuntime
  3264.      */
  3265.     protected function getSonata_Admin_Twig_TemplateRegistryRuntimeService()
  3266.     {
  3267.         $a = ($this->privates['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  3268.         if (isset($this->privates['sonata.admin.twig.template_registry_runtime'])) {
  3269.             return $this->privates['sonata.admin.twig.template_registry_runtime'];
  3270.         }
  3271.         return $this->privates['sonata.admin.twig.template_registry_runtime'] = new \Sonata\AdminBundle\Twig\TemplateRegistryRuntime(($this->privates['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), $a);
  3272.     }
  3273.     /**
  3274.      * Gets the private 'sonata.admin.twig.xeditable_runtime' shared service.
  3275.      *
  3276.      * @return \Sonata\AdminBundle\Twig\XEditableRuntime
  3277.      */
  3278.     protected function getSonata_Admin_Twig_XeditableRuntimeService()
  3279.     {
  3280.         return $this->privates['sonata.admin.twig.xeditable_runtime'] = new \Sonata\AdminBundle\Twig\XEditableRuntime(($this->services['translator'] ?? $this->getTranslatorService()), $this->parameters['sonata.admin.twig.extension.x_editable_type_mapping']);
  3281.     }
  3282.     /**
  3283.      * Gets the private 'sonata.block.templating.helper' shared service.
  3284.      *
  3285.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  3286.      */
  3287.     protected function getSonata_Block_Templating_HelperService()
  3288.     {
  3289.         $a = ($this->services['sonata.block.renderer.default'] ?? $this->getSonata_Block_Renderer_DefaultService());
  3290.         if (isset($this->privates['sonata.block.templating.helper'])) {
  3291.             return $this->privates['sonata.block.templating.helper'];
  3292.         }
  3293.         $b = ($this->services['sonata.block.context_manager.default'] ?? $this->getSonata_Block_ContextManager_DefaultService());
  3294.         if (isset($this->privates['sonata.block.templating.helper'])) {
  3295.             return $this->privates['sonata.block.templating.helper'];
  3296.         }
  3297.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3298.         if (isset($this->privates['sonata.block.templating.helper'])) {
  3299.             return $this->privates['sonata.block.templating.helper'];
  3300.         }
  3301.         return $this->privates['sonata.block.templating.helper'] = new \Sonata\BlockBundle\Templating\Helper\BlockHelper($a$b$c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3302.     }
  3303.     /**
  3304.      * Gets the private 'sonata.form.twig.canonicalize_runtime' shared service.
  3305.      *
  3306.      * @return \Sonata\Form\Twig\CanonicalizeRuntime
  3307.      */
  3308.     protected function getSonata_Form_Twig_CanonicalizeRuntimeService()
  3309.     {
  3310.         return $this->privates['sonata.form.twig.canonicalize_runtime'] = new \Sonata\Form\Twig\CanonicalizeRuntime(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3311.     }
  3312.     /**
  3313.      * Gets the private 'stof_doctrine_extensions.event_listener.locale' shared service.
  3314.      *
  3315.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener
  3316.      */
  3317.     protected function getStofDoctrineExtensions_EventListener_LocaleService()
  3318.     {
  3319.         return $this->privates['stof_doctrine_extensions.event_listener.locale'] = new \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener(($this->privates['stof_doctrine_extensions.listener.translatable'] ?? $this->getStofDoctrineExtensions_Listener_TranslatableService()));
  3320.     }
  3321.     /**
  3322.      * Gets the private 'stof_doctrine_extensions.listener.translatable' shared service.
  3323.      *
  3324.      * @return \Gedmo\Translatable\TranslatableListener
  3325.      */
  3326.     protected function getStofDoctrineExtensions_Listener_TranslatableService()
  3327.     {
  3328.         $this->privates['stof_doctrine_extensions.listener.translatable'] = $instance = new \Gedmo\Translatable\TranslatableListener();
  3329.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  3330.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3331.         $instance->setDefaultLocale('en_US');
  3332.         $instance->setTranslatableLocale('en_US');
  3333.         $instance->setTranslationFallback(true);
  3334.         $instance->setPersistDefaultLocaleTranslation(false);
  3335.         $instance->setSkipOnLoad(false);
  3336.         return $instance;
  3337.     }
  3338.     /**
  3339.      * Gets the private 'translator.default' shared service.
  3340.      *
  3341.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3342.      */
  3343.     protected function getTranslator_DefaultService()
  3344.     {
  3345.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3346.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3347.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3348.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3349.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3350.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3351.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3352.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3353.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3354.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3355.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3356.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3357.         ], [
  3358.             'translation.loader.csv' => '?',
  3359.             'translation.loader.dat' => '?',
  3360.             'translation.loader.ini' => '?',
  3361.             'translation.loader.json' => '?',
  3362.             'translation.loader.mo' => '?',
  3363.             'translation.loader.php' => '?',
  3364.             'translation.loader.po' => '?',
  3365.             'translation.loader.qt' => '?',
  3366.             'translation.loader.res' => '?',
  3367.             'translation.loader.xliff' => '?',
  3368.             'translation.loader.yml' => '?',
  3369.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bs.xliff')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.de.xliff'), => (\dirname(__DIR__4).'/translations/mvpcartbirds.soft-service.ch.de.yaml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.en.xliff'), => (\dirname(__DIR__4).'/translations/Vloak.com.en.yaml'), => (\dirname(__DIR__4).'/translations/messages.en.yaml'), 10 => (\dirname(__DIR__4).'/translations/mvpcartbirds.soft-service.ch.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fr.xliff'), => (\dirname(__DIR__4).'/translations/mvpcartbirds.soft-service.ch.fr.yaml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.it.xliff'), => (\dirname(__DIR__4).'/translations/Vloak.com.it.yaml'), => (\dirname(__DIR__4).'/translations/mvpcartbirds.soft-service.ch.it.yaml')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.lb.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lb.xliff')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lv.xliff')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.nl.xliff'), => (\dirname(__DIR__4).'/translations/Vloak.com.nl.yaml'), => (\dirname(__DIR__4).'/translations/messages.nl.yaml'), 10 => (\dirname(__DIR__4).'/translations/mvpcartbirds.soft-service.ch.nl.yaml'), 11 => (\dirname(__DIR__4).'/translations/vloak.suprim.co.nl.yaml'), 12 => (\dirname(__DIR__4).'/translations/vloak.viscotex.co.nl.yaml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt.xliff')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sk.xliff')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sl.xliff')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sr_Cyrl.xliff')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sr_Latn.xliff')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/translations/mvpcartbirds.soft-service.ch.sv.yaml')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.zh_CN.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_CN.xliff')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'sv_SE' => [=> (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sv_SE.xliff')], 'zh_HK' => [=> (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_HK.xliff')], 'am' => [=> (\dirname(__DIR__4).'/translations/mvpcartbirds.soft-service.ch.am.yaml')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'), 12 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 19 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 22 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 26 => (\dirname(__DIR__4).'/vendor/hello-sebastian/hello-bootstrap-table-bundle/src/translations'), 27 => (\dirname(__DIR__4).'/vendor/league/flysystem-bundle/src/translations'), 28 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/94noni/highcharts-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations'=> 'vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations'=> 'vendor/sonata-project/block-bundle/src/Resources/translations'=> 'vendor/sonata-project/admin-bundle/src/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'10 => 'vendor/symfony/security-bundle/translations'11 => 'vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'12 => 'vendor/knplabs/knp-menu-bundle/translations'13 => 'vendor/doctrine/doctrine-bundle/translations'14 => 'vendor/doctrine/doctrine-migrations-bundle/translations'15 => 'vendor/symfony/monolog-bundle/translations'16 => 'vendor/symfony/web-profiler-bundle/translations'17 => 'vendor/symfony/debug-bundle/translations'18 => 'vendor/symfony/maker-bundle/src/translations'19 => 'vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'20 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'21 => 'vendor/stof/doctrine-extensions-bundle/src/translations'22 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations'23 => 'vendor/friendsofsymfony/jsrouting-bundle/translations'24 => 'vendor/php-amqplib/rabbitmq-bundle/translations'25 => 'vendor/sensio/framework-extra-bundle/src/translations'26 => 'vendor/hello-sebastian/hello-bootstrap-table-bundle/src/translations'27 => 'vendor/league/flysystem-bundle/src/translations'28 => 'vendor/nelmio/api-doc-bundle/translations'29 => 'vendor/nelmio/cors-bundle/translations'30 => 'vendor/94noni/highcharts-bundle/translations']]], []);
  3370.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3371.         $instance->setFallbackLocales([=> 'en']);
  3372.         return $instance;
  3373.     }
  3374.     /**
  3375.      * Gets the private 'validator.builder' shared service.
  3376.      *
  3377.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3378.      */
  3379.     protected function getValidator_BuilderService()
  3380.     {
  3381.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3382.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3383.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  3384.         if ($this->has('translator')) {
  3385.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3386.         }
  3387.         $instance->setTranslationDomain('validators');
  3388.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3389.         $instance->enableAnnotationMapping(true);
  3390.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3391.         $instance->addMethodMapping('loadValidatorMetadata');
  3392.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3393.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3394.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3395.         return $instance;
  3396.     }
  3397.     /**
  3398.      * Gets the private 'validator.validator_factory' shared service.
  3399.      *
  3400.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  3401.      */
  3402.     protected function getValidator_ValidatorFactoryService()
  3403.     {
  3404.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3405.             'App\\Form\\Validator\\Constraints\\Checkout\\ValidFieldByPaymentProviderValidator' => ['privates''App\\Form\\Validator\\Constraints\\Checkout\\ValidFieldByPaymentProviderValidator''getValidFieldByPaymentProviderValidatorService'true],
  3406.             'App\\Form\\Validator\\Constraints\\Checkout\\ValidNlAddressValidator' => ['privates''App\\Form\\Validator\\Constraints\\Checkout\\ValidNlAddressValidator''getValidNlAddressValidatorService'true],
  3407.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  3408.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3409.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3410.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3411.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3412.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3413.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3414.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3415.             'sonata.form.validator.inline' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'true],
  3416.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3417.         ], [
  3418.             'App\\Form\\Validator\\Constraints\\Checkout\\ValidFieldByPaymentProviderValidator' => '?',
  3419.             'App\\Form\\Validator\\Constraints\\Checkout\\ValidNlAddressValidator' => '?',
  3420.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  3421.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3422.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3423.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3424.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3425.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3426.             'doctrine.orm.validator.unique' => '?',
  3427.             'security.validator.user_password' => '?',
  3428.             'sonata.form.validator.inline' => '?',
  3429.             'validator.expression' => '?',
  3430.         ]));
  3431.     }
  3432.     /**
  3433.      * Gets the private 'var_dumper.html_dumper' shared service.
  3434.      *
  3435.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3436.      */
  3437.     protected function getVarDumper_HtmlDumperService()
  3438.     {
  3439.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3440.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3441.         return $instance;
  3442.     }
  3443.     /**
  3444.      * Gets the private 'var_dumper.server_connection' shared service.
  3445.      *
  3446.      * @return \Symfony\Component\VarDumper\Server\Connection
  3447.      */
  3448.     protected function getVarDumper_ServerConnectionService()
  3449.     {
  3450.         $a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  3451.         if (isset($this->privates['var_dumper.server_connection'])) {
  3452.             return $this->privates['var_dumper.server_connection'];
  3453.         }
  3454.         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), $a), '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()]);
  3455.     }
  3456.     /**
  3457.      * Gets the private 'web_profiler.csp.handler' shared service.
  3458.      *
  3459.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3460.      */
  3461.     protected function getWebProfiler_Csp_HandlerService()
  3462.     {
  3463.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3464.     }
  3465.     /**
  3466.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3467.      *
  3468.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3469.      */
  3470.     protected function getWebProfiler_DebugToolbarService()
  3471.     {
  3472.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3473.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3474.             return $this->privates['web_profiler.debug_toolbar'];
  3475.         }
  3476.         $b = ($this->services['router'] ?? $this->getRouterService());
  3477.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3478.             return $this->privates['web_profiler.debug_toolbar'];
  3479.         }
  3480.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2$b'^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  3481.     }
  3482.     /**
  3483.      * Gets the public 'cache_clearer' alias.
  3484.      *
  3485.      * @return object The ".container.private.cache_clearer" service.
  3486.      */
  3487.     protected function getCacheClearerService()
  3488.     {
  3489.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3490.         return $this->get('.container.private.cache_clearer');
  3491.     }
  3492.     /**
  3493.      * Gets the public 'filesystem' alias.
  3494.      *
  3495.      * @return object The ".container.private.filesystem" service.
  3496.      */
  3497.     protected function getFilesystemService()
  3498.     {
  3499.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3500.         return $this->get('.container.private.filesystem');
  3501.     }
  3502.     /**
  3503.      * Gets the public 'serializer' alias.
  3504.      *
  3505.      * @return object The ".container.private.serializer" service.
  3506.      */
  3507.     protected function getSerializerService()
  3508.     {
  3509.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3510.         return $this->get('.container.private.serializer');
  3511.     }
  3512.     /**
  3513.      * Gets the public 'security.csrf.token_manager' alias.
  3514.      *
  3515.      * @return object The ".container.private.security.csrf.token_manager" service.
  3516.      */
  3517.     protected function getSecurity_Csrf_TokenManagerService()
  3518.     {
  3519.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3520.         return $this->get('.container.private.security.csrf.token_manager');
  3521.     }
  3522.     /**
  3523.      * Gets the public 'form.factory' alias.
  3524.      *
  3525.      * @return object The ".container.private.form.factory" service.
  3526.      */
  3527.     protected function getForm_FactoryService()
  3528.     {
  3529.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3530.         return $this->get('.container.private.form.factory');
  3531.     }
  3532.     /**
  3533.      * Gets the public 'form.type.file' alias.
  3534.      *
  3535.      * @return object The ".container.private.form.type.file" service.
  3536.      */
  3537.     protected function getForm_Type_FileService()
  3538.     {
  3539.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3540.         return $this->get('.container.private.form.type.file');
  3541.     }
  3542.     /**
  3543.      * Gets the public 'profiler' alias.
  3544.      *
  3545.      * @return object The ".container.private.profiler" service.
  3546.      */
  3547.     protected function getProfilerService()
  3548.     {
  3549.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3550.         return $this->get('.container.private.profiler');
  3551.     }
  3552.     /**
  3553.      * Gets the public 'twig' alias.
  3554.      *
  3555.      * @return object The ".container.private.twig" service.
  3556.      */
  3557.     protected function getTwigService()
  3558.     {
  3559.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3560.         return $this->get('.container.private.twig');
  3561.     }
  3562.     /**
  3563.      * Gets the public 'security.authorization_checker' alias.
  3564.      *
  3565.      * @return object The ".container.private.security.authorization_checker" service.
  3566.      */
  3567.     protected function getSecurity_AuthorizationCheckerService()
  3568.     {
  3569.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3570.         return $this->get('.container.private.security.authorization_checker');
  3571.     }
  3572.     /**
  3573.      * Gets the public 'security.token_storage' alias.
  3574.      *
  3575.      * @return object The ".container.private.security.token_storage" service.
  3576.      */
  3577.     protected function getSecurity_TokenStorageService()
  3578.     {
  3579.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3580.         return $this->get('.container.private.security.token_storage');
  3581.     }
  3582.     /**
  3583.      * Gets the public 'security.password_encoder' alias.
  3584.      *
  3585.      * @return object The ".container.private.security.password_encoder" service.
  3586.      */
  3587.     protected function getSecurity_PasswordEncoderService()
  3588.     {
  3589.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3590.         return $this->get('.container.private.security.password_encoder');
  3591.     }
  3592.     /**
  3593.      * Gets the public 'session' alias.
  3594.      *
  3595.      * @return object The ".container.private.session" service.
  3596.      */
  3597.     protected function getSessionService()
  3598.     {
  3599.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3600.         return $this->get('.container.private.session');
  3601.     }
  3602.     /**
  3603.      * Gets the public 'validator' alias.
  3604.      *
  3605.      * @return object The ".container.private.validator" service.
  3606.      */
  3607.     protected function getValidatorService()
  3608.     {
  3609.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3610.         return $this->get('.container.private.validator');
  3611.     }
  3612.     /**
  3613.      * @return array|bool|float|int|string|\UnitEnum|null
  3614.      */
  3615.     public function getParameter(string $name)
  3616.     {
  3617.         if (isset($this->buildParameters[$name])) {
  3618.             return $this->buildParameters[$name];
  3619.         }
  3620.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3621.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3622.         }
  3623.         if (isset($this->loadedDynamicParameters[$name])) {
  3624.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3625.         }
  3626.         return $this->parameters[$name];
  3627.     }
  3628.     public function hasParameter(string $name): bool
  3629.     {
  3630.         if (isset($this->buildParameters[$name])) {
  3631.             return true;
  3632.         }
  3633.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3634.     }
  3635.     public function setParameter(string $name$value): void
  3636.     {
  3637.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3638.     }
  3639.     public function getParameterBag(): ParameterBagInterface
  3640.     {
  3641.         if (null === $this->parameterBag) {
  3642.             $parameters $this->parameters;
  3643.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3644.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3645.             }
  3646.             foreach ($this->buildParameters as $name => $value) {
  3647.                 $parameters[$name] = $value;
  3648.             }
  3649.             $this->parameterBag = new FrozenParameterBag($parameters);
  3650.         }
  3651.         return $this->parameterBag;
  3652.     }
  3653.     private $loadedDynamicParameters = [
  3654.         'kernel.runtime_environment' => false,
  3655.         'kernel.build_dir' => false,
  3656.         'kernel.cache_dir' => false,
  3657.         'slack_token' => false,
  3658.         'slack_channel' => false,
  3659.         'customer_app_url' => false,
  3660.         'maxmind_license_key' => false,
  3661.         'kernel.secret' => false,
  3662.         'debug.container.dump' => false,
  3663.         'serializer.mapping.cache.file' => false,
  3664.         'validator.mapping.cache.file' => false,
  3665.         'profiler.storage.dsn' => false,
  3666.         'doctrine.orm.proxy_dir' => false,
  3667.     ];
  3668.     private $dynamicParameters = [];
  3669.     private function getDynamicParameter(string $name)
  3670.     {
  3671.         switch ($name) {
  3672.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3673.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3674.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3675.             case 'slack_token'$value $this->getEnv('SLACK_WEBHOOK_TOKEN'); break;
  3676.             case 'slack_channel'$value $this->getEnv('SLACK_CHANNEL'); break;
  3677.             case 'customer_app_url'$value $this->getEnv('CUSTOMER_APP_URL'); break;
  3678.             case 'maxmind_license_key'$value $this->getEnv('MAXMIND_LICENSE_KEY'); break;
  3679.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3680.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  3681.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3682.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3683.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3684.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3685.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3686.         }
  3687.         $this->loadedDynamicParameters[$name] = true;
  3688.         return $this->dynamicParameters[$name] = $value;
  3689.     }
  3690.     protected function getDefaultParameters(): array
  3691.     {
  3692.         return [
  3693.             'kernel.project_dir' => \dirname(__DIR__4),
  3694.             'kernel.environment' => 'dev',
  3695.             'kernel.debug' => true,
  3696.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3697.             'kernel.bundles' => [
  3698.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3699.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3700.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3701.                 'SonataDoctrineBundle' => 'Sonata\\Doctrine\\Bridge\\Symfony\\SonataDoctrineBundle',
  3702.                 'SonataTwigBundle' => 'Sonata\\Twig\\Bridge\\Symfony\\SonataTwigBundle',
  3703.                 'SonataFormBundle' => 'Sonata\\Form\\Bridge\\Symfony\\SonataFormBundle',
  3704.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  3705.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  3706.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  3707.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3708.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3709.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3710.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3711.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3712.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3713.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  3714.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3715.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  3716.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  3717.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  3718.                 'OldSoundRabbitMqBundle' => 'OldSound\\RabbitMqBundle\\OldSoundRabbitMqBundle',
  3719.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3720.                 'HelloBootstrapTableBundle' => 'HelloSebastian\\HelloBootstrapTableBundle\\HelloBootstrapTableBundle',
  3721.                 'FlysystemBundle' => 'League\\FlysystemBundle\\FlysystemBundle',
  3722.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  3723.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  3724.                 'ObHighchartsBundle' => 'Ob\\HighchartsBundle\\ObHighchartsBundle',
  3725.             ],
  3726.             'kernel.bundles_metadata' => [
  3727.                 'FrameworkBundle' => [
  3728.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3729.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3730.                 ],
  3731.                 'TwigBundle' => [
  3732.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3733.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3734.                 ],
  3735.                 'SecurityBundle' => [
  3736.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3737.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3738.                 ],
  3739.                 'SonataDoctrineBundle' => [
  3740.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony'),
  3741.                     'namespace' => 'Sonata\\Doctrine\\Bridge\\Symfony',
  3742.                 ],
  3743.                 'SonataTwigBundle' => [
  3744.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony'),
  3745.                     'namespace' => 'Sonata\\Twig\\Bridge\\Symfony',
  3746.                 ],
  3747.                 'SonataFormBundle' => [
  3748.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony'),
  3749.                     'namespace' => 'Sonata\\Form\\Bridge\\Symfony',
  3750.                 ],
  3751.                 'SonataBlockBundle' => [
  3752.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src'),
  3753.                     'namespace' => 'Sonata\\BlockBundle',
  3754.                 ],
  3755.                 'KnpMenuBundle' => [
  3756.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle'),
  3757.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  3758.                 ],
  3759.                 'SonataAdminBundle' => [
  3760.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src'),
  3761.                     'namespace' => 'Sonata\\AdminBundle',
  3762.                 ],
  3763.                 'DoctrineBundle' => [
  3764.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3765.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3766.                 ],
  3767.                 'DoctrineMigrationsBundle' => [
  3768.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3769.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3770.                 ],
  3771.                 'MonologBundle' => [
  3772.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3773.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3774.                 ],
  3775.                 'WebProfilerBundle' => [
  3776.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3777.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3778.                 ],
  3779.                 'DebugBundle' => [
  3780.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3781.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3782.                 ],
  3783.                 'MakerBundle' => [
  3784.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3785.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3786.                 ],
  3787.                 'SonataDoctrineORMAdminBundle' => [
  3788.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  3789.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  3790.                 ],
  3791.                 'DoctrineFixturesBundle' => [
  3792.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3793.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3794.                 ],
  3795.                 'StofDoctrineExtensionsBundle' => [
  3796.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  3797.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  3798.                 ],
  3799.                 'FOSCKEditorBundle' => [
  3800.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  3801.                     'namespace' => 'FOS\\CKEditorBundle',
  3802.                 ],
  3803.                 'FOSJsRoutingBundle' => [
  3804.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  3805.                     'namespace' => 'FOS\\JsRoutingBundle',
  3806.                 ],
  3807.                 'OldSoundRabbitMqBundle' => [
  3808.                     'path' => (\dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle'),
  3809.                     'namespace' => 'OldSound\\RabbitMqBundle',
  3810.                 ],
  3811.                 'SensioFrameworkExtraBundle' => [
  3812.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3813.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3814.                 ],
  3815.                 'HelloBootstrapTableBundle' => [
  3816.                     'path' => (\dirname(__DIR__4).'/vendor/hello-sebastian/hello-bootstrap-table-bundle/src'),
  3817.                     'namespace' => 'HelloSebastian\\HelloBootstrapTableBundle',
  3818.                 ],
  3819.                 'FlysystemBundle' => [
  3820.                     'path' => (\dirname(__DIR__4).'/vendor/league/flysystem-bundle/src'),
  3821.                     'namespace' => 'League\\FlysystemBundle',
  3822.                 ],
  3823.                 'NelmioApiDocBundle' => [
  3824.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  3825.                     'namespace' => 'Nelmio\\ApiDocBundle',
  3826.                 ],
  3827.                 'NelmioCorsBundle' => [
  3828.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  3829.                     'namespace' => 'Nelmio\\CorsBundle',
  3830.                 ],
  3831.                 'ObHighchartsBundle' => [
  3832.                     'path' => (\dirname(__DIR__4).'/vendor/94noni/highcharts-bundle'),
  3833.                     'namespace' => 'Ob\\HighchartsBundle',
  3834.                 ],
  3835.             ],
  3836.             'kernel.charset' => 'UTF-8',
  3837.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  3838.             'knp_menu.renderer.twig.options' => [
  3839.                 'currentClass' => 'active',
  3840.                 'branchClass' => 'now',
  3841.                 'ancestorClass' => 'open',
  3842.             ],
  3843.             'slack_bot_name' => '@mvpcartbirds-log',
  3844.             'event_dispatcher.event_aliases' => [
  3845.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3846.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3847.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3848.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3849.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3850.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3851.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3852.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3853.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3854.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3855.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3856.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3857.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3858.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3859.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3860.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3861.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3862.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3863.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3864.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3865.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3866.             ],
  3867.             'fragment.renderer.hinclude.global_template' => NULL,
  3868.             'fragment.path' => '/_fragment',
  3869.             'kernel.http_method_override' => false,
  3870.             'kernel.trusted_hosts' => [
  3871.             ],
  3872.             'kernel.default_locale' => 'en',
  3873.             'kernel.enabled_locales' => [
  3874.             ],
  3875.             'kernel.error_controller' => 'error_controller',
  3876.             'debug.file_link_format' => NULL,
  3877.             'asset.request_context.base_path' => NULL,
  3878.             'asset.request_context.secure' => NULL,
  3879.             'translator.logging' => false,
  3880.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3881.             'debug.error_handler.throw_at' => -1,
  3882.             'router.request_context.host' => 'localhost',
  3883.             'router.request_context.scheme' => 'http',
  3884.             'router.request_context.base_url' => '',
  3885.             'router.resource' => 'kernel::loadRoutes',
  3886.             'request_listener.http_port' => 80,
  3887.             'request_listener.https_port' => 443,
  3888.             'session.metadata.storage_key' => '_sf2_meta',
  3889.             'session.storage.options' => [
  3890.                 'cache_limiter' => '0',
  3891.                 'cookie_secure' => 'auto',
  3892.                 'cookie_httponly' => true,
  3893.                 'cookie_samesite' => 'lax',
  3894.                 'gc_probability' => 1,
  3895.             ],
  3896.             'session.save_path' => NULL,
  3897.             'session.metadata.update_threshold' => 0,
  3898.             'form.type_extension.csrf.enabled' => true,
  3899.             'form.type_extension.csrf.field_name' => '_token',
  3900.             'validator.translation_domain' => 'validators',
  3901.             'profiler_listener.only_exceptions' => false,
  3902.             'profiler_listener.only_main_requests' => false,
  3903.             'twig.form.resources' => [
  3904.                 => 'form_div_layout.html.twig',
  3905.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  3906.             ],
  3907.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3908.             'security.role_hierarchy.roles' => [
  3909.                 'ROLE_CUSTOMER' => [
  3910.                     => 'ROLE_SONATA_ADMIN',
  3911.                     => 'ROLE_ADMIN_ENDUSER_ALL',
  3912.                     => 'ROLE_ADMIN_ORDER_LIST_ALL',
  3913.                     => 'ROLE_ADMIN_PRODUCT_ALL',
  3914.                     => 'ROLE_ADMIN_ORDER_ALL',
  3915.                     => 'ROLE_ADMIN_DOMAINEMAILTEMPLATE_ALL',
  3916.                     => 'ROLE_ADMIN_DOMAINTRANSLATION_ALL',
  3917.                     => 'ROLE_ADMIN_STATISTICS_ALL',
  3918.                     => 'ROLE_ADMIN_DOMAIN_ALL',
  3919.                     => 'ROLE_ADMIN_DOMAINVAT_ALL',
  3920.                     10 => 'ROLE_ADMIN_MARKETINGCOST_ALL',
  3921.                     11 => 'ROLE_ADMIN_TRACKER_ALL',
  3922.                     12 => 'ROLE_ADMIN_PRODUCTDETAIL_ALL',
  3923.                     13 => 'ROLE_ADMIN_UPSELL_ALL',
  3924.                     14 => 'ROLE_ADMIN_FUNNEL_ALL',
  3925.                     15 => 'ROLE_ADMIN_FUNNEL_STEP_ALL',
  3926.                 ],
  3927.                 'ROLE_SMM_MANAGER' => [
  3928.                     => 'ROLE_SONATA_ADMIN',
  3929.                 ],
  3930.                 'ROLE_AFFILIATE' => [
  3931.                     => 'ROLE_SONATA_ADMIN',
  3932.                 ],
  3933.                 'ROLE_ADMIN' => [
  3934.                     => 'ROLE_SONATA_ADMIN',
  3935.                     => 'ROLE_CUSTOMER',
  3936.                     => 'ROLE_ADMIN_USER_ALL',
  3937.                     => 'ROLE_ADMIN_PLAN_ALL',
  3938.                     => 'ROLE_ADMIN_PSP_ALL',
  3939.                     => 'ROLE_ADMIN_FULFILLMENT_ALL',
  3940.                     => 'ROLE_ADMIN_COUNTRY_ALL',
  3941.                     => 'ROLE_ADMIN_DOMAIN_ALL',
  3942.                     => 'ROLE_ADMIN_PRODUCT_ALL',
  3943.                     => 'ROLE_ADMIN_SHIPPINGPROVIDER_ALL',
  3944.                     10 => 'ROLE_ADMIN_PAYMENTPROVIDER_ALL',
  3945.                     11 => 'ROLE_ADMIN_FAQ_ALL',
  3946.                     12 => 'ROLE_ADMIN_DOMAINVAT_ALL',
  3947.                     13 => 'ROLE_ADMIN_ORDER_ALL',
  3948.                     14 => 'ROLE_ADMIN_ENDUSER_ALL',
  3949.                     15 => 'ROLE_ADMIN_DOMAINEMAILTEMPLATE_ALL',
  3950.                     16 => 'ROLE_ADMIN_DOMAINTRANSLATION_ALL',
  3951.                     17 => 'ROLE_ADMIN_STATISTICS_ALL',
  3952.                     18 => 'ROLE_ADMIN_TRACKER_ALL',
  3953.                     19 => 'ROLE_ADMIN_PICKANDPACK_ALL',
  3954.                     20 => 'ROLE_ADMIN_PRODUCTTYPE_ALL',
  3955.                     21 => 'ROLE_ADMIN_MARKETINGCOST_ALL',
  3956.                     22 => 'ROLE_ADMIN_SUPPORT_CHAT_ALL',
  3957.                     23 => 'ROLE_ADMIN_CURRENCY_ALL',
  3958.                     24 => 'ROLE_ADMIN_SUBSCRIPTIONFREQUENCY_ALL',
  3959.                     25 => 'ROLE_ADMIN_ORDER_SUBSCRIPTION_ALL',
  3960.                     26 => 'ROLE_ADMIN_PRODUCTDETAIL_ALL',
  3961.                     27 => 'ROLE_ADMIN_UPSELL_ALL',
  3962.                     28 => 'ROLE_ADMIN_VISITORS_ALL',
  3963.                     29 => 'ROLE_ADMIN_WAREHOUSE_ALL',
  3964.                     30 => 'ROLE_ADMIN_FUNNEL_ALL',
  3965.                     31 => 'ROLE_ADMIN_FUNNEL_STEP_ALL',
  3966.                     32 => 'ROLE_ADMIN_PRODUCT_STOCK_ALL',
  3967.                     33 => 'ROLE_ADMIN_PRODUCT_STOCK_TRANSACTION_ALL',
  3968.                 ],
  3969.                 'ROLE_SUPER_ADMIN' => [
  3970.                     => 'ROLE_ADMIN',
  3971.                     => 'ROLE_ALLOWED_TO_SWITCH',
  3972.                 ],
  3973.                 'SONATA' => [
  3974.                     => 'ROLE_SONATA_PAGE_ADMIN_PAGE_EDIT',
  3975.                 ],
  3976.             ],
  3977.             'security.access.denied_url' => NULL,
  3978.             'security.authentication.manager.erase_credentials' => true,
  3979.             'security.authentication.session_strategy.strategy' => 'migrate',
  3980.             'security.access.always_authenticate_before_granting' => false,
  3981.             'security.authentication.hide_user_not_found' => true,
  3982.             'security.firewalls' => [
  3983.                 => 'dev',
  3984.                 => 'admin',
  3985.                 => 'api',
  3986.                 => 'api_v1',
  3987.                 => 'main',
  3988.             ],
  3989.             'sonata.twig.flashmessage.manager.class' => 'Sonata\\Twig\\FlashMessage\\FlashManager',
  3990.             'sonata.twig.extension.flashmessage.class' => 'Sonata\\Twig\\Extension\\FlashMessageExtension',
  3991.             'sonata.twig.form_type' => 'standard',
  3992.             'sonata.form.form_type' => 'standard',
  3993.             'sonata.block.container.types' => [
  3994.                 => 'sonata.block.service.container',
  3995.                 => 'sonata.page.block.container',
  3996.                 => 'sonata.dashboard.block.container',
  3997.                 => 'cmf.block.container',
  3998.                 => 'cmf.block.slideshow',
  3999.             ],
  4000.             'sonata_block.blocks' => [
  4001.                 'sonata.admin.block.admin_list' => [
  4002.                     'contexts' => [
  4003.                         => 'admin',
  4004.                     ],
  4005.                     'templates' => [
  4006.                     ],
  4007.                     'settings' => [
  4008.                     ],
  4009.                 ],
  4010.                 'sonata.block.service.container' => [
  4011.                     'contexts' => [
  4012.                     ],
  4013.                     'templates' => [
  4014.                     ],
  4015.                     'settings' => [
  4016.                     ],
  4017.                 ],
  4018.                 'sonata.block.service.empty' => [
  4019.                     'contexts' => [
  4020.                     ],
  4021.                     'templates' => [
  4022.                     ],
  4023.                     'settings' => [
  4024.                     ],
  4025.                 ],
  4026.                 'sonata.block.service.text' => [
  4027.                     'contexts' => [
  4028.                     ],
  4029.                     'templates' => [
  4030.                     ],
  4031.                     'settings' => [
  4032.                     ],
  4033.                 ],
  4034.                 'sonata.block.service.rss' => [
  4035.                     'contexts' => [
  4036.                     ],
  4037.                     'templates' => [
  4038.                     ],
  4039.                     'settings' => [
  4040.                     ],
  4041.                 ],
  4042.                 'sonata.block.service.template' => [
  4043.                     'contexts' => [
  4044.                     ],
  4045.                     'templates' => [
  4046.                     ],
  4047.                     'settings' => [
  4048.                     ],
  4049.                 ],
  4050.                 'sonata.block.service.menu' => [
  4051.                     'contexts' => [
  4052.                     ],
  4053.                     'templates' => [
  4054.                     ],
  4055.                     'settings' => [
  4056.                     ],
  4057.                 ],
  4058.                 'sonata.admin.block.search_result' => [
  4059.                     'contexts' => [
  4060.                     ],
  4061.                     'templates' => [
  4062.                     ],
  4063.                     'settings' => [
  4064.                     ],
  4065.                 ],
  4066.                 'sonata.admin.block.stats' => [
  4067.                     'contexts' => [
  4068.                     ],
  4069.                     'templates' => [
  4070.                     ],
  4071.                     'settings' => [
  4072.                     ],
  4073.                 ],
  4074.                 'sonata.admin.block.admin_preview' => [
  4075.                     'contexts' => [
  4076.                     ],
  4077.                     'templates' => [
  4078.                     ],
  4079.                     'settings' => [
  4080.                     ],
  4081.                 ],
  4082.             ],
  4083.             'sonata_block.blocks_by_class' => [
  4084.             ],
  4085.             'sonata_blocks.block_types' => [
  4086.                 => 'sonata.admin.block.admin_list',
  4087.                 => 'sonata.block.service.container',
  4088.                 => 'sonata.block.service.empty',
  4089.                 => 'sonata.block.service.text',
  4090.                 => 'sonata.block.service.rss',
  4091.                 => 'sonata.block.service.template',
  4092.                 => 'sonata.block.service.menu',
  4093.                 => 'sonata.admin.block.search_result',
  4094.                 => 'sonata.admin.block.stats',
  4095.                 => 'sonata.admin.block.admin_preview',
  4096.             ],
  4097.             'sonata_blocks.default_contexts' => [
  4098.             ],
  4099.             'knp_menu.renderer.list.options' => [
  4100.             ],
  4101.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  4102.             'knp_menu.default_renderer' => 'twig',
  4103.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  4104.                 'enum' => 'select',
  4105.                 'choice' => 'select',
  4106.                 'boolean' => 'select',
  4107.                 'textarea' => 'textarea',
  4108.                 'html' => 'textarea',
  4109.                 'email' => 'email',
  4110.                 'string' => 'text',
  4111.                 'integer' => 'number',
  4112.                 'float' => 'number',
  4113.                 'currency' => 'number',
  4114.                 'percent' => 'number',
  4115.                 'url' => 'url',
  4116.             ],
  4117.             'sonata.admin.configuration.global_search.empty_boxes' => 'show',
  4118.             'sonata.admin.configuration.global_search.admin_route' => 'show',
  4119.             'sonata.admin.configuration.templates' => [
  4120.                 'layout' => '@SonataLocal/standart_layout.html.twig',
  4121.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  4122.                 'list' => '@SonataLocal/CRUD/list.html.twig',
  4123.                 'show' => '@SonataAdmin/CRUD/show.html.twig',
  4124.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  4125.                 'edit' => '@SonataLocal/edit.html.twig',
  4126.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  4127.                 'preview' => '@SonataAdmin/CRUD/preview.html.twig',
  4128.                 'delete' => '@SonataAdmin/CRUD/delete.html.twig',
  4129.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  4130.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  4131.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  4132.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  4133.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  4134.                 'dashboard' => '@SonataAdmin/Core/dashboard.html.twig',
  4135.                 'search' => '@SonataAdmin/Core/search.html.twig',
  4136.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  4137.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  4138.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  4139.                 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  4140.                 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  4141.                 'pager_links' => '@SonataLocal/Pager/links.html.twig',
  4142.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  4143.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  4144.                 'history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig',
  4145.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  4146.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  4147.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  4148.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  4149.                 'button_create' => '@SonataLocal/Button/create_button.html.twig',
  4150.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  4151.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  4152.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  4153.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  4154.                 'form_theme' => [
  4155.                     => '@SonataLocal/Form/datepicker.html.twig',
  4156.                 ],
  4157.                 'filter_theme' => [
  4158.                 ],
  4159.                 'user_block' => '@SonataLocal/user_block.html.twig',
  4160.                 'knp_menu_template' => '@SonataLocal/sonata_menu.html.twig',
  4161.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  4162.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  4163.                 'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
  4164.             ],
  4165.             'sonata.admin.configuration.default_admin_services' => [
  4166.                 'security_handler' => 'App\\Security\\Handler\\CustomSecurityHandler',
  4167.                 'model_manager' => NULL,
  4168.                 'data_source' => NULL,
  4169.                 'field_description_factory' => NULL,
  4170.                 'form_contractor' => NULL,
  4171.                 'show_builder' => NULL,
  4172.                 'list_builder' => NULL,
  4173.                 'datagrid_builder' => NULL,
  4174.                 'translator' => NULL,
  4175.                 'configuration_pool' => NULL,
  4176.                 'route_generator' => NULL,
  4177.                 'menu_factory' => NULL,
  4178.                 'route_builder' => NULL,
  4179.                 'label_translator_strategy' => NULL,
  4180.                 'pager_type' => NULL,
  4181.             ],
  4182.             'sonata.admin.configuration.default_controller' => 'sonata.admin.controller.crud',
  4183.             'sonata.admin.configuration.dashboard_groups' => [
  4184.             ],
  4185.             'sonata.admin.configuration.dashboard_blocks' => [
  4186.                 => [
  4187.                     'type' => 'sonata.admin.block.admin_list',
  4188.                     'position' => 'left',
  4189.                     'roles' => [
  4190.                     ],
  4191.                     'settings' => [
  4192.                     ],
  4193.                     'class' => 'col-md-4',
  4194.                 ],
  4195.             ],
  4196.             'sonata.admin.configuration.sort_admins' => false,
  4197.             'sonata.admin.configuration.mosaic_background' => 'bundles/sonataadmin/images/default_mosaic_image.png',
  4198.             'sonata.admin.configuration.default_group' => 'default',
  4199.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  4200.             'sonata.admin.configuration.default_translation_domain' => NULL,
  4201.             'sonata.admin.configuration.default_icon' => 'fas fa-folder',
  4202.             'sonata.admin.configuration.breadcrumbs' => [
  4203.                 'child_admin_route' => 'show',
  4204.             ],
  4205.             'sonata.admin.configuration.security.role_admin' => 'ROLE_ADMIN',
  4206.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  4207.             'sonata.admin.configuration.security.information' => [
  4208.                 'EDIT' => [
  4209.                     => 'EDIT',
  4210.                 ],
  4211.                 'LIST' => [
  4212.                     => 'LIST',
  4213.                 ],
  4214.                 'CREATE' => [
  4215.                     => 'CREATE',
  4216.                 ],
  4217.                 'VIEW' => [
  4218.                     => 'VIEW',
  4219.                 ],
  4220.                 'DELETE' => [
  4221.                     => 'DELETE',
  4222.                 ],
  4223.                 'EXPORT' => [
  4224.                     => 'EXPORT',
  4225.                 ],
  4226.                 'ALL' => [
  4227.                     => 'ALL',
  4228.                 ],
  4229.             ],
  4230.             'sonata.admin.configuration.security.admin_permissions' => [
  4231.                 => 'CREATE',
  4232.                 => 'LIST',
  4233.                 => 'DELETE',
  4234.                 => 'UNDELETE',
  4235.                 => 'EXPORT',
  4236.                 => 'OPERATOR',
  4237.                 => 'MASTER',
  4238.             ],
  4239.             'sonata.admin.configuration.security.object_permissions' => [
  4240.                 => 'VIEW',
  4241.                 => 'EDIT',
  4242.                 => 'HISTORY',
  4243.                 => 'DELETE',
  4244.                 => 'UNDELETE',
  4245.                 => 'OPERATOR',
  4246.                 => 'MASTER',
  4247.                 => 'OWNER',
  4248.             ],
  4249.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  4250.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  4251.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  4252.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  4253.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  4254.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  4255.             'sonata.admin.extension.map' => [
  4256.             ],
  4257.             'sonata.admin.configuration.filters.persist' => false,
  4258.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  4259.             'sonata.admin.configuration.show.mosaic.button' => true,
  4260.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  4261.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  4262.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  4263.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4264.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4265.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4266.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4267.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4268.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4269.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4270.             'doctrine.entity_managers' => [
  4271.                 'default' => 'doctrine.orm.default_entity_manager',
  4272.             ],
  4273.             'doctrine.default_entity_manager' => 'default',
  4274.             'doctrine.dbal.connection_factory.types' => [
  4275.                 'datetime_immutable' => [
  4276.                     'class' => '\\Carbon\\Doctrine\\DateTimeImmutableType',
  4277.                 ],
  4278.                 'datetime' => [
  4279.                     'class' => '\\Carbon\\Doctrine\\DateTimeType',
  4280.                 ],
  4281.             ],
  4282.             'doctrine.connections' => [
  4283.                 'default' => 'doctrine.dbal.default_connection',
  4284.             ],
  4285.             'doctrine.default_connection' => 'default',
  4286.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4287.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4288.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4289.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4290.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4291.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4292.             'doctrine.orm.cache.memcache_host' => 'localhost',
  4293.             'doctrine.orm.cache.memcache_port' => 11211,
  4294.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4295.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4296.             'doctrine.orm.cache.memcached_host' => 'localhost',
  4297.             'doctrine.orm.cache.memcached_port' => 11211,
  4298.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4299.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4300.             'doctrine.orm.cache.redis_host' => 'localhost',
  4301.             'doctrine.orm.cache.redis_port' => 6379,
  4302.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4303.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4304.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4305.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4306.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4307.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4308.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4309.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4310.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4311.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4312.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4313.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4314.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4315.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4316.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4317.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4318.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4319.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4320.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4321.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4322.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4323.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4324.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4325.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4326.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4327.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4328.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4329.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4330.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4331.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4332.             'doctrine.orm.auto_generate_proxy_classes' => true,
  4333.             'doctrine.orm.proxy_namespace' => 'Proxies',
  4334.             'doctrine.migrations.preferred_em' => NULL,
  4335.             'doctrine.migrations.preferred_connection' => NULL,
  4336.             'monolog.use_microseconds' => true,
  4337.             'monolog.swift_mailer.handlers' => [
  4338.             ],
  4339.             'monolog.handlers_to_channels' => [
  4340.                 'monolog.handler.shopify' => [
  4341.                     'type' => 'inclusive',
  4342.                     'elements' => [
  4343.                         => 'shopify',
  4344.                     ],
  4345.                 ],
  4346.                 'monolog.handler.mollie' => [
  4347.                     'type' => 'inclusive',
  4348.                     'elements' => [
  4349.                         => 'mollie',
  4350.                     ],
  4351.                 ],
  4352.                 'monolog.handler.eventProvider' => [
  4353.                     'type' => 'inclusive',
  4354.                     'elements' => [
  4355.                         => 'eventProvider',
  4356.                     ],
  4357.                 ],
  4358.                 'monolog.handler.google' => [
  4359.                     'type' => 'inclusive',
  4360.                     'elements' => [
  4361.                         => 'google',
  4362.                     ],
  4363.                 ],
  4364.                 'monolog.handler.console' => [
  4365.                     'type' => 'exclusive',
  4366.                     'elements' => [
  4367.                         => 'event',
  4368.                         => 'doctrine',
  4369.                         => 'console',
  4370.                     ],
  4371.                 ],
  4372.                 'monolog.handler.qls' => [
  4373.                     'type' => 'inclusive',
  4374.                     'elements' => [
  4375.                         => 'qls',
  4376.                     ],
  4377.                 ],
  4378.                 'monolog.handler.saleSupply' => [
  4379.                     'type' => 'inclusive',
  4380.                     'elements' => [
  4381.                         => 'saleSupply',
  4382.                     ],
  4383.                 ],
  4384.                 'monolog.handler.main' => [
  4385.                     'type' => 'exclusive',
  4386.                     'elements' => [
  4387.                         => 'event',
  4388.                     ],
  4389.                 ],
  4390.             ],
  4391.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  4392.             'web_profiler.debug_toolbar.mode' => 2,
  4393.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  4394.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  4395.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  4396.             'sonata_doctrine_orm_admin.templates' => [
  4397.                 'types' => [
  4398.                     'list' => [
  4399.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  4400.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  4401.                         'date' => '@SonataAdmin/CRUD/list_date.html.twig',
  4402.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  4403.                         'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
  4404.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  4405.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  4406.                         'enum' => '@SonataAdmin/CRUD/list_enum.html.twig',
  4407.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  4408.                         'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  4409.                         'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
  4410.                         'float' => '@SonataAdmin/CRUD/list_string.html.twig',
  4411.                         'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  4412.                         'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  4413.                         'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  4414.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  4415.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  4416.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  4417.                         'many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig',
  4418.                         'many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig',
  4419.                         'one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig',
  4420.                         'one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig',
  4421.                     ],
  4422.                     'show' => [
  4423.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  4424.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  4425.                         'date' => '@SonataAdmin/CRUD/show_date.html.twig',
  4426.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  4427.                         'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  4428.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  4429.                         'enum' => '@SonataAdmin/CRUD/show_enum.html.twig',
  4430.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  4431.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  4432.                         'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  4433.                         'float' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  4434.                         'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
  4435.                         'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
  4436.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  4437.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  4438.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  4439.                         'many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig',
  4440.                         'many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig',
  4441.                         'one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig',
  4442.                         'one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig',
  4443.                     ],
  4444.                 ],
  4445.             ],
  4446.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  4447.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  4448.             'stof_doctrine_extensions.event_listener.locale.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener',
  4449.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  4450.             'stof_doctrine_extensions.default_locale' => 'en_US',
  4451.             'stof_doctrine_extensions.translation_fallback' => true,
  4452.             'stof_doctrine_extensions.persist_default_translation' => false,
  4453.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  4454.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  4455.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  4456.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  4457.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  4458.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  4459.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  4460.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  4461.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  4462.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  4463.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  4464.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  4465.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  4466.             'fos_js_routing.request_context_base_url' => NULL,
  4467.             'fos_js_routing.cache_control' => [
  4468.                 'enabled' => false,
  4469.             ],
  4470.             'old_sound_rabbit_mq.connection.class' => 'PhpAmqpLib\\Connection\\AMQPStreamConnection',
  4471.             'old_sound_rabbit_mq.socket_connection.class' => 'PhpAmqpLib\\Connection\\AMQPSocketConnection',
  4472.             'old_sound_rabbit_mq.lazy.connection.class' => 'PhpAmqpLib\\Connection\\AMQPLazyConnection',
  4473.             'old_sound_rabbit_mq.lazy.socket_connection.class' => 'PhpAmqpLib\\Connection\\AMQPLazySocketConnection',
  4474.             'old_sound_rabbit_mq.connection_factory.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AMQPConnectionFactory',
  4475.             'old_sound_rabbit_mq.binding.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Binding',
  4476.             'old_sound_rabbit_mq.producer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Producer',
  4477.             'old_sound_rabbit_mq.consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Consumer',
  4478.             'old_sound_rabbit_mq.multi_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\MultipleConsumer',
  4479.             'old_sound_rabbit_mq.dynamic_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\DynamicConsumer',
  4480.             'old_sound_rabbit_mq.batch_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\BatchConsumer',
  4481.             'old_sound_rabbit_mq.anon_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AnonConsumer',
  4482.             'old_sound_rabbit_mq.rpc_client.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\RpcClient',
  4483.             'old_sound_rabbit_mq.rpc_server.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\RpcServer',
  4484.             'old_sound_rabbit_mq.logged.channel.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AMQPLoggedChannel',
  4485.             'old_sound_rabbit_mq.data_collector.class' => 'OldSound\\RabbitMqBundle\\DataCollector\\MessageDataCollector',
  4486.             'old_sound_rabbit_mq.parts_holder.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AmqpPartsHolder',
  4487.             'old_sound_rabbit_mq.fallback.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Fallback',
  4488.             'nelmio_api_doc.areas' => [
  4489.                 => 'default',
  4490.             ],
  4491.             'nelmio_api_doc.use_validation_groups' => false,
  4492.             'nelmio_cors.map' => [
  4493.                 '^/api/v1/' => [
  4494.                     'allow_origin' => true,
  4495.                     'allow_headers' => [
  4496.                         => 'content-type',
  4497.                         => 'x-auth-token',
  4498.                     ],
  4499.                     'allow_methods' => [
  4500.                         => 'GET',
  4501.                         => 'OPTIONS',
  4502.                         => 'POST',
  4503.                         => 'PUT',
  4504.                         => 'DELETE',
  4505.                     ],
  4506.                     'max_age' => 3600,
  4507.                 ],
  4508.             ],
  4509.             'nelmio_cors.defaults' => [
  4510.                 'allow_origin' => true,
  4511.                 'allow_credentials' => false,
  4512.                 'allow_headers' => [
  4513.                     => 'content-type',
  4514.                     => 'x-auth-token',
  4515.                 ],
  4516.                 'allow_private_network' => false,
  4517.                 'expose_headers' => [
  4518.                 ],
  4519.                 'allow_methods' => [
  4520.                     => 'GET',
  4521.                     => 'OPTIONS',
  4522.                     => 'POST',
  4523.                     => 'PUT',
  4524.                     => 'DELETE',
  4525.                 ],
  4526.                 'max_age' => 3600,
  4527.                 'hosts' => [
  4528.                 ],
  4529.                 'origin_regex' => false,
  4530.                 'forced_allow_origin_value' => NULL,
  4531.                 'skip_same_as_origin' => true,
  4532.             ],
  4533.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  4534.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  4535.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  4536.             'ob_highcharts.twig_extension.class' => 'Ob\\HighchartsBundle\\Twig\\HighchartsExtension',
  4537.             'data_collector.templates' => [
  4538.                 'data_collector.request' => [
  4539.                     => 'request',
  4540.                     => '@WebProfiler/Collector/request.html.twig',
  4541.                 ],
  4542.                 'data_collector.time' => [
  4543.                     => 'time',
  4544.                     => '@WebProfiler/Collector/time.html.twig',
  4545.                 ],
  4546.                 'data_collector.memory' => [
  4547.                     => 'memory',
  4548.                     => '@WebProfiler/Collector/memory.html.twig',
  4549.                 ],
  4550.                 'data_collector.validator' => [
  4551.                     => 'validator',
  4552.                     => '@WebProfiler/Collector/validator.html.twig',
  4553.                 ],
  4554.                 'data_collector.ajax' => [
  4555.                     => 'ajax',
  4556.                     => '@WebProfiler/Collector/ajax.html.twig',
  4557.                 ],
  4558.                 'data_collector.form' => [
  4559.                     => 'form',
  4560.                     => '@WebProfiler/Collector/form.html.twig',
  4561.                 ],
  4562.                 'data_collector.exception' => [
  4563.                     => 'exception',
  4564.                     => '@WebProfiler/Collector/exception.html.twig',
  4565.                 ],
  4566.                 'data_collector.logger' => [
  4567.                     => 'logger',
  4568.                     => '@WebProfiler/Collector/logger.html.twig',
  4569.                 ],
  4570.                 'data_collector.events' => [
  4571.                     => 'events',
  4572.                     => '@WebProfiler/Collector/events.html.twig',
  4573.                 ],
  4574.                 'data_collector.router' => [
  4575.                     => 'router',
  4576.                     => '@WebProfiler/Collector/router.html.twig',
  4577.                 ],
  4578.                 'data_collector.cache' => [
  4579.                     => 'cache',
  4580.                     => '@WebProfiler/Collector/cache.html.twig',
  4581.                 ],
  4582.                 'data_collector.translation' => [
  4583.                     => 'translation',
  4584.                     => '@WebProfiler/Collector/translation.html.twig',
  4585.                 ],
  4586.                 'data_collector.security' => [
  4587.                     => 'security',
  4588.                     => '@Security/Collector/security.html.twig',
  4589.                 ],
  4590.                 'data_collector.twig' => [
  4591.                     => 'twig',
  4592.                     => '@WebProfiler/Collector/twig.html.twig',
  4593.                 ],
  4594.                 'data_collector.http_client' => [
  4595.                     => 'http_client',
  4596.                     => '@WebProfiler/Collector/http_client.html.twig',
  4597.                 ],
  4598.                 'data_collector.doctrine' => [
  4599.                     => 'db',
  4600.                     => '@Doctrine/Collector/db.html.twig',
  4601.                 ],
  4602.                 'doctrine_migrations.migrations_collector' => [
  4603.                     => 'doctrine_migrations',
  4604.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  4605.                 ],
  4606.                 'data_collector.dump' => [
  4607.                     => 'dump',
  4608.                     => '@Debug/Profiler/dump.html.twig',
  4609.                 ],
  4610.                 'mailer.data_collector' => [
  4611.                     => 'mailer',
  4612.                     => '@WebProfiler/Collector/mailer.html.twig',
  4613.                 ],
  4614.                 'sonata.block.data_collector' => [
  4615.                     => 'block',
  4616.                     => '@SonataBlock/Profiler/block.html.twig',
  4617.                 ],
  4618.                 'data_collector.config' => [
  4619.                     => 'config',
  4620.                     => '@WebProfiler/Collector/config.html.twig',
  4621.                 ],
  4622.             ],
  4623.             'old_sound_rabbit_mq.base_amqp' => [
  4624.                 => 'old_sound_rabbit_mq.sale_supply_producer',
  4625.                 => 'old_sound_rabbit_mq.tracker_producer',
  4626.                 => 'old_sound_rabbit_mq.order_holder_producer',
  4627.                 => 'old_sound_rabbit_mq.event_sender_producer',
  4628.                 => 'old_sound_rabbit_mq.warehouse_producer',
  4629.                 => 'old_sound_rabbit_mq.ltv_current_report_producer',
  4630.                 => 'old_sound_rabbit_mq.sale_supply_consumer',
  4631.                 => 'old_sound_rabbit_mq.tracker_consumer',
  4632.                 => 'old_sound_rabbit_mq.order_holder_consumer',
  4633.                 => 'old_sound_rabbit_mq.event_sender_consumer',
  4634.                 10 => 'old_sound_rabbit_mq.warehouse_consumer',
  4635.                 11 => 'old_sound_rabbit_mq.ltv_current_report_consumer',
  4636.             ],
  4637.             'console.command.ids' => [
  4638.                 => 'console.command.public_alias.App\\Command\\AutoInsertCurrencyToCountryCommand',
  4639.                 => 'console.command.public_alias.App\\Command\\Cron\\ProductStockSyncCommand',
  4640.                 => 'console.command.public_alias.App\\Command\\Cron\\WarehouseOrderSenderCommand',
  4641.                 => 'console.command.public_alias.App\\Command\\Cron\\WarehouseOrderSyncCommand',
  4642.                 => 'console.command.public_alias.App\\Command\\DomainCheckList',
  4643.                 => 'console.command.public_alias.App\\Command\\DomainTranslationUpdatedCommand',
  4644.                 => 'console.command.public_alias.App\\Command\\DomainUpdatedCommand',
  4645.                 => 'console.command.public_alias.App\\Command\\Insert\\FillCheckoutConfigurationCommand',
  4646.                 => 'console.command.public_alias.App\\Command\\Insert\\InsertCustomerIntoProductDetailCommand',
  4647.                 => 'console.command.public_alias.App\\Command\\Insert\\InsertOrderFirstProductCommand',
  4648.                 10 => 'console.command.public_alias.App\\Command\\Insert\\InsertOrderSubscriptionRecurringCommand',
  4649.                 11 => 'console.command.public_alias.App\\Command\\Insert\\InsertOrderWarehouseDetail',
  4650.                 12 => 'console.command.public_alias.App\\Command\\Insert\\InsertProductDetailFromProductCommand',
  4651.                 13 => 'console.command.public_alias.App\\Command\\Insert\\InsertWarehouseCommand',
  4652.                 14 => 'console.command.public_alias.App\\Command\\Insert\\InsertWarehouseToProductAndOrder',
  4653.                 15 => 'console.command.public_alias.App\\Command\\Insert\\InsertWarehouseToRelatedEntity',
  4654.                 16 => 'console.command.public_alias.App\\Command\\NewDomainCheckerCommand',
  4655.                 17 => 'console.command.public_alias.App\\Command\\NewDomainTranslationCheckerCommand',
  4656.                 18 => 'console.command.public_alias.App\\Command\\SaleSupplyCommand',
  4657.                 19 => 'console.command.public_alias.App\\Command\\SaleSupplyOrderCheckerCommand',
  4658.                 20 => 'console.command.public_alias.App\\Command\\TempAddDomainVatToOrders',
  4659.                 21 => 'console.command.public_alias.App\\Command\\TempFillEurFieldCommand',
  4660.                 22 => 'console.command.public_alias.App\\Command\\TempGenerateOrderNumber',
  4661.                 23 => 'console.command.public_alias.App\\Command\\TempReassignEndUserInOrder',
  4662.                 24 => 'console.command.public_alias.App\\Command\\TempRecalculateOrderPickAndPack',
  4663.                 25 => 'console.command.public_alias.App\\Command\\TempRecalculateOrderProductCost',
  4664.                 26 => 'console.command.public_alias.App\\Command\\TempRecalculateOrderTotalPriceEx',
  4665.                 27 => 'console.command.public_alias.App\\Command\\Tmp\\ChangeFilePathPerRoleCommand',
  4666.                 28 => 'console.command.public_alias.App\\Command\\Tmp\\FunnelVisitorRemoveRedundant',
  4667.                 29 => 'console.command.public_alias.App\\Command\\Tmp\\FunnelVisitorSetDomainCommand',
  4668.                 30 => 'console.command.public_alias.App\\Command\\Tmp\\OrdersSetProductCostAndReturnCost',
  4669.                 31 => 'console.command.public_alias.App\\Command\\Tmp\\ProductSetSubscriptionMandateCommand',
  4670.                 32 => 'console.command.public_alias.App\\Command\\Tmp\\ReplaceWebhookUrlForSubscriptionsCommand',
  4671.                 33 => 'console.command.public_alias.App\\Command\\Tmp\\SyncCountriesFromDomainTldCommand',
  4672.             ],
  4673.         ];
  4674.     }
  4675.     protected function throw($message)
  4676.     {
  4677.         throw new RuntimeException($message);
  4678.     }
  4679. }