This commit is contained in:
2025-05-29 18:03:53 +05:00
parent b81de72c4e
commit 0035c604e1

View File

@@ -41,7 +41,7 @@ class DownloadCardRequisite extends Action
$path = $this->generateFile($model, $data);
return ActionResponse::download(
name: 'card-requisite.docx',
name: 'kart-rekwizit.docx',
url: url($path)
);
}