mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
VKAPI: Rename Likes.remove to Likes.delete
The reason is simple - compatibility. That's why we're making VK compatible API :DDD
This commit is contained in:
parent
2e1ef59353
commit
0b63c25d9e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ final class Likes extends VKAPIRequestHandler
|
|||
}
|
||||
}
|
||||
|
||||
function remove(string $type, int $owner_id, int $item_id): object
|
||||
function delete(string $type, int $owner_id, int $item_id): object
|
||||
{
|
||||
$this->requireUser();
|
||||
|
||||
|
|
Loading…
Reference in a new issue