This commit is contained in:
2025-10-29 00:24:12 +05:00
parent 9b43666caf
commit 40d7d39ba6

View File

@@ -31,12 +31,10 @@ class CardRequisiteRepository
$path = $this->generateFile($record, $response); $path = $this->generateFile($record, $response);
info($path); return response()->download(
name: 'kart-rekwizit.docx',
// return ActionResponse::download( url: url($path)
// name: 'kart-rekwizit.docx', );
// url: url($path)
// );
} }
/** /**