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();