Collective\Remote\Console\TailCommand::getRemote PHP Method

getRemote() protected method

Get a connection to the remote server.
protected getRemote ( string $connection ) : Collective\Remote\Connection
$connection string
return Collective\Remote\Connection
    protected function getRemote($connection)
    {
        return $this->laravel['remote']->connection($connection);
    }