Skip to content

Commit

Permalink
Merge pull request #59 from boryn/fire-method-fix
Browse files Browse the repository at this point in the history
Change not supported fire() to dispatch()
  • Loading branch information
Kovah committed Mar 11, 2024
2 parents 7355bc4 + 2e1af19 commit b334882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PushoverChannel.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function send($notifiable, Notification $notification)

protected function fireFailedEvent($notifiable, $notification, $message)
{
$this->events->fire(
$this->events->dispatch(
new NotificationFailed($notifiable, $notification, 'pushover', [$message])
);
}
Expand Down

0 comments on commit b334882

Please sign in to comment.