From 7d31230870d1047dcc12f023f587009f47485c54 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Tue, 24 Dec 2019 23:28:26 -0600 Subject: [PATCH] added some sorting time to the mining ledger --- app/Library/Lookups/LookupHelper.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Library/Lookups/LookupHelper.php b/app/Library/Lookups/LookupHelper.php index db604617f..2afa05e34 100644 --- a/app/Library/Lookups/LookupHelper.php +++ b/app/Library/Lookups/LookupHelper.php @@ -178,6 +178,7 @@ class LookupHelper { public function GetCorporationInfo($corpId) { //Check our own database first $corp = $this->LookupCorporation($corpId, null); + dd($corp); //If the corporation was not found in the database, then get the information and store it in our database for later if($corp == null) {