Skip to content

Commit d75d588

Browse files
authored
Update README.md
1 parent f57475a commit d75d588

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
@@ -87,7 +87,7 @@ class TestOTPNotification extends Notification
8787

8888
public function toSms($notifiable)
8989
{
90-
return SmscRuMessage::create("Task #{$notifiable->id} is complete!");
90+
return 'Use 1234 as OTP for resetting your password.';
9191
}
9292
}
9393
```

0 commit comments

Comments
 (0)