Skip to content

Commit 7ddcda2

Browse files
committed
rename include to select
1 parent 1430002 commit 7ddcda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Search/SearchQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public function take(int $count): static
177177
return $this;
178178
}
179179

180-
public function include(array $include): static
180+
public function select(array $include): static
181181
{
182182
array_map(Assert::stringNotEmpty(...), $include);
183183

0 commit comments

Comments
 (0)