moon rental update for admin
This commit is contained in:
@@ -209,11 +209,11 @@ class MoonsAdminController extends Controller
|
|||||||
'Planet' => $moon->Planet,
|
'Planet' => $moon->Planet,
|
||||||
'Moon' => $moon->Moon,
|
'Moon' => $moon->Moon,
|
||||||
'RentalEnd' => $moon->RentalEnd,
|
'RentalEnd' => $moon->RentalEnd,
|
||||||
])->first();
|
])->first()->toArray();
|
||||||
|
|
||||||
dd($contact);
|
dd($contact);
|
||||||
|
|
||||||
if(!isset($contact->Contact)) {
|
if(!isset($contact['Contact'])) {
|
||||||
$contact = 'None';
|
$contact = 'None';
|
||||||
} else {
|
} else {
|
||||||
//Get the name of the character
|
//Get the name of the character
|
||||||
|
|||||||
Reference in New Issue
Block a user