]> BookStack Code Mirror - bookstack/blobdiff - app/Exceptions/UserRegistrationException.php
Apply fixes from StyleCI
[bookstack] / app / Exceptions / UserRegistrationException.php
index 953abb96db2caac51abfa8298619033f28eccb78..e7ddb81c26e84c46da533404a23acc4a978353fd 100644 (file)
@@ -1,6 +1,7 @@
-<?php namespace BookStack\Exceptions;
+<?php
+
+namespace BookStack\Exceptions;
 
 class UserRegistrationException extends NotifyException
 {
-
 }