improvements

This commit is contained in:
Kevin Papst
2016-10-27 08:13:59 +02:00
parent b72fd888b1
commit 55ac11d517
12 changed files with 297 additions and 109 deletions

View File

@@ -68,23 +68,6 @@ class User implements UserInterface
*/
private $passwordresethash;
/**
* FIXME remove me
*
* @var integer
*
* @ORM\Column(name="ban", type="integer", nullable=false)
*/
private $ban = '0';
/**
* FIXME remove me
* @var integer
*
* @ORM\Column(name="banTime", type="integer", nullable=false)
*/
private $bantime = '0';
/**
* @var string
*
@@ -111,6 +94,8 @@ class User implements UserInterface
private $lastactivity = '1';
/**
* FIXME manytoone
*
* @var integer
*
* @ORM\Column(name="lastRecord", type="integer", nullable=false)