diff --git a/app/Console/Commands/corpJournal.php b/app/Console/Commands/corpJournal.php index 6d15a3892..658762247 100644 --- a/app/Console/Commands/corpJournal.php +++ b/app/Console/Commands/corpJournal.php @@ -65,8 +65,7 @@ class CorpJournal extends Command $corps = DB::table('CorpStructures')->select('corporation_id')->groupBy('corporation_id')->get(); foreach($corps as $corp) { $charId = DB::table('CorpStructures')->select('character_id')->where(['corporation_id' => $corp->corporation_id])->first(); - dd($charId); - $this->GetJournal($charId); + $this->GetJournal($charId->character_id); } //Mark the job as finished