Skip to content

Commit 0c08966

Browse files
committed
Fix missing set
1 parent 5264f5c commit 0c08966

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Database/Mirror.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,8 @@ public function createDocuments(
556556
int $batchSize = self::INSERT_BATCH_SIZE,
557557
?callable $onNext = null,
558558
): int {
559+
$modified = 0;
560+
559561
$this->source->createDocuments(
560562
$collection,
561563
$documents,

0 commit comments

Comments
 (0)