Skip to content

Commit

Permalink
Merge pull request #270 from matchish/analysis-W6ZNkN
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
matchish authored Feb 23, 2024
2 parents 3985ffa + 9184b09 commit 9b675df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Engines/ElasticSearchEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public function map(BaseBuilder $builder, $results, $model)
$hits = app()->makeWith(
HitsIteratorAggregate::class,
[
'results' => $results,
'results' => $results,
'callback' => $builder->queryCallback,
]
);
Expand Down

0 comments on commit 9b675df

Please sign in to comment.