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 d3417c5 commit 35c7ce5Copy full SHA for 35c7ce5
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