contracts and update to lookup function
This commit is contained in:
@@ -74,7 +74,7 @@ class StructureController extends Controller
|
||||
|
||||
//Get the character's corporation from the lookup table or esi
|
||||
$corpId = $helper->LookupCharacter(Auth::user()->character_id);
|
||||
$corpId = $corpId[0]->corporation_id;
|
||||
|
||||
|
||||
//Get the dates we are working with
|
||||
$dates = $sHelper->GetTimeFrameInMonths($months);
|
||||
|
||||
Reference in New Issue
Block a user