Skip to content

Commit b334882

Browse files
authored
Merge pull request #59 from boryn/fire-method-fix
Change not supported fire() to dispatch()
2 parents 7355bc4 + 2e1af19 commit b334882

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)