From 07f997701c06e90305697714c3ab28a782cdd857 Mon Sep 17 00:00:00 2001 From: Mark van Eijk Date: Tue, 10 Oct 2023 20:17:54 +0200 Subject: [PATCH] wip --- src/Listeners/SendCheckFailedNotification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Listeners/SendCheckFailedNotification.php b/src/Listeners/SendCheckFailedNotification.php index 220a798..d8854e1 100644 --- a/src/Listeners/SendCheckFailedNotification.php +++ b/src/Listeners/SendCheckFailedNotification.php @@ -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