Skip to content

Commit

Permalink
fix client interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagleft committed Jan 29, 2021
1 parent b0e881e commit d9c07fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sagleft/utopialib-php",
"description": "PHP library for Utopia Network API",
"keywords": ["utopia", "lib", "php"],
"version": "1.0.21",
"version": "1.0.22",
"license" : "MIT",
"authors" : [
{
Expand Down
2 changes: 0 additions & 2 deletions src/ClientInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,4 @@ public function setChannelAsBookmarked($channelid = '', $bookmarked = true): boo
public function getChannelBannedContacts($channelid = '', $bookmarked = true): array;

public function applyChannelBannedContacts($channelid = '', $newList = '[]'): array;

public function getChannelBannedContacts($channelid = '', $bookmarked = true): array;
}

0 comments on commit d9c07fc

Please sign in to comment.