moon blade change
This commit is contained in:
@@ -231,8 +231,7 @@ class MoonsAdminController extends Controller
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
$str_array = explode(" - ", $request->paid);
|
$str_array = explode(" - ", $request->paid);
|
||||||
|
|
||||||
dd($str_array);
|
|
||||||
//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
|
||||||
$system = $str_array[0];
|
$system = $str_array[0];
|
||||||
$planet = $str_array[1];
|
$planet = $str_array[1];
|
||||||
|
|||||||
Reference in New Issue
Block a user