Skip to content

Commit

Permalink
doh
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell committed Nov 12, 2024
1 parent 43b78e5 commit a575472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Search/QueryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function getBaseItems()
return $this->transformResults($results);
}

public function transformResults()
public function transformResults($results)
{
if (! $this->withData) {
return $this->collect($results)
Expand Down

0 comments on commit a575472

Please sign in to comment.