update to moon blade

This commit is contained in:
2019-02-23 21:52:53 -06:00
parent 9b0eb015f6
commit 3ad9cc97a7

View File

@@ -60,7 +60,7 @@ class MoonsController extends Controller
//Add the data to the html string to be passed to the view
array_push($table, [
'SPM' => $spm,
'StructureName' => $moon->StrucutreName,
'StructureName' => $moon->StructureName,
'FirstOre' => $moon->FirstOre,
'FirstQuantity' => $moon->FirstQuantity,
'SecondOre' => $moon->SecondOre,