Skip to content

Commit 9cae165

Browse files
committed
Unwind fix
1 parent b5dd045 commit 9cae165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QueryBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ public function unwind(string $path, ?string $includeArrayIndex = null, bool $pr
450450
$unwind["includeArrayIndex"] = $includeArrayIndex;
451451
}
452452

453-
$this->unwind = [
453+
$this->unwind[] = [
454454
"\$unwind" => $unwind
455455
];
456456

0 commit comments

Comments
 (0)