fix file download

This commit is contained in:
2026-01-07 12:25:18 +01:00
parent dec195e619
commit 95be4fc5a9

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'],