Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
matchish authored and StyleCIBot committed Feb 23, 2024
1 parent 3985ffa commit 9184b09
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 9184b09

Please sign in to comment.