You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Html2pdfFactory there is am import of use HTML2PDF;. This worked up until version 5 of https://github.com/spipu/html2pdf which introduced namespaces. This is also in the install docs: the namespace to import must be use Spipu\Html2Pdf\Html2Pdf;
The Symfony error this trigges is this:
Attempted to load class "HTML2PDF" from the global namespace.
Did you forget a "use" statement?
The text was updated successfully, but these errors were encountered:
In
Html2pdfFactory
there is am import ofuse HTML2PDF;
. This worked up until version 5 of https://github.com/spipu/html2pdf which introduced namespaces. This is also in the install docs: the namespace to import must beuse Spipu\Html2Pdf\Html2Pdf;
The Symfony error this trigges is this:
The text was updated successfully, but these errors were encountered: