diff options
Diffstat (limited to 'core/namespace/ORM/Entities/Post.php')
-rw-r--r-- | core/namespace/ORM/Entities/Post.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/namespace/ORM/Entities/Post.php b/core/namespace/ORM/Entities/Post.php index 080f01f..6a52a1f 100644 --- a/core/namespace/ORM/Entities/Post.php +++ b/core/namespace/ORM/Entities/Post.php @@ -3,13 +3,10 @@ namespace ORM\Entities; use ORM\Entity; class Post extends Entity { - protected $id = FALSE; protected $user = FALSE; protected $category = FALSE; protected $slug = FALSE; protected $name = FALSE; protected $body = FALSE; protected $argv = FALSE; - protected $time_insert = FALSE; - protected $time_update = FALSE; } |