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:
veselcraft 2022-07-21 00:45:40 +03:00
parent 2e1ef59353
commit 0b63c25d9e
No known key found for this signature in database
GPG key ID: AED66BC1AC628A4E

View file

@ -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(); $this->requireUser();