MathiasGrimm\LaravelLogKeeper\Repos\RemoteLogsRepo::put PHP Метод

put() публичный Метод

public put ( $log, $content )
    public function put($log, $content)
    {
        $path = "{$this->remotePath}{$log}";
        $this->disk->put($path, $content);
    }