]> BookStack Code Mirror - bookstack/blobdiff - app/Config/dompdf.php
Added additional testing for editor switching permissions
[bookstack] / app / Config / dompdf.php
index 55260a22ad7129c3e60e662d1eca1de76202883c..a8728852c2c9ee05157d1b50e727051b203ca4cb 100644 (file)
@@ -7,9 +7,8 @@
  * Configuration should be altered via the `.env` file or environment variables.
  * Do not edit this file unless you're happy to maintain any changes yourself.
  */
-
 $dompdfPaperSizeMap = [
-    'a4' => 'a4',
+    'a4'     => 'a4',
     'letter' => 'letter',
 ];