Skip to content

Commit a03a01e

Browse files
committed
removed sortBy method from Search endpoint because it's not allowed anyway
1 parent cc624f3 commit a03a01e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/Endpoints/Search.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -160,14 +160,4 @@ public function filterBy(string $filter): Search
160160
return $this;
161161
}
162162

163-
/**
164-
* @param Sorting $sort
165-
* @return $this
166-
*/
167-
public function sortBy(Sorting $sort): Search
168-
{
169-
$this->sort = $sort;
170-
171-
return $this;
172-
}
173163
}

0 commit comments

Comments
 (0)