Skip to content

Commit

Permalink
Update QueryRepository
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Apr 24, 2019
1 parent 94bf2cf commit b37ce4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QueryRepository.php
Expand Up @@ -192,7 +192,7 @@ public function combine()

foreach ($this->mixed->all() as $field => $child)
{
$children = $child->where($child->column())->in($ids);
$children = $child->andWhere($child->column())->in($ids);

$children = $this->execute($children)->items();

Expand Down

0 comments on commit b37ce4c

Please sign in to comment.