MathiasGrimm\LaravelLogKeeper\Repos\RemoteLogsRepo::get PHP Method

get() public method

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