added some sorting time to the mining ledger

This commit is contained in:
2019-12-24 23:28:26 -06:00
parent 332c093820
commit 7d31230870

View File

@@ -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) {