Skip to content

Commit 488c599

Browse files
committed
fix style
1 parent 9ada42e commit 488c599

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Controllers/DownloadController.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ public function getDownload()
2323
return response()->streamDownload(
2424
function () {
2525
echo file_get_contents($disk->temporaryUrl($file->path('storage'), now()->addMinutes($duration)));
26-
}, $file_name);
26+
}, $file_name
27+
);
2728
} else {
2829
return response()->download($file->path('absolute'));
2930
}

0 commit comments

Comments
 (0)