test data

This commit is contained in:
2021-02-14 00:07:29 +09:00
parent c35645df42
commit b621e60316

View File

@@ -76,7 +76,7 @@ class Esi {
$config = config('esi'); $config = config('esi');
//If the program doesn't find an ESI Token, there is nothing to return //If the program doesn't find an ESI Token, there is nothing to return
if(EsiToken::where(['character_id' => $charId])->count() === 0) { if(EsiToken::where(['character_id' => $charId])->count() == 0) {
return null; return null;
} }