diff options
Diffstat (limited to 'core/namespace/ORM/Entities/User.php')
-rw-r--r-- | core/namespace/ORM/Entities/User.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/namespace/ORM/Entities/User.php b/core/namespace/ORM/Entities/User.php index f0c9a1f..65d5345 100644 --- a/core/namespace/ORM/Entities/User.php +++ b/core/namespace/ORM/Entities/User.php @@ -3,7 +3,6 @@ namespace ORM\Entities; use ORM\Entity; class User extends Entity { - protected $id = FALSE; protected $slug = FALSE; protected $username = FALSE; protected $password = FALSE; @@ -11,6 +10,4 @@ class User extends Entity { protected $mailaddr = FALSE; protected $body = FALSE; protected $argv = FALSE; - protected $time_insert = FALSE; - protected $time_update = FALSE; } |