This commit is contained in:
2018-11-18 21:06:17 -06:00
parent bfa2846ce6
commit caf9cd4e37

View File

@@ -44,8 +44,9 @@ class corpJournal extends Command
//Get the characters that have the esi-wallet.read_corporation_wallets.v1
//esi wallet scope
$characters = DB::table('EsiScopes')->where('scopes', 'esi-wallet.read_corporation_wallets.v1')->get();
foreach($characters as $char) {
}
}
}