aboutsummaryrefslogtreecommitdiff
path: root/classes/Mail.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/Mail.php')
-rw-r--r--classes/Mail.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/classes/Mail.php b/classes/Mail.php
index dcc5cf5..06c2eb6 100644
--- a/classes/Mail.php
+++ b/classes/Mail.php
@@ -28,5 +28,6 @@ class Mail extends Model {
/** {@inheritDoc} */
public
$table = 'mail',
- $fillable_columns = ['contactId', 'offerId', 'subject'];
+ $fillable_columns = ['contactId', 'offerId', 'subject'],
+ $timestamps = ['date'];
}