Skip to content

Commit 57843aa

Browse files
authored
Removed deprecated option from README
1 parent 0c5c963 commit 57843aa

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -91,17 +91,6 @@ public function routeNotificationForPushbullet()
9191
}
9292
```
9393

94-
#### Fourth option (**deprecated**):
95-
Although, this option is not recommended, you might just return a string (email or device id) and library will do its best to determine if it is email or device id.
96-
97-
**Warning!** This option doesn't give you possibility to have channel tag guessed, only email or device id.
98-
```php
99-
public function routeNotificationForPushbullet()
100-
{
101-
return $this->email;
102-
}
103-
```
104-
10594
### `via` Method
10695
On notification entity just add `\NotificationChannels\Pushbullet\PushbulletChannel::class` item to array that is returned from `via` method.
10796

0 commit comments

Comments
 (0)