update moon modification
This commit is contained in:
@@ -304,7 +304,7 @@ class MoonsAdminController extends Controller
|
|||||||
'System' => $system,
|
'System' => $system,
|
||||||
'Planet' => $planet,
|
'Planet' => $planet,
|
||||||
'Moon' => $mn,
|
'Moon' => $mn,
|
||||||
'RentalCorp' => $request->renter,
|
'RentalCorp' => $renter,
|
||||||
'RentalEnd' => $date,
|
'RentalEnd' => $date,
|
||||||
'Contact' => $contact,
|
'Contact' => $contact,
|
||||||
'Price' => $price['alliance'],
|
'Price' => $price['alliance'],
|
||||||
@@ -322,7 +322,7 @@ class MoonsAdminController extends Controller
|
|||||||
'System' => $system,
|
'System' => $system,
|
||||||
'Planet' => $planet,
|
'Planet' => $planet,
|
||||||
'Moon' => $mn,
|
'Moon' => $mn,
|
||||||
'RentalCorp' => $request->renter,
|
'RentalCorp' => $renter,
|
||||||
'RentalEnd' => $date,
|
'RentalEnd' => $date,
|
||||||
'Contact' => $contact,
|
'Contact' => $contact,
|
||||||
'Price' => $price['outofalliance'],
|
'Price' => $price['outofalliance'],
|
||||||
@@ -345,7 +345,7 @@ class MoonsAdminController extends Controller
|
|||||||
$store->System = $system;
|
$store->System = $system;
|
||||||
$store->Planet = $planet;
|
$store->Planet = $planet;
|
||||||
$store->Moon = $mn;
|
$store->Moon = $mn;
|
||||||
$store->RentalCorp = $request->renter;
|
$store->RentalCorp = $renter;
|
||||||
$store->RentalEnd = $date;
|
$store->RentalEnd = $date;
|
||||||
$store->Contact = $contact;
|
$store->Contact = $contact;
|
||||||
$store->Price = $price['alliance'];
|
$store->Price = $price['alliance'];
|
||||||
@@ -357,7 +357,7 @@ class MoonsAdminController extends Controller
|
|||||||
$store->System = $system;
|
$store->System = $system;
|
||||||
$store->Planet = $planet;
|
$store->Planet = $planet;
|
||||||
$store->Moon = $mn;
|
$store->Moon = $mn;
|
||||||
$store->RentalCorp = $request->renter;
|
$store->RentalCorp = $renter;
|
||||||
$store->RentalEnd = $date;
|
$store->RentalEnd = $date;
|
||||||
$store->Contact = $contact;
|
$store->Contact = $contact;
|
||||||
$store->Price = $price['outofalliance'];
|
$store->Price = $price['outofalliance'];
|
||||||
|
|||||||
Reference in New Issue
Block a user