Update local copy of notification when marking as read

This commit is contained in:
Toby Zerner 2015-09-23 10:51:32 +09:30
parent 858feb5ac0
commit 273461040c

View File

@ -38,6 +38,8 @@ class ReadNotificationHandler
])
->update(['is_read' => true]);
$notification->is_read = true;
return $notification;
}
}