Update User\Model for log
This commit is contained in:
parent
4549617268
commit
b3be3c0745
1 changed files with 5 additions and 0 deletions
|
@ -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}";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue