diff --git a/app/Console/Commands/corpJournal.php b/app/Console/Commands/corpJournal.php index f80cebba9..8e8bebe11 100644 --- a/app/Console/Commands/corpJournal.php +++ b/app/Console/Commands/corpJournal.php @@ -77,7 +77,7 @@ class CorpJournalCommand extends Command for($i = 1; $i <= $pages; $i++) { $job = new JobProcessWalletJournal; $job->division = 1; - $job->charId = $charId; + $job->charId = $charId->character_id; $job->page = $i; $job->save(); ProcessWalletJournalJob::dispatch($job);