Skip to content

Commit

Permalink
Update dompdf.php
Browse files Browse the repository at this point in the history
base_path => public_path
  • Loading branch information
Haxatron committed Oct 9, 2021
1 parent ca764ca commit b043257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Config/dompdf.php
Expand Up @@ -70,7 +70,7 @@
* direct class use like:
* $dompdf = new DOMPDF(); $dompdf->load_html($htmldata); $dompdf->render(); $pdfdata = $dompdf->output();
*/
'chroot' => realpath(base_path()),
'chroot' => realpath(public_path()),

/**
* Whether to use Unicode fonts or not.
Expand Down

0 comments on commit b043257

Please sign in to comment.