]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/UserRegistrationException.php
Add footer element, styles, and associated settings
[bookstack] / app / Exceptions / UserRegistrationException.php
index 13a5ec1c31aaf9834cd7e11889047675e181d54b..953abb96db2caac51abfa8298619033f28eccb78 100644 (file)
@@ -1,4 +1,6 @@
 <?php namespace BookStack\Exceptions;
 
+class UserRegistrationException extends NotifyException
+{
 
-class UserRegistrationException extends NotifyException {}
\ No newline at end of file
+}