diff --git a/app/Models/Account.php b/app/Models/Account.php index ab58b329738e..4e18792f8a62 100644 --- a/app/Models/Account.php +++ b/app/Models/Account.php @@ -621,7 +621,7 @@ class Account extends BaseModel public function getTrialDays() { - if ($this->payment_id) { + if ($this->payment_id || $this->is_migrated) { return 0; }