moon admin controller

This commit is contained in:
2019-05-05 21:06:18 -05:00
parent 0fd2520e45
commit 1f568af877

View File

@@ -232,7 +232,6 @@ class MoonsAdminController extends Controller
$corpId = $lookup->LookupCorporationId($rental->Contact);
$allianceId = $lookup->LookupCorporation($corpId);
$ticker = $lookup->LookupAllianceTicker($allianceId);
dd($ticker);
}
//Set the color for the table
@@ -247,7 +246,7 @@ class MoonsAdminController extends Controller
//Calculate hte price of the moon based on what is in the moon
$price = $moonCalc->SpatialMoonsOnlyGoo($moon->FirstOre, $moon->FirstQuantity, $moon->SecondOre, $moon->SecondQuantity, $moon->ThirdOre, $moon->ThirdQuantity, $moon->FourthOre, $moon->FourthQuantity);
dd($ticker);
//Add the data to the html string to be passed to the view
array_push($table, [
'SPM' => $moon->System . ' - ' . $moon->Planet . ' - ' . $moon->Moon,