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.
2 parents b01ee59 + 4cb8433 commit 8a53aafCopy full SHA for 8a53aaf
src/WebhookChannel.php
@@ -32,7 +32,7 @@ public function __construct(Client $client)
32
*/
33
public function send($notifiable, Notification $notification)
34
{
35
- if (! $url = $notifiable->routeNotificationFor('webhook')) {
+ if (! $url = $notifiable->routeNotificationFor('webhook', $notification)) {
36
return;
37
}
38
0 commit comments