We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d3a66 commit f99ae76Copy full SHA for f99ae76
src/ExpoChannel.php
@@ -48,7 +48,7 @@ public function send($notifiable, Notification $notification)
48
}
49
50
/** @var ExpoMessage $message */
51
- if (! ($message = $notification->toExpo($notification)) instanceof ExpoMessage) {
+ if (! ($message = $notification->toExpo($notifiable)) instanceof ExpoMessage) {
52
throw CouldNotSendNotification::couldNotCreateMessage($notification);
53
54
0 commit comments