Ver código fonte

PdfGenerator : correctif render()

feature/symfony6.1
Guillaume 2 anos atrás
pai
commit
69b8bbd26b
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      Generator/PdfGenerator.php

+ 1
- 0
Generator/PdfGenerator.php Ver arquivo

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

Carregando…
Cancelar
Salvar