X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/aea5319256b0bb0729f651b7fbcb99b22c631182..refs/pull/3693/head:/app/Auth/Access/UserInviteService.php diff --git a/app/Auth/Access/UserInviteService.php b/app/Auth/Access/UserInviteService.php index 8e04d7b22..d884cd636 100644 --- a/app/Auth/Access/UserInviteService.php +++ b/app/Auth/Access/UserInviteService.php @@ -1,4 +1,6 @@ -createTokenForUser($user); $user->notify(new UserInvite($token)); } - }