Updated DOMPDF, and other PHP dependancies

This commit is contained in:
Dan Brown
2022-07-17 14:01:59 +01:00
parent 5f5b6ff0be
commit 24f4febcd5
5 changed files with 238 additions and 128 deletions

View File

@@ -197,8 +197,6 @@ return [
// Third Party
'ImageTool' => Intervention\Image\Facades\Image::class,
'DomPDF' => Barryvdh\DomPDF\Facade::class,
'SnappyPDF' => Barryvdh\Snappy\Facades\SnappyPdf::class,
// Custom BookStack
'Activity' => BookStack\Facades\Activity::class,