changed property of table in moonscontroller

This commit is contained in:
2018-10-25 23:42:36 -05:00
parent 5b27146f44
commit 716b77d625

View File

@@ -44,7 +44,7 @@ class MoonsController extends Controller
$html .= '<td>' . $moon->FourthOre . '</td>';
$html .= '<td>' . $moon->FourthQuantity . '</td>';
$html .= '<td>' . $price . '</td>';
$html .= '<td>' . $moon->Renter . '</td>';
$html .= '<td>' . $moon->RentalCorp . '</td>';
$html .= '<td>' . $rentalEnd . '</td>';
$html .= '</tr>';
}