From 45dce736ba5dbdbb29bbc274b07d088eb33d240c Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 14 Jul 2021 17:07:02 +1000 Subject: [PATCH] Fixes for fillables --- app/Models/Account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Account.php b/app/Models/Account.php index 5984d1f15e9d..cecd8847792e 100644 --- a/app/Models/Account.php +++ b/app/Models/Account.php @@ -54,7 +54,7 @@ class Account extends BaseModel 'deleted_at', 'promo_expires', 'discount_expires', - 'trial_started', + // 'trial_started', // 'plan_expires' ];