troubleshooting
This commit is contained in:
@@ -26,6 +26,7 @@ class MoonsController extends Controller
|
|||||||
//declare the html variable and set it to null
|
//declare the html variable and set it to null
|
||||||
$html = '';
|
$html = '';
|
||||||
foreach($moons as $moon) {
|
foreach($moons as $moon) {
|
||||||
|
dd($moon->FirstOre);
|
||||||
//Setup formats as needed
|
//Setup formats as needed
|
||||||
$spm = $moon->System . ' - ' . $moon->Planet . ' - ' . $moon->Moon;
|
$spm = $moon->System . ' - ' . $moon->Planet . ' - ' . $moon->Moon;
|
||||||
$rentalEnd = date('d.m.Y', $moon->RentalEnd);
|
$rentalEnd = date('d.m.Y', $moon->RentalEnd);
|
||||||
|
|||||||
Reference in New Issue
Block a user