aboutsummaryrefslogtreecommitdiffstats
path: root/core/namespace/ORM/Entities/Post.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/namespace/ORM/Entities/Post.php')
-rw-r--r--core/namespace/ORM/Entities/Post.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/namespace/ORM/Entities/Post.php b/core/namespace/ORM/Entities/Post.php
index 6a52a1f..8403a65 100644
--- a/core/namespace/ORM/Entities/Post.php
+++ b/core/namespace/ORM/Entities/Post.php
@@ -3,10 +3,10 @@ namespace ORM\Entities;
use ORM\Entity;
class Post extends Entity {
- protected $user = FALSE;
- protected $category = FALSE;
- protected $slug = FALSE;
- protected $name = FALSE;
- protected $body = FALSE;
- protected $argv = FALSE;
+ protected $user;
+ protected $category;
+ protected $slug;
+ protected $name;
+ protected $body;
+ protected $argv;
}