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

Commit 7f9c829

Browse files
authored
Update README.md
1 parent e6d3b28 commit 7f9c829

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
@@ -120,7 +120,7 @@ private function registerUserAndSendToken(User $user)
120120
{
121121
// Custom, provider dependend logic for sending an authentication token
122122
// to the user. In the case of MessageBird Verify this could simply be
123-
// app(\MichaelDzjap\TwoFactorAuth\Contracts\TwoFactorProvider::class)->sendSMSToken($this->user)
123+
// resolve(TwoFactorProvider::class)->sendSMSToken($this->user)
124124
// Here we assume this function is called from a queue'd job
125125
dispatch(new SendSMSToken($user));
126126
}

0 commit comments

Comments
 (0)