mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -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
|
* @var
|
||||||
*/
|
*/
|
||||||
public $id;
|
public $id;
|
||||||
|
public $ip;
|
||||||
|
public $lastvisit;
|
||||||
|
public $regdate;
|
||||||
|
public $opt;
|
||||||
|
public $name;
|
||||||
|
public $active;
|
||||||
|
public $level;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* User constructor
|
* User constructor
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue