mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 10:51:28 +08:00
parent
7b0f599b48
commit
e49ffeea35
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user