Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
chore: remove unused removed method
Browse files Browse the repository at this point in the history
  • Loading branch information
wellingguzman committed Jan 21, 2019
1 parent 5422436 commit 1f7e8e7
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1249,9 +1249,6 @@ protected function parseDotFilters(Builder $mainQuery, array $filters)
$column = $collection->getPrimaryField()->getName();
}

if ($field->isManyToMany()) {
}

$query->columns([$selectColumn]);
$query->from($table);
$query->whereIn($column, $oldQuery);
Expand Down

0 comments on commit 1f7e8e7

Please sign in to comment.