Skip to content

Commit

Permalink
Update DiscordWebhookChannel.php
Browse files Browse the repository at this point in the history
  • Loading branch information
BSN4 committed Jan 31, 2020
1 parent 0450e44 commit bb283dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Channels/DiscordWebhookChannel.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public function send($notifiable, Notification $notification)
return;
}

dd('here');
return $this->http->post($url . '/slack', $this->buildJsonPayload(
$notification->toSlack($notifiable)
));
Expand Down

0 comments on commit bb283dc

Please sign in to comment.