We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc21ed7 + 482412d commit 2abe5e6Copy full SHA for 2abe5e6
src/Channels/TibberChannel.php
@@ -12,6 +12,7 @@ class TibberChannel
12
*/
13
public function send(object $notifiable, Notification $notification): void
14
{
15
+ // @phpstan-ignore-next-line
16
$payload = $notification->toTibber($notifiable);
17
Tibber::sendPushNotification($payload->title, $payload->message, $payload->screenToOpen);
18
0 commit comments