mirror of
https://github.com/flarum/core.git
synced 2025-07-23 17:51:24 +02:00
@@ -100,7 +100,7 @@ class NotificationSyncer
|
||||
// removed from this collection by the above loop. Un-delete the
|
||||
// existing records that we want to keep.
|
||||
if (count($toDelete)) {
|
||||
$this->setDeleted($toDelete->lists('id'), true);
|
||||
$this->setDeleted($toDelete->lists('id')->all(), true);
|
||||
}
|
||||
|
||||
if (count($toUndelete)) {
|
||||
|
Reference in New Issue
Block a user