Skip to content

Commit c3bdee1

Browse files
authored
Update README.md
removed obsolete debug parameter
1 parent 7dca7cc commit c3bdee1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ class InvoicePaid extends Notification
6666

6767
public function toSms77() {
6868
return (new SMS77Message('Hallo!'))
69-
->from('Max')
70-
->debug();
69+
->from('Max');
7170
}
7271
}
7372
```
@@ -80,7 +79,6 @@ class InvoicePaid extends Notification
8079
- `from(string $from)`: Set senders name.
8180
- `delay(string $timestamp)`: Delays message to given timestamp.
8281
- `noReload()`: Disables reload lock.
83-
- `debug()`: Enables debug mode.
8482
- `unicode()`: Sets message encoding to unicode.
8583
- `flash()`: Sends SMS as flash message.
8684

0 commit comments

Comments
 (0)