X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/ccb2cb5b7cf0f4a3d21ddb87ec31ccde0d25b154..refs/pull/2700/head:/app/Exceptions/ApiAuthException.php diff --git a/app/Exceptions/ApiAuthException.php b/app/Exceptions/ApiAuthException.php index cc68ba8cf..36ea8be9d 100644 --- a/app/Exceptions/ApiAuthException.php +++ b/app/Exceptions/ApiAuthException.php @@ -2,6 +2,7 @@ namespace BookStack\Exceptions; -class ApiAuthException extends UnauthorizedException { +class ApiAuthException extends UnauthorizedException +{ -} \ No newline at end of file +}