We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dca7cc commit c3bdee1Copy full SHA for c3bdee1
1 file changed
README.md
@@ -66,8 +66,7 @@ class InvoicePaid extends Notification
66
67
public function toSms77() {
68
return (new SMS77Message('Hallo!'))
69
- ->from('Max')
70
- ->debug();
+ ->from('Max');
71
}
72
73
```
@@ -80,7 +79,6 @@ class InvoicePaid extends Notification
80
79
- `from(string $from)`: Set senders name.
81
- `delay(string $timestamp)`: Delays message to given timestamp.
82
- `noReload()`: Disables reload lock.
83
-- `debug()`: Enables debug mode.
84
- `unicode()`: Sets message encoding to unicode.
85
- `flash()`: Sends SMS as flash message.
86
0 commit comments