Skip to content

Commit 6b4aafa

Browse files
committed
Ignore order
1 parent 5da9c7f commit 6b4aafa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4731,7 +4731,7 @@ public function createOrUpdateDocumentsWithIncrease(
47314731
)));
47324732
}
47334733

4734-
if ($old->getAttributes() === $document->getAttributes()) {
4734+
if ($old->getAttributes() == $document->getAttributes()) {
47354735
unset($documents[$key]);
47364736
continue;
47374737
}

0 commit comments

Comments
 (0)