working on bids

This commit is contained in:
2019-04-28 20:28:08 -05:00
parent cb9cb9fd6f
commit ca9dbeb3b1

View File

@@ -152,7 +152,7 @@ class ContractController extends Controller
//Use the lookup helper in order to find the user's corporation id and name //Use the lookup helper in order to find the user's corporation id and name
$corporationId = $lookup->LookupCharacter($characterId); $corporationId = $lookup->LookupCharacter($characterId);
$corporationName = $lookup->LookupCorporationName($corporationId); $corporationName = $lookup->LookupCorporationName($corporationId);
dd($corporationName);
//Create the model object to save data to //Create the model object to save data to
$bid = new Bid; $bid = new Bid;
$bid->contract_id = $request->contract_id; $bid->contract_id = $request->contract_id;