working on bids

This commit is contained in:
2019-04-28 20:31:39 -05:00
parent 0047988008
commit 73ac193dbe
2 changed files with 1 additions and 2 deletions

View File

@@ -151,7 +151,6 @@ class ContractController extends Controller
$characterName = auth()->user()->getName();
//Use the lookup helper in order to find the user's corporation id and name
$corporationId = $lookup->LookupCharacter($characterId);
dd($corporationId);
$corporationName = $lookup->LookupCorporationName($corporationId);
dd($corporationName);
//Create the model object to save data to