moon blade change

This commit is contained in:
2019-04-25 00:49:35 -05:00
parent a101dbb6cf
commit c491afb564

View File

@@ -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];