corp journal job added to cron for testing
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user