Skip to content

Commit

Permalink
fi bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Szymański committed Aug 8, 2019
1 parent 523d23c commit 934f90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ElasticEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ public function map($results, $model)

$builder = $model->usesSoftDelete() ? $model->withTrashed() : $model->newQuery();

$builder->select($columns);
//$builder->select($columns);

foreach ($results['scopes'] as $scope) {
$method = $scope['method'];
Expand Down

0 comments on commit 934f90a

Please sign in to comment.