Skip to content

Commit

Permalink
Update boot.php
Browse files Browse the repository at this point in the history
  • Loading branch information
skerbis authored Jan 2, 2023
1 parent 3b9c3c7 commit 80a610e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
->setHtml($readmeHtml, true)
->setOrientation('portrait')
->setAttachment(false)
->setRemoteFiles(false)
->setRemoteFiles(false);
// execute and generate
$pdf->run();
}
Expand Down

0 comments on commit 80a610e

Please sign in to comment.