added some sorting time to the mining ledger
This commit is contained in:
@@ -117,7 +117,6 @@ class MoonLedgerController extends Controller
|
|||||||
foreach($ledgers as $ledger) {
|
foreach($ledgers as $ledger) {
|
||||||
//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);
|
||||||
dd($charInfo);
|
|
||||||
//Get the corp ticker
|
//Get the corp ticker
|
||||||
$corpInfo = $lookup->GetCorporationInfo($charInfo->corporation_id);
|
$corpInfo = $lookup->GetCorporationInfo($charInfo->corporation_id);
|
||||||
dd($corpInfo);
|
dd($corpInfo);
|
||||||
|
|||||||
Reference in New Issue
Block a user