]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/PermissionsException.php
API: Added test to cover system info endpoint
[bookstack] / app / Exceptions / PermissionsException.php
index ae4c676d67812d6544c2234a3463c1521fcf0e78..64da55d21f4df08c153a049aef207c46575ba3d6 100644 (file)
@@ -1,6 +1,9 @@
-<?php namespace BookStack\Exceptions;
+<?php
 
+namespace BookStack\Exceptions;
 
 use Exception;
 
-class PermissionsException extends Exception {}
\ No newline at end of file
+class PermissionsException extends Exception
+{
+}