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
|
||||||
@@ -210,7 +210,7 @@ class MoonsAdminController extends Controller
|
|||||||
'date' => 'required',
|
'date' => 'required',
|
||||||
'contact' => 'required',
|
'contact' => 'required',
|
||||||
]);
|
]);
|
||||||
|
dd($request->spmn);
|
||||||
//Decode the System, Planet, Moon, Name combinatio sent from the controller
|
//Decode the System, Planet, Moon, Name combinatio sent from the controller
|
||||||
$str_array = explode(" - ", $request->spmn);
|
$str_array = explode(" - ", $request->spmn);
|
||||||
$system = $str_array[0];
|
$system = $str_array[0];
|
||||||
|
|||||||
Reference in New Issue
Block a user