Update dompdf.php

base_path => public_path
This commit is contained in:
Haxatron 2021-10-10 01:06:08 +08:00 committed by GitHub
parent ca764caf2d
commit b043257d9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.