Arcanedev\LogViewer\Http\Controllers\LogViewerController::download PHP Méthode

download() public méthode

Download the log
public download ( string $date ) : BinaryFileResponse
$date string
Résultat Symfony\Component\HttpFoundation\BinaryFileResponse
    public function download($date)
    {
        return $this->logViewer->download($date);
    }