<?php

namespace ContainerRYWeSXx;

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 getTestSftpConnectionCommandService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\External\RTC\Command\TestSftpConnectionCommand' shared autowired service.
     *
     * @return \App\External\RTC\Command\TestSftpConnectionCommand
     */
    public static function do($container, $lazyLoad = true)
    {
        $container->privates['App\\External\\RTC\\Command\\TestSftpConnectionCommand'] = $instance = new \App\External\RTC\Command\TestSftpConnectionCommand(($container->privates['monolog.logger.console'] ?? $container->load('getMonolog_Logger_ConsoleService')), ($container->privates['fulfillment.sftp'] ?? $container->load('getFulfillment_SftpService')));

        $instance->setName('app:sftp:test-connection');
        $instance->setDescription('Test SFTP connection for fulfillment.sftp');

        return $instance;
    }
}
