]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/ConfirmationEmailException.php
respective book and chapter structure added.
[bookstack] / app / Exceptions / ConfirmationEmailException.php
index 8736422c4e6cdee47ad439a16fa0b9ca2a487381..c39d4f592338add9044763811f48f923af30f878 100644 (file)
@@ -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
+{
+}