update admin table

This commit is contained in:
2019-02-23 23:07:26 -06:00
parent b752696716
commit 84f4716d75

View File

@@ -239,7 +239,7 @@ class MoonsAdminController extends Controller
'FourthQuantity' => $moon->FourthQuantity,
'AlliancePrice' => $price['alliance'],
'OutOfAlliancePrice' => $price['outofalliance'],
'Renter' => $moon->RenterCorp,
'Renter' => $moon->RentalCorp,
'RentalEnd' => $rentalEnd,
'RowColor' => $color,
]);