added some sorting time to the mining ledger

This commit is contained in:
2019-12-24 23:24:43 -06:00
parent cdd9bd53ae
commit 24fc7cf3e2

View File

@@ -115,7 +115,7 @@ class MoonLedgerController extends Controller
//Cycle through each ledger entry and create a new array
foreach($ledgers as $ledger) {
var_dump($ledger->character_id);
dd($ledger->character_id);
//Get the character information from the character id
$charInfo = $lookup->GetCharacterInfo($ledger->character_id);
//Get the corp ticker