services['kernel'] ?? $container->get('kernel', 1)); $b = ($container->privates['monolog.logger'] ?? self::getMonolog_LoggerService($container)); return $container->privates['App\\Service\\Prices\\RedisImportService'] = new \App\Service\Prices\RedisImportService(($container->privates['App\\Service\\Adapter\\RedisClientService'] ??= new \App\Service\Adapter\RedisClientService()), new \App\Service\Adapter\Orm($a, ($container->privates['http_client.uri_template'] ?? $container->load('getHttpClient_UriTemplateService')), $b), $b, $container->parameters['mitho.import.orm.shopIds'], 13, $a, ($container->services['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))); } }