Update dompdf.php
base_path => public_path
This commit is contained in:
parent
ca764caf2d
commit
b043257d9a
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ return [
|
|||
* 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.
|
||||
|
|
Loading…
Reference in a new issue