namespace BookStack\Entities\Tools;
-use Barryvdh\Snappy\Facades\SnappyPdf;
use Barryvdh\DomPDF\Facade as DomPDF;
+use Barryvdh\Snappy\Facades\SnappyPdf;
class PdfGenerator
{
-
/**
* Generate PDF content from the given HTML content.
*/
return $pdf->output();
}
-
-}
\ No newline at end of file
+}