Browse Source

Merge branch 'develop'

develop
Guillaume 2 years ago
parent
commit
a489bd7437
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Generator/PdfGenerator.php

+ 1
- 0
Generator/PdfGenerator.php View File

$dompdf->stream($filename, [ $dompdf->stream($filename, [
"Attachment" => true "Attachment" => true
]); ]);
die();
} }
} }

Loading…
Cancel
Save