wip
This commit is contained in:
@@ -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)
|
|
||||||
// );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user