mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Added missing properties in User class (#782)
This commit is contained in:
parent
645cdb2515
commit
464966c9fb
1 changed files with 7 additions and 0 deletions
|
@ -84,6 +84,13 @@ class User
|
|||
* @var
|
||||
*/
|
||||
public $id;
|
||||
public $ip;
|
||||
public $lastvisit;
|
||||
public $regdate;
|
||||
public $opt;
|
||||
public $name;
|
||||
public $active;
|
||||
public $level;
|
||||
|
||||
/**
|
||||
* User constructor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue