Skip to content

Commit

Permalink
Remove useless support of bt
Browse files Browse the repository at this point in the history
  • Loading branch information
Carghaez committed Jul 28, 2017
1 parent 63cdff3 commit 1816755
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/EloquentBuilderTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ protected function applyFilter(Builder $queryBuilder, array $filter, $or = false
case 'gte':
$clauseOperator = $not ? '<' : '>=';
break;
case 'bt':
$clauseOperator = 'between';
break;
case 'lte':
$clauseOperator = $not ? '>' : '<=';
break;
Expand Down

0 comments on commit 1816755

Please sign in to comment.