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' ];