From d994c13bf96df7f0f64461504267fe6da5ab56c1 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Wed, 8 Mar 2023 07:03:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Models/Host.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;