Skip to content

Commit 5fa32aa

Browse files
committed
comment
1 parent 9f20fd5 commit 5fa32aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Database/Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5837,7 +5837,7 @@ public function deleteDocuments(
58375837
$last = $batch[array_key_last($batch)];
58385838
$cursor = $last->getId();
58395839
/**
5840-
* Since we delete data, no cursor will be found later on
5840+
* Since we delete data, no cursor will be found later on so we need to assign a payload
58415841
* Independent Cursor data regardless to find selects queries
58425842
* todo: add specific selects... (order by , $id, $internalId))
58435843
* Do we need silent here?

0 commit comments

Comments
 (0)