Collective\Remote\Console\TailCommand::getRoot PHP Метод

getRoot() защищенный Метод

Get the path to the Laravel install root.
protected getRoot ( string $connection ) : string
$connection string
Результат string
    protected function getRoot($connection)
    {
        return $this->laravel['config']['remote.connections.' . $connection . '.root'];
    }