Skip to content

Commit

Permalink
Merge pull request #3 from mgf145/laravel5
Browse files Browse the repository at this point in the history
Fix clauseEqual operator bug
  • Loading branch information
sedehi authored Oct 3, 2018
2 parents d77caad + 429021c commit de737ab
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 @@ -105,6 +105,8 @@ private function clauseEqual($query, $value){
$this->column = $value;
$this->value = request()->get($value);
$this->clause($query);
$this->operator = '=';

}

private function clauseOperator($query, $key, $value){
Expand Down

0 comments on commit de737ab

Please sign in to comment.