From cf638fddb4d1351461bcdb0814c50b024b7bb617 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Mon, 13 Feb 2023 03:05:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=20=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E5=AD=97=E7=AC=A6=E4=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Models/Host.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Host.php b/app/Models/Host.php index 888a155..04dd692 100644 --- a/app/Models/Host.php +++ b/app/Models/Host.php @@ -161,7 +161,7 @@ public function getRenewPrice(): string 'annually' => bcmul($this->getPrice(), 12), 'biennially' => bcmul($this->getPrice(), 24), 'triennially' => bcmul($this->getPrice(), 36), - default => 0, + default => '0', }; }