31 lines
1.6 KiB
PHP
31 lines
1.6 KiB
PHP
<?php
|
|
|
|
namespace ContainerJu8t4eN;
|
|
|
|
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
|
|
use Symfony\Component\DependencyInjection\ContainerInterface;
|
|
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
|
|
|
|
/**
|
|
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
|
|
*/
|
|
class getRedisImportServiceService extends App_KernelDevDebugContainer
|
|
{
|
|
/**
|
|
* Gets the private 'App\Service\Prices\RedisImportService' shared autowired service.
|
|
*
|
|
* @return \App\Service\Prices\RedisImportService
|
|
*/
|
|
public static function do($container, $lazyLoad = true)
|
|
{
|
|
include_once \dirname(__DIR__, 4).'/src/Service/Prices/RedisImportService.php';
|
|
include_once \dirname(__DIR__, 4).'/src/Service/Adapter/Orm.php';
|
|
include_once \dirname(__DIR__, 4).'/src/Service/Adapter/RedisClientService.php';
|
|
|
|
$a = ($container->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)));
|
|
}
|
|
}
|