]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Tools/PdfGenerator.php
Aligned notification capitalisation
[bookstack] / app / Entities / Tools / PdfGenerator.php
index d606617a402d75409babb90c719e31b4a30384cc..a14f29d4b509977f370e82b3fc76c94878b2e9c2 100644 (file)
@@ -2,12 +2,11 @@
 
 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.
      */
@@ -24,5 +23,4 @@ class PdfGenerator
 
         return $pdf->output();
     }
-
-}
\ No newline at end of file
+}