fix: use correct request type for travel documents

This commit is contained in:
Björn Fromme
2025-01-27 17:35:30 +01:00
parent 7236f8641f
commit a7bc8429a7
@@ -44,7 +44,7 @@ class DownloadController extends AbstractController
}
$type = match ($fileType) {
'documents' => 'Dokumentendruck',
'documents' => 'Dokumentdruck',
'confirmation' => 'Vorgangdruck',
};