barryvdh / laravel-dompdf

A DOMPDF Wrapper for Laravel
MIT License
6.74k stars 972 forks source link

update comment of the method #842

Closed dodaydream closed 2 years ago

dodaydream commented 2 years ago

The comments shows it sets an option of dompdf but it actually override the whole settings.

It seems is a wrapper function of this in dompdf

https://github.com/dompdf/dompdf/blob/643eb722100cfaff6c3e506e9a9b64add804256b/src/Dompdf.php#L1377

dodaydream commented 2 years ago

I created another pull request regarding on this, so i think its better to close it now.