privates['App\\Command\\RedisImportCommand'] = $instance = new \App\Command\RedisImportCommand(($container->privates['App\\Service\\Prices\\RedisImportService'] ?? $container->load('getRedisImportServiceService')), ($container->privates['monolog.logger'] ?? self::getMonolog_LoggerService($container)), ($container->services['debug.stopwatch'] ??= new \Symfony\Component\Stopwatch\Stopwatch(true))); $instance->setName('mto:prices:import'); $instance->setDescription('Importiert verschachtelte ORM-Datenstruktur in Redis.'); return $instance; } }