Skip to content

Commit 9ada42e

Browse files
committed
fix typo
1 parent eeb8232 commit 9ada42e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Controllers/DownloadController.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ 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,
27-
);
26+
}, $file_name);
2827
} else {
2928
return response()->download($file->path('absolute'));
3029
}

0 commit comments

Comments
 (0)