mccarlosen / laravel-mpdf

Generate PDFs in Laravel with Mpdf.
402 stars 107 forks source link

Error in Latest v2.1.10 #103

Closed sgtcoder closed 2 years ago

sgtcoder commented 2 years ago

When using the latest laravel-mpdf, an error is now present

Declaration of Mpdf\Mpdf::setLogger(Psr\Log\LoggerInterface $logger) must be compatible with Psr\Log\LoggerAwareInterface::setLogger(Psr\Log\LoggerInterface $logger): void

This issue does not exist in v2.1.9

mccarlosen commented 2 years ago

Hi! It has been fixed.

sgtcoder commented 1 year ago

Thank you, confirmed that it's been fixed!