MathiasGrimm\LaravelLogKeeper\Repos\RemoteLogsRepo::get PHP Méthode

get() public méthode

public get ( $log )
    public function get($log)
    {
        return $this->disk->get("{$this->remotePath}/{$log}");
    }