wip
This commit is contained in:
@@ -31,12 +31,10 @@ class CardRequisiteRepository
|
||||
|
||||
$path = $this->generateFile($record, $response);
|
||||
|
||||
info($path);
|
||||
|
||||
// return ActionResponse::download(
|
||||
// name: 'kart-rekwizit.docx',
|
||||
// url: url($path)
|
||||
// );
|
||||
return response()->download(
|
||||
name: 'kart-rekwizit.docx',
|
||||
url: url($path)
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user