srp form update
This commit is contained in:
@@ -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']);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user