From 43240fe2ec38ecd251df5b50484f39e6d1157abf Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 22 Nov 2018 20:30:35 -0600 Subject: [PATCH] structure testing --- app/Console/Commands/corpJournal.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Console/Commands/corpJournal.php b/app/Console/Commands/corpJournal.php index 89af8124e..07d09ef55 100644 --- a/app/Console/Commands/corpJournal.php +++ b/app/Console/Commands/corpJournal.php @@ -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();