]> BookStack Code Mirror - bookstack/blobdiff - app/Auth/Access/RegistrationService.php
Fixes for CodeStyle vol.2
[bookstack] / app / Auth / Access / RegistrationService.php
index 4c8b53c0d786e5f9c938773dbce9fb01e38fdbbb..16e3edbb44e8dc799c4bd3939a358d5d3b9b28df 100644 (file)
@@ -88,6 +88,7 @@ class RegistrationService
                 session()->flash('sent-email-confirmation', true);
             } catch (Exception $e) {
                 $message = trans('auth.email_confirm_send_error');
+
                 throw new UserRegistrationException($message, '/register/confirm');
             }
         }