]>
BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/ApiAuthException.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Reviewed recycle bin API PR and made changes
[bookstack]
/
app
/
Exceptions
/
ApiAuthException.php
diff --git
a/app/Exceptions/ApiAuthException.php
b/app/Exceptions/ApiAuthException.php
index cc68ba8cf424c31c4f741e11aea34f9f50177a4e..360370de4109e723ed3446d5ff9de901fcc80556 100644
(file)
--- a/
app/Exceptions/ApiAuthException.php
+++ b/
app/Exceptions/ApiAuthException.php
@@
-2,6
+2,6
@@
namespace BookStack\Exceptions;
-class ApiAuthException extends UnauthorizedException {
-
-}
\ No newline at end of file
+class ApiAuthException extends UnauthorizedException
+{
+}