srp form update

This commit is contained in:
2019-07-16 23:04:35 -05:00
parent e899dad637
commit 4b7feb9b5b

View File

@@ -78,7 +78,7 @@ class SRPController extends Controller
'LossValue' => 'required', 'LossValue' => 'required',
'ShipType' => 'required', 'ShipType' => 'required',
]); ]);
dd($request->character);
//See if the FC Name ties to a user on the services site //See if the FC Name ties to a user on the services site
$fcId = User::where(['name' => $request->FC])->get(['character_id']); $fcId = User::where(['name' => $request->FC])->get(['character_id']);