ledger stuff for users

This commit is contained in:
2021-03-21 01:06:58 +09:00
parent 71071d61ce
commit c3df293ddf

View File

@@ -247,7 +247,7 @@ class LookupHelper {
public function GetCorporationInfo($corpId) { public function GetCorporationInfo($corpId) {
//Check our own database first //Check our own database first
$corp = $this->LookupCorporation($corpId, null); $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 the corporation was not found in the database, then get the information and store it in our database for later
if($corp == null) { if($corp == null) {
try { try {