corp journal job added to cron for testing

This commit is contained in:
2019-05-03 23:25:15 -05:00
parent 9071d7ca5c
commit 8817c7b1e2

View File

@@ -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);