diff --git a/app/Models/Host.php b/app/Models/Host.php index 20b9d60..1ab4af9 100644 --- a/app/Models/Host.php +++ b/app/Models/Host.php @@ -215,9 +215,9 @@ public function isNextMonthCancel(): bool public function cost( string $amount = null, $auto = true, $description = null ): bool { - if ($this->isTrial() && ! $this->trial_ends_at->isPast()) { - return true; - } + // if ($this->isTrial() && $this->trial_ends_at->()) { + // return true; + // } $this->load('user'); $user = $this->user;