]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/ApiAuthException.php
Add base64 image support
[bookstack] / app / Exceptions / ApiAuthException.php
index cc68ba8cf424c31c4f741e11aea34f9f50177a4e..36ea8be9de5dc8b2bbe3232483b25c3da68ad491 100644 (file)
@@ -2,6 +2,7 @@
 
 namespace BookStack\Exceptions;
 
-class ApiAuthException extends UnauthorizedException {
+class ApiAuthException extends UnauthorizedException
+{
 
-}
\ No newline at end of file
+}