]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/ConfirmationEmailException.php
Updated styles to use logical properties/values
[bookstack] / app / Exceptions / ConfirmationEmailException.php
index 8736422c4e6cdee47ad439a16fa0b9ca2a487381..71407b3c0f1fe95167f2b272e266ae13c46840af 100644 (file)
@@ -1,4 +1,6 @@
 <?php namespace BookStack\Exceptions;
 
+class ConfirmationEmailException extends NotifyException
+{
 
-class ConfirmationEmailException extends NotifyException {}
\ No newline at end of file
+}