Skip to content

Commit

Permalink
Merge pull request #8 from mgh145/master
Browse files Browse the repository at this point in the history
fix a bug when using two between clauses after each other
  • Loading branch information
sedehi authored Aug 16, 2020
2 parents 74e17aa + 1ff5a0f commit 05f2f45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Filterable.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ public function scopeFilter($query, array $filter = null){
$this->clauseBetween($query, $key, $value);
}
}
$this->column = null;
$this->value = null;
}
}
}
Expand Down

0 comments on commit 05f2f45

Please sign in to comment.