Browse Source

PdfGenerator : correctif render()

feature/symfony6.1
Guillaume 2 years ago
parent
commit
69b8bbd26b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Generator/PdfGenerator.php

+ 1
- 0
Generator/PdfGenerator.php View File

@@ -27,5 +27,6 @@ class PdfGenerator
$dompdf->stream($filename, [
"Attachment" => true
]);
die();
}
}

Loading…
Cancel
Save