Skip to content

Commit 2e1af19

Browse files
committed
Change not supported fire() to dispatch()
1 parent 7355bc4 commit 2e1af19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PushoverChannel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function send($notifiable, Notification $notification)
5555

5656
protected function fireFailedEvent($notifiable, $notification, $message)
5757
{
58-
$this->events->fire(
58+
$this->events->dispatch(
5959
new NotificationFailed($notifiable, $notification, 'pushover', [$message])
6060
);
6161
}

0 commit comments

Comments
 (0)