We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b70874b commit 25d02deCopy full SHA for 25d02de
src/ThreadsAPI.php
@@ -32,7 +32,7 @@ protected function request($method, $data)
32
* @throws Exceptions\NotFoundException
33
* @throws Exceptions\BadResponseException
34
*/
35
- public function search_users($query, $rank_token=null, $page_token=null) {
+ public function searchUsers($query, $rank_token=null, $page_token=null) {
36
$payload = [
37
'query' => $query,
38
];
0 commit comments