You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-11Lines changed: 0 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,17 +91,6 @@ public function routeNotificationForPushbullet()
91
91
}
92
92
```
93
93
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
-
105
94
### `via` Method
106
95
On notification entity just add `\NotificationChannels\Pushbullet\PushbulletChannel::class` item to array that is returned from `via` method.
0 commit comments