moon blade change

This commit is contained in:
2019-04-25 00:44:40 -05:00
parent 8065df9ab9
commit c6fe7256cb

View File

@@ -232,6 +232,7 @@ class MoonsAdminController extends Controller
$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
$system = $str_array[0];
$planet = $str_array[1];