structure testing
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user