Skip to content

Commit 2abe5e6

Browse files
authored
Merge pull request #3 from arnebr/feat-notification-channel
Feat-notification-channel
2 parents fc21ed7 + 482412d commit 2abe5e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Channels/TibberChannel.php

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class TibberChannel
1212
*/
1313
public function send(object $notifiable, Notification $notification): void
1414
{
15+
// @phpstan-ignore-next-line
1516
$payload = $notification->toTibber($notifiable);
1617
Tibber::sendPushNotification($payload->title, $payload->message, $payload->screenToOpen);
1718

0 commit comments

Comments
 (0)