Update User\Model for log

This commit is contained in:
Visman 2021-01-18 23:20:04 +07:00
parent 4549617268
commit b3be3c0745

View file

@ -385,4 +385,9 @@ class Model extends DataModel
{
return '1' == $this->c->config->b_poll_enabled && ! $this->isGuest;
}
public function fLog(): string
{
return "id:{$this->id} gid:{$this->group_id} name:{$this->username}";
}
}