This commit is contained in:
Maximilian Kresse
2020-06-03 09:52:46 +02:00
parent 091ea635bd
commit 745099642a
+1 -1
View File
@@ -43,4 +43,4 @@ $options = new QROptions([
\header('Content-type: application/pdf');
echo (new QRCode($options))->render($data, 'example_fpdf.pdf');
echo (new QRCode($options))->render($data);