diff --git a/app/Library/Helpers/LookupHelper.php b/app/Library/Helpers/LookupHelper.php index 035a449f7..ebcec221e 100644 --- a/app/Library/Helpers/LookupHelper.php +++ b/app/Library/Helpers/LookupHelper.php @@ -247,7 +247,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) { try {