mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
ёбаный в рот а файл забыл добавить
This commit is contained in:
parent
2ffa4fd916
commit
eb439b278c
1 changed files with 9 additions and 0 deletions
|
@ -1009,6 +1009,15 @@ class User extends RowModel
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function updOnline(string $platform): bool
|
||||||
|
{
|
||||||
|
$this->setOnline(time());
|
||||||
|
$this->setClient_name($platform);
|
||||||
|
$this->save();
|
||||||
|
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
function changeEmail(string $email): void
|
function changeEmail(string $email): void
|
||||||
{
|
{
|
||||||
DatabaseConnection::i()->getContext()->table("ChandlerUsers")
|
DatabaseConnection::i()->getContext()->table("ChandlerUsers")
|
||||||
|
|
Loading…
Reference in a new issue