added some sorting time to the mining ledger
This commit is contained in:
@@ -115,11 +115,11 @@ class MoonLedgerController extends Controller
|
|||||||
|
|
||||||
//Cycle through each ledger entry and create a new array
|
//Cycle through each ledger entry and create a new array
|
||||||
foreach($ledgers as $ledger) {
|
foreach($ledgers as $ledger) {
|
||||||
dd($ledger->character_id);
|
|
||||||
//Get the character information from the character id
|
//Get the character information from the character id
|
||||||
$charInfo = $lookup->GetCharacterInfo($ledger->character_id);
|
$charInfo = $lookup->GetCharacterInfo($ledger->character_id);
|
||||||
//Get the corp ticker
|
//Get the corp ticker
|
||||||
$corpInfo = $lookup->GetCorporationInfo($charInfo->corporation_id);
|
$corpInfo = $lookup->GetCorporationInfo($charInfo->corporation_id);
|
||||||
|
dd($corpInfo);
|
||||||
//Get the ore name from the type id
|
//Get the ore name from the type id
|
||||||
$ore = $lookup->ItemIdToName($ledger->type_id);
|
$ore = $lookup->ItemIdToName($ledger->type_id);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user