diff --git a/framework/core/src/Notification/Command/ReadNotificationHandler.php b/framework/core/src/Notification/Command/ReadNotificationHandler.php index f26cb7712..a06817a58 100644 --- a/framework/core/src/Notification/Command/ReadNotificationHandler.php +++ b/framework/core/src/Notification/Command/ReadNotificationHandler.php @@ -39,7 +39,7 @@ class ReadNotificationHandler ]) ->update(['read_at' => Carbon::now()]); - $notification->is_read = true; + $notification->read_at = Carbon::now(); return $notification; }