Skip to content

Commit

Permalink
fixed loading images
Browse files Browse the repository at this point in the history
  • Loading branch information
landsman committed Jun 16, 2017
1 parent 53dfe9c commit 38f71e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shortcuts.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ function invoice_pdf($view, $data, $return_path = false) {
$options->set('defaultFont', 'sans-serif')
->set('isHtml5ParserEnabled', true)
->set('isFontSubsettingEnabled', true)
->set('isRemoteEnabled', true)
->set('isPhpEnabled', true)
->set('tempDir', $storage);

Expand Down

0 comments on commit 38f71e5

Please sign in to comment.