Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit f4821d3

Browse files
authored
Update README.md
1 parent c8e6eab commit f4821d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ private function registerUserAndSendToken(User $user)
9393
// Custom, provider dependend logic for sending an authentication token
9494
// to the user. In the case of MessageBird Verify this could simply be
9595
// app(\MichaelDzjap\TwoFactorAuth\Contracts\TwoFactorProvider::class)->sendSMSToken($this->user)
96-
// Here we assume this function is called from a queue'd job called
96+
// Here we assume this function is called from a queue'd job
9797
dispatch(new SendSMSToken($user));
9898
}
9999
```

0 commit comments

Comments
 (0)