diff options
Diffstat (limited to 'core/namespace/ORM/Entities/Page.php')
-rw-r--r-- | core/namespace/ORM/Entities/Page.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/namespace/ORM/Entities/Page.php b/core/namespace/ORM/Entities/Page.php index 94e5ff5..96ff233 100644 --- a/core/namespace/ORM/Entities/Page.php +++ b/core/namespace/ORM/Entities/Page.php @@ -3,12 +3,9 @@ namespace ORM\Entities; use ORM\Entity; class Page extends Entity { - protected $id = FALSE; protected $user = FALSE; protected $slug = FALSE; protected $name = FALSE; protected $body = FALSE; protected $argv = FALSE; - protected $time_insert = FALSE; - protected $time_update = FALSE; } |