aboutsummaryrefslogtreecommitdiffstats
path: root/core/namespace/User/Entity.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/namespace/User/Entity.php')
-rw-r--r--core/namespace/User/Entity.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/core/namespace/User/Entity.php b/core/namespace/User/Entity.php
deleted file mode 100644
index fdfaf9e..0000000
--- a/core/namespace/User/Entity.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-namespace User;
-
-class Entity extends \Entity {
- protected $id = FALSE;
- protected $slug = FALSE;
- protected $username = FALSE;
- protected $password = FALSE;
- protected $fullname = FALSE;
- protected $mailaddr = FALSE;
- protected $body = FALSE;
- protected $argv = FALSE;
- protected $time_insert = FALSE;
- protected $time_update = FALSE;
-}