<?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 getFulfillment_SftpService extends App_KernelProdContainer
{
    /*
     * Gets the private 'fulfillment.sftp' shared service.
     *
     * @return \League\Flysystem\Filesystem
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['fulfillment.sftp'] = new \League\Flysystem\Filesystem(new \League\Flysystem\PhpseclibV3\SftpAdapter(\League\Flysystem\PhpseclibV3\SftpConnectionProvider::fromArray(['password' => $container->getEnv('FULFILLMENT_SFTP_PASSWORD'), 'port' => $container->getEnv('int:FULFILLMENT_SFTP_PORT'), 'root' => '', 'privateKey' => NULL, 'passphrase' => NULL, 'hostFingerprint' => NULL, 'timeout' => 90, 'directoryPerm' => 484, 'permPrivate' => 448, 'permPublic' => 484, 'connectivityChecker' => NULL, 'permissions' => ['file' => ['public' => 420, 'private' => 384], 'dir' => ['public' => 493, 'private' => 448]], 'host' => $container->getEnv('FULFILLMENT_SFTP_SERVER'), 'username' => $container->getEnv('FULFILLMENT_SFTP_USERNAME')]), '', \League\Flysystem\UnixVisibility\PortableVisibilityConverter::fromArray(['file' => ['public' => 420, 'private' => 384], 'dir' => ['public' => 493, 'private' => 448]], 'private')), ['visibility' => NULL, 'directory_visibility' => NULL, 'case_sensitive' => true, 'disable_asserts' => false, 'public_url' => NULL], NULL, NULL, NULL);
    }
}
