Explorar el Código

PdfGenerator : correctif render()

feature/symfony6.1
Guillaume hace 2 años
padre
commit
69b8bbd26b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      Generator/PdfGenerator.php

+ 1
- 0
Generator/PdfGenerator.php Ver fichero

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

Cargando…
Cancelar
Guardar