Skip to content

Commit 9975034

Browse files
authored
Merge pull request #1109 from rodrigocardenas/patch-1
available downloading from s3
2 parents b185d8d + b6c132b commit 9975034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controllers/DownloadController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ public function getDownload()
1414
abort(404);
1515
}
1616

17-
return response()->download($file->path('absolute'));
17+
return Storage::disk($this->helper->config('disk'))->download($file->path('storage'));
1818
}
1919
}

0 commit comments

Comments
 (0)