From 3393995db8c3f191f064d2f0729b1af5fb889ee6 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 1 Aug 2016 08:04:48 +0200 Subject: Easier accessor/mutator in Model; refreshing braintree statuses --- classes/Mail.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'classes/Mail.php') 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']; } -- cgit v1.2.3