diff --git a/app/Models/Host.php b/app/Models/Host.php index 9a13f5b..9deef4e 100644 --- a/app/Models/Host.php +++ b/app/Models/Host.php @@ -219,7 +219,7 @@ public function cost($price = null, $auto = true): bool return true; } - public function addLog($type = 'drops', float $amount = 0) + public function addLog($type = 'drops', float $amount = 0): bool { if ($amount == 0) { return false;