fix: use correct request type for travel documents
This commit is contained in:
@@ -44,7 +44,7 @@ class DownloadController extends AbstractController
|
|||||||
}
|
}
|
||||||
|
|
||||||
$type = match ($fileType) {
|
$type = match ($fileType) {
|
||||||
'documents' => 'Dokumentendruck',
|
'documents' => 'Dokumentdruck',
|
||||||
'confirmation' => 'Vorgangdruck',
|
'confirmation' => 'Vorgangdruck',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user