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.
2 parents c785428 + 7dbe66b commit e9f2bedCopy full SHA for e9f2bed
README.md
@@ -102,13 +102,13 @@ class VpsServerOrdered extends Notification
102
Additionally you can add recipients (single value or array)
103
104
``` php
105
- return (new MessagebirdMessage("Your {$notifiable->service} was ordered!"))->setRecipients($recipients);
+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);
+return (new MessagebirdMessage("Your {$notifiable->service} was ordered!"))->setReference($id);
112
113
114
## Changelog
0 commit comments