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 e694af4 commit 5360f79Copy full SHA for 5360f79
README.md
@@ -99,6 +99,18 @@ class VpsServerOrdered extends Notification
99
}
100
```
101
102
+Additionally you can add recipients (single value or array)
103
+
104
+``` php
105
+ return (new MessagebirdMessage("Your {$notifiable->service} was ordered!"))->setRecipients($recipients);
106
+```
107
108
+In order to handle a status report you can also set a reference
109
110
111
+ return (new MessagebirdMessage("Your {$notifiable->service} was ordered!"))->setReference($id);
112
113
114
## Changelog
115
116
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
0 commit comments