From 9321ea61cbd7ae3ca160ad525aac065df2ed3952 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Mon, 24 Dec 2018 12:17:43 -0600 Subject: [PATCH] troubleshooting --- app/Console/Commands/corpJournal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/corpJournal.php b/app/Console/Commands/corpJournal.php index 7e44b367a..9ae1b9085 100644 --- a/app/Console/Commands/corpJournal.php +++ b/app/Console/Commands/corpJournal.php @@ -66,7 +66,7 @@ class CorpJournal extends Command foreach($corps as $corp) { $charId = CorpStructure::where(['corporation_id' => $corp->corporation_id])->first(['character_id']); $this->line($charId); - $finance->GetWalletJournal(1, $charId[0]); + $finance->GetWalletJournal(1, $charId['character_id']); } //Mark the job as finished