From caf9cd4e37d5e438c103e72227075bf63959d06c Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 18 Nov 2018 21:06:17 -0600 Subject: [PATCH] stuff --- app/Console/Commands/corpJournal.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Console/Commands/corpJournal.php b/app/Console/Commands/corpJournal.php index 2efdc2f98..60f217691 100644 --- a/app/Console/Commands/corpJournal.php +++ b/app/Console/Commands/corpJournal.php @@ -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) { - + } } }