job testing

This commit is contained in:
2019-05-03 23:52:31 -05:00
parent f8abddc0b4
commit 94e86a6bcb

View File

@@ -61,7 +61,7 @@ class HoldingFinancesCommand extends Command
for($i = 1; $i <= $pages; $i++) {
$job = new JobProcessWalletJournal;
$job->division = 1;
$job->charId = $charId->character_id;
$job->charId = 93738489;
$job->page = $i;
ProcessWalletJournalJob::dispatch($job);
}