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 ae1cc57 commit b43b83bCopy full SHA for b43b83b
README.md
@@ -70,14 +70,12 @@ class ExampleNotification extends Notification
70
* optionally set the from address.
71
* by default this comes from config/mail.from
72
* ->from('no-reply@test.com', 'App name')
73
- */
74
-
+ */
75
/**
76
* optionally set the recipient.
77
* by default it's $notifiable->email:
78
* ->to('hello@example.com', 'Mr. Smith')
79
*/
80
81
->payload([
82
"template_var_1" => "template_value_1"
83
]);
0 commit comments