]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/JsonDebugException.php
Started work on details/summary blocks
[bookstack] / app / Exceptions / JsonDebugException.php
index 6314533ce11d2fdf0afab4c11131ea4f5af2e68a..e037fcb8e9041dd7bcb4f8115af350b299cb148d 100644 (file)
@@ -1,10 +1,11 @@
-<?php namespace BookStack\Exceptions;
+<?php
+
+namespace BookStack\Exceptions;
 
 use Exception;
 
 class JsonDebugException extends Exception
 {
-
     protected $data;
 
     /**
@@ -22,4 +23,4 @@ class JsonDebugException extends Exception
     {
         return response()->json($this->data);
     }
-}
\ No newline at end of file
+}