aboutsummaryrefslogtreecommitdiffstats
path: root/core/namespace/ORM/Entities/User.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/namespace/ORM/Entities/User.php')
-rw-r--r--core/namespace/ORM/Entities/User.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/core/namespace/ORM/Entities/User.php b/core/namespace/ORM/Entities/User.php
index 65d5345..78e03db 100644
--- a/core/namespace/ORM/Entities/User.php
+++ b/core/namespace/ORM/Entities/User.php
@@ -3,11 +3,11 @@ namespace ORM\Entities;
use ORM\Entity;
class User extends Entity {
- protected $slug = FALSE;
- protected $username = FALSE;
- protected $password = FALSE;
- protected $fullname = FALSE;
- protected $mailaddr = FALSE;
- protected $body = FALSE;
- protected $argv = FALSE;
+ protected $slug;
+ protected $username;
+ protected $password;
+ protected $fullname;
+ protected $mailaddr;
+ protected $body;
+ protected $argv;
}