Skip to content

Commit

Permalink
removed method re-declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagleft committed Nov 9, 2020
1 parent 7b35834 commit 32943e7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -1508,12 +1508,4 @@ public function applyChannelBannedContacts($channelid = '', $newList = '[]'): ar
]), []
);
}

public function getChannelBannedContacts($channelid = '', $bookmarked = true): array {
return $this->checkResultVar(
$this->api_query('getChannelBannedContacts', [
'channelid' => $channelid
]), []
);
}
}

0 comments on commit 32943e7

Please sign in to comment.