Skip to content

Commit c34353f

Browse files
Remove ray calls
1 parent ebb01b7 commit c34353f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function search(): array
8585
$params['from'] = $this->from;
8686
}
8787

88-
return ray()->pass($this->client->search($params));
88+
return $this->client->search($params);
8989
}
9090

9191
public function index(string $searchIndex): static

0 commit comments

Comments
 (0)