mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
API: fix crash account.setOnline (#172)
This commit is contained in:
parent
d52125ac7e
commit
4f59264861
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ final class Account extends VKAPIRequestHandler
|
|||
];
|
||||
}
|
||||
|
||||
function setOnline(): object
|
||||
function setOnline(): int
|
||||
{
|
||||
$this->requireUser();
|
||||
|
||||
|
|
Loading…
Reference in a new issue