]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/NotifyException.php
Set /app PHP code to PSR-2 standard
[bookstack] / app / Exceptions / NotifyException.php
index 113100b6be1002d28e041421454c9521c4223359..df96b5d12d204c660fc06b36bbe7cd2bf7baaeaf 100644 (file)
@@ -1,6 +1,5 @@
 <?php namespace BookStack\Exceptions;
 
-
 class NotifyException extends \Exception
 {
 
@@ -18,4 +17,4 @@ class NotifyException extends \Exception
         $this->redirectLocation = $redirectLocation;
         parent::__construct();
     }
-}
\ No newline at end of file
+}