AcmePhp\Cli\Action\PushFtpAction::createAdapter PHP Method

createAdapter() protected method

protected createAdapter ( array $config ) : League\Flysystem\AdapterInterface
$config array
return League\Flysystem\AdapterInterface
    protected function createAdapter($config)
    {
        return new FtpAdapter($config);
    }