Skip to content

Commit b43b83b

Browse files
authored
Update README.md
1 parent ae1cc57 commit b43b83b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,12 @@ class ExampleNotification extends Notification
7070
* optionally set the from address.
7171
* by default this comes from config/mail.from
7272
* ->from('no-reply@test.com', 'App name')
73-
*/
74-
73+
*/
7574
/**
7675
* optionally set the recipient.
7776
* by default it's $notifiable->email:
7877
* ->to('hello@example.com', 'Mr. Smith')
7978
*/
80-
8179
->payload([
8280
"template_var_1" => "template_value_1"
8381
]);

0 commit comments

Comments
 (0)