From 6bb4d540a1edfefecb7e031f5f55584d2383273c Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 22 Nov 2018 01:27:25 -0600 Subject: [PATCH] console command --- app/Console/Commands/corpJournal.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Console/Commands/corpJournal.php b/app/Console/Commands/corpJournal.php index 0cbb0957e..df213c373 100644 --- a/app/Console/Commands/corpJournal.php +++ b/app/Console/Commands/corpJournal.php @@ -44,10 +44,10 @@ class corpJournal extends Command //Setup the Finances Container $finance = new Finances(); //Get the corps with structures logged in the database - + //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(); + $characters = DB::table('EsiScopes')->where('scope', 'esi-wallet.read_corporation_wallets.v1')->get(); foreach($characters as $char) { $finance->GetWalletJournal(1, $characters->character_id);