X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/3acea12f1c0013be4f1e3994cae2ea662e43bb4e..refs/pull/2393/head:/app/Auth/Access/UserInviteService.php diff --git a/app/Auth/Access/UserInviteService.php b/app/Auth/Access/UserInviteService.php index 8e04d7b22..20519fc7d 100644 --- a/app/Auth/Access/UserInviteService.php +++ b/app/Auth/Access/UserInviteService.php @@ -19,5 +19,4 @@ class UserInviteService extends UserTokenService $token = $this->createTokenForUser($user); $user->notify(new UserInvite($token)); } - }