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.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/namespace/ORM/Entities/Category.php b/core/namespace/ORM/Entities/Category.php
index cf3ca5f..e8c4496 100644
--- a/core/namespace/ORM/Entities/Category.php
+++ b/core/namespace/ORM/Entities/Category.php
@@ -3,9 +3,9 @@ namespace ORM\Entities;
use ORM\Entity;
class Category extends Entity {
- protected $parent = FALSE;
- protected $slug = FALSE;
- protected $name = FALSE;
- protected $body = FALSE;
- protected $argv = FALSE;
+ protected $parent;
+ protected $slug;
+ protected $name;
+ protected $body;
+ protected $argv;
}