]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/ApiAuthException.php
Added more complexity in an attempt to make ldap host failover fit
[bookstack] / app / Exceptions / ApiAuthException.php
index cc68ba8cf424c31c4f741e11aea34f9f50177a4e..360370de4109e723ed3446d5ff9de901fcc80556 100644 (file)
@@ -2,6 +2,6 @@
 
 namespace BookStack\Exceptions;
 
-class ApiAuthException extends UnauthorizedException {
-
-}
\ No newline at end of file
+class ApiAuthException extends UnauthorizedException
+{
+}