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 c15577e commit b065db5Copy full SHA for b065db5
src/WebPushChannel.php
@@ -39,7 +39,7 @@ public function __construct(WebPush $webPush, ReportHandlerInterface $reportHand
39
public function send($notifiable, Notification $notification)
40
{
41
/** @var \Illuminate\Database\Eloquent\Collection $subscriptions */
42
- $subscriptions = $notifiable->routeNotificationFor('WebPush');
+ $subscriptions = $notifiable->routeNotificationFor('WebPush', $notification);
43
44
if (empty($subscriptions)) {
45
return;
0 commit comments