order by stuff

This commit is contained in:
2019-06-04 20:55:51 -05:00
parent 7ad40daeb9
commit f360a72e75

View File

@@ -135,7 +135,7 @@ class MoonsAdminController extends Controller
$this->validate($request, [
'remove' => 'required',
]);
dd($request->remove);
$str_array = explode(" - ", $request->remove);
//Decode the value for the SPM into a system, planet, and moon for the database to update