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', }; }