1
0
mirror of https://github.com/flarum/core.git synced 2025-07-21 08:41:17 +02:00

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 3888f16893
commit 850f6ca331

View File

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