From 8817c7b1e2ce9a928003da7bfa11fb023402c004 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Fri, 3 May 2019 23:25:15 -0500 Subject: [PATCH] corp journal job added to cron for testing --- 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 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);