Skip to content

Commit

Permalink
Unwind fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TCB13 committed Nov 4, 2019
1 parent b5dd045 commit 9cae165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QueryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ public function unwind(string $path, ?string $includeArrayIndex = null, bool $pr
$unwind["includeArrayIndex"] = $includeArrayIndex;
}

$this->unwind = [
$this->unwind[] = [
"\$unwind" => $unwind
];

Expand Down

0 comments on commit 9cae165

Please sign in to comment.