summaryrefslogtreecommitdiff
path: root/src/Model/Event.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Model/Event.php')
-rw-r--r--src/Model/Event.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Model/Event.php b/src/Model/Event.php
index aa235f9..b4c131e 100644
--- a/src/Model/Event.php
+++ b/src/Model/Event.php
@@ -14,6 +14,9 @@ class Event
public int $villageId;
+ public \DateTime $createdAt;
+ public \DateTime $updatedAt;
+
/* OOP */