1 Commits
1.8 ... 1.9

Author SHA1 Message Date
95be4fc5a9 fix file download 2026-01-07 12:25:18 +01:00

View File

@@ -96,7 +96,7 @@ class PilotServiceProvider extends ServiceProvider
if (isset($output['file'])) { if (isset($output['file'])) {
return response()->download( return response()->download(
$output['file']['content'], $output['file']['contents'],
$output['file']['name'], $output['file']['name'],
[ [
'Content-Type' => $output['file']['type'], 'Content-Type' => $output['file']['type'],