]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/UserRegistrationException.php
Merge pull request #5731 from BookStackApp/lexical_jul25
[bookstack] / app / Exceptions / UserRegistrationException.php
index 13a5ec1c31aaf9834cd7e11889047675e181d54b..e7ddb81c26e84c46da533404a23acc4a978353fd 100644 (file)
@@ -1,4 +1,7 @@
-<?php namespace BookStack\Exceptions;
+<?php
 
+namespace BookStack\Exceptions;
 
-class UserRegistrationException extends NotifyException {}
\ No newline at end of file
+class UserRegistrationException extends NotifyException
+{
+}