moon calc

This commit is contained in:
2020-04-02 02:59:33 -05:00
parent e07956a276
commit e5bf5692c1

View File

@@ -511,7 +511,6 @@ class MoonCalc {
//Add up all the percentages
$totalPerc = $firstPerc + $secondPerc + $thirdPerc + $fourthPerc;
dd($totalPerc);
//If it is less than 1.00, then we need to normalize the decimal to be 100.0%.
if($totalPerc < 1.00) {