diff --git a/app/Http/Controllers/SRP/SRPController.php b/app/Http/Controllers/SRP/SRPController.php index e9a7f2fb9..44fa63d74 100644 --- a/app/Http/Controllers/SRP/SRPController.php +++ b/app/Http/Controllers/SRP/SRPController.php @@ -89,6 +89,8 @@ class SRPController extends Controller $tempFcName = strtolower($request->FC); $tempFcName = ucwords($tempFcName); + dd($request->character); + $ship = new SRPShip; $ship->character_id = $request->character; $ship->character_name = auth()->user()->name;