We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57475a commit d75d588Copy full SHA for d75d588
README.md
@@ -87,7 +87,7 @@ class TestOTPNotification extends Notification
87
88
public function toSms($notifiable)
89
{
90
- return SmscRuMessage::create("Task #{$notifiable->id} is complete!");
+ return 'Use 1234 as OTP for resetting your password.';
91
}
92
93
```
0 commit comments