working on bids
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user