order by stuff
This commit is contained in:
@@ -135,7 +135,7 @@ class MoonsAdminController extends Controller
|
|||||||
$this->validate($request, [
|
$this->validate($request, [
|
||||||
'remove' => 'required',
|
'remove' => 'required',
|
||||||
]);
|
]);
|
||||||
|
dd($request->remove);
|
||||||
$str_array = explode(" - ", $request->remove);
|
$str_array = explode(" - ", $request->remove);
|
||||||
|
|
||||||
//Decode the value for the SPM into a system, planet, and moon for the database to update
|
//Decode the value for the SPM into a system, planet, and moon for the database to update
|
||||||
|
|||||||
Reference in New Issue
Block a user