troubleshooting

This commit is contained in:
2018-10-25 23:56:29 -05:00
parent 233a0f1e66
commit c998962ed8

View File

@@ -26,6 +26,7 @@ class MoonsController extends Controller
//declare the html variable and set it to null
$html = '';
foreach($moons as $moon) {
dd($moon->FirstOre);
//Setup formats as needed
$spm = $moon->System . ' - ' . $moon->Planet . ' - ' . $moon->Moon;
$rentalEnd = date('d.m.Y', $moon->RentalEnd);