Skip to content

Commit

Permalink
Update to use dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
parkourben99 authored Aug 29, 2019
1 parent f9ddae2 commit 3572b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ClickSendChannel.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function send($notifiable, Notification $notification)

if (empty($result['success']))
{
$this->events->fire(
$this->events->dispatch(
new NotificationFailed($notifiable, $notification, get_class($this), $result)
);

Expand Down

0 comments on commit 3572b03

Please sign in to comment.