view update
This commit is contained in:
@@ -83,7 +83,7 @@ class MoonsAdminController extends Controller
|
|||||||
//Get the request data which holds all of the information for the request user
|
//Get the request data which holds all of the information for the request user
|
||||||
$moon = AllianceMoonRequest::where([
|
$moon = AllianceMoonRequest::where([
|
||||||
'id' => $request->id,
|
'id' => $request->id,
|
||||||
])->get();
|
])->first();
|
||||||
//Setup the mail body
|
//Setup the mail body
|
||||||
$body = 'The moon request for ' . $moon->System . ' - ' . $moon->Planet . ' - ' . $moon->Moon . ' has changed status.<br>';
|
$body = 'The moon request for ' . $moon->System . ' - ' . $moon->Planet . ' - ' . $moon->Moon . ' has changed status.<br>';
|
||||||
$body .= 'The request has been ' . $request->status . '.<br>';
|
$body .= 'The request has been ' . $request->status . '.<br>';
|
||||||
|
|||||||
Reference in New Issue
Block a user