aboutsummaryrefslogtreecommitdiffstats
path: root/core/namespace/ORM/Entities/Category.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/namespace/ORM/Entities/Category.php')
-rw-r--r--core/namespace/ORM/Entities/Category.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/namespace/ORM/Entities/Category.php b/core/namespace/ORM/Entities/Category.php
index 17560a7..cf3ca5f 100644
--- a/core/namespace/ORM/Entities/Category.php
+++ b/core/namespace/ORM/Entities/Category.php
@@ -3,12 +3,9 @@ namespace ORM\Entities;
use ORM\Entity;
class Category extends Entity {
- protected $id = FALSE;
protected $parent = FALSE;
protected $slug = FALSE;
protected $name = FALSE;
protected $body = FALSE;
protected $argv = FALSE;
- protected $time_insert = FALSE;
- protected $time_update = FALSE;
}