aboutsummaryrefslogtreecommitdiffstats
path: root/core/namespace/ORM/Entities/Page.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/namespace/ORM/Entities/Page.php')
-rw-r--r--core/namespace/ORM/Entities/Page.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/namespace/ORM/Entities/Page.php b/core/namespace/ORM/Entities/Page.php
index 96ff233..1a65c01 100644
--- a/core/namespace/ORM/Entities/Page.php
+++ b/core/namespace/ORM/Entities/Page.php
@@ -3,9 +3,9 @@ namespace ORM\Entities;
use ORM\Entity;
class Page extends Entity {
- protected $user = FALSE;
- protected $slug = FALSE;
- protected $name = FALSE;
- protected $body = FALSE;
- protected $argv = FALSE;
+ protected $user;
+ protected $slug;
+ protected $name;
+ protected $body;
+ protected $argv;
}