srp admin controller

This commit is contained in:
2019-06-30 02:53:08 -05:00
parent 489161437a
commit 9326f2c4d0
5 changed files with 112 additions and 6 deletions

View File

@@ -67,6 +67,7 @@ class SRPController extends Controller
$ship->fleet_commander_id = $fcId[0]->character_id;
}
$ship->zkillboard = $request->zKillboard;
$ship->fleet_type = $request->FleetType;
$ship->ship_type = $request->ShipType;
$ship->loss_value = $lossValue;
$ship->save();