]> BookStack Code Mirror - bookstack/blobdiff - app/Auth/Access/UserInviteService.php
Update settings.php
[bookstack] / app / Auth / Access / UserInviteService.php
index 8e04d7b224b6039fb0c843e343aee9a1958dd371..20519fc7d4b98ae9f772a5387deb7fdfe9b84984 100644 (file)
@@ -19,5 +19,4 @@ class UserInviteService extends UserTokenService
         $token = $this->createTokenForUser($user);
         $user->notify(new UserInvite($token));
     }
-
 }