Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
markvaneijk committed Oct 10, 2023
1 parent 042c96b commit 07f9977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Listeners/SendCheckFailedNotification.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function handle(CheckFailed $event)

$notifiable->notify($notification);

$this->setNotificationTime($check);
$this->setNotificationTime($event->check);
}

protected function setNotificationTime(Check $check): int
Expand Down

0 comments on commit 07f9977

Please sign in to comment.