]>
BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/ConfirmationEmailException.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Copying: Fixed issue with non-page links to page permalinks
[bookstack]
/
app
/
Exceptions
/
ConfirmationEmailException.php
diff --git
a/app/Exceptions/ConfirmationEmailException.php
b/app/Exceptions/ConfirmationEmailException.php
index 8736422c4e6cdee47ad439a16fa0b9ca2a487381..c39d4f592338add9044763811f48f923af30f878 100644
(file)
--- a/
app/Exceptions/ConfirmationEmailException.php
+++ b/
app/Exceptions/ConfirmationEmailException.php
@@
-1,4
+1,7
@@
-<?php
namespace BookStack\Exceptions;
+<?php
+namespace BookStack\Exceptions;
-class ConfirmationEmailException extends NotifyException {}
\ No newline at end of file
+class ConfirmationEmailException extends NotifyException
+{
+}