added some sorting time to the mining ledger

This commit is contained in:
2019-12-24 23:28:58 -06:00
parent 7d31230870
commit 120e9b6304

View File

@@ -119,7 +119,6 @@ class MoonLedgerController extends Controller
$charInfo = $lookup->GetCharacterInfo($ledger->character_id);
//Get the corp ticker
$corpInfo = $lookup->GetCorporationInfo($charInfo->corporation_id);
dd($corpInfo);
//Get the ore name from the type id
$ore = $lookup->ItemIdToName($ledger->type_id);