]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/PermissionsException.php
Opensearch: Fixed XML declaration when php short tags enabled
[bookstack] / app / Exceptions / PermissionsException.php
index e2a8c53b4bcd927ff912495c16f013162866dc1b..64da55d21f4df08c153a049aef207c46575ba3d6 100644 (file)
@@ -1,8 +1,9 @@
-<?php namespace BookStack\Exceptions;
+<?php
+
+namespace BookStack\Exceptions;
 
 use Exception;
 
 class PermissionsException extends Exception
 {
-
 }