]>
BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/SocialDriverNotConfigured.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added additional testing for editor switching permissions
[bookstack]
/
app
/
Exceptions
/
SocialDriverNotConfigured.php
diff --git
a/app/Exceptions/SocialDriverNotConfigured.php
b/app/Exceptions/SocialDriverNotConfigured.php
index 20a26c4c9036f30d7a2c5d29dc37540fca2259f4..c6f182b5556eadf9064855d9ec222b4290567bd9 100644
(file)
--- a/
app/Exceptions/SocialDriverNotConfigured.php
+++ b/
app/Exceptions/SocialDriverNotConfigured.php
@@
-1,4
+1,7
@@
-<?php
namespace BookStack\Exceptions;
+<?php
+namespace BookStack\Exceptions;
-class SocialDriverNotConfigured extends PrettyException {}
\ No newline at end of file
+class SocialDriverNotConfigured extends PrettyException
+{
+}