ёбаный в рот а файл забыл добавить

This commit is contained in:
veselcraft 2023-03-13 17:46:54 +03:00
parent 2ffa4fd916
commit eb439b278c
No known key found for this signature in database
GPG key ID: AED66BC1AC628A4E

View file

@ -1009,6 +1009,15 @@ class User extends RowModel
return true;
}
function updOnline(string $platform): bool
{
$this->setOnline(time());
$this->setClient_name($platform);
$this->save();
return true;
}
function changeEmail(string $email): void
{
DatabaseConnection::i()->getContext()->table("ChandlerUsers")