Merge pull request #141 from Ritikeshyadav/RitikeshFreeu

Ritikesh freeu
This commit is contained in:
Ritikeshyadav
2024-05-10 16:09:47 +05:30
committed by GitHub

View File

@@ -66,7 +66,7 @@ class MarketplaceFractionalRealEstateSeller extends Model
$bidArr[] = round(($bid->getAttributes()['total_purchase_value'] - $this->current_market_value_of_the_property)/$this->current_market_value_of_the_property * 100,3);
}
if($bidArr){
return (string)max($bidArr);
return max($bidArr);
}
return 0;
}