command for moon mailer

This commit is contained in:
2019-02-16 02:01:21 -06:00
parent 8084332333
commit 4b2aedd241

View File

@@ -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([