fixed from error

This commit is contained in:
Torsten Schulz
2023-12-28 17:15:03 +01:00
parent 0005666026
commit 03df3393c3

View File

@@ -131,7 +131,7 @@ class Membership extends Renderer {
}
}
protected function createPdf(array $formData): TCPDF
protected function createPdf(array $formData): string
{
$pdf = new Fpdi();
$pdf->AddFont('DejaVuSans', '', 'DejaVuSans.php');