structure testing

This commit is contained in:
2018-11-22 20:30:35 -06:00
parent 3799d514ee
commit 43240fe2ec

View File

@@ -48,6 +48,7 @@ class corpJournal extends Command
$finance = new Finances();
//Get the corps with structures logged in the database
$structures = DB::table('CorpStructures')->get();
dd($structures);
//Get the characters that have the esi-wallet.read_corporation_wallets.v1
//esi wallet scope
$characters = DB::table('EsiScopes')->where('scope', 'esi-wallet.read_corporation_wallets.v1')->get();