From 4b2aedd2412b577b1dc395698cf0ea871f6d4a9c Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sat, 16 Feb 2019 02:01:21 -0600 Subject: [PATCH] command for moon mailer --- 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 177a9e7ef..39352db4e 100644 --- a/app/Library/Lookups/LookupHelper.php +++ b/app/Library/Lookups/LookupHelper.php @@ -25,6 +25,7 @@ class LookupHelper { //Attempt to find the character name in the LookupCharacter table to see if we can match it to an id $charId = CharacterToCorporation::where(['character_name' => $character])->get(['character_id']); + dd($charId); if($charId == null) { //Get the character id from the ESI API. $response = $esi->setQueryString([