From 94e86a6bcb52c0ead0718de26fa56ce7261ced3d Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Fri, 3 May 2019 23:52:31 -0500 Subject: [PATCH] job testing --- app/Console/Commands/holdingfinances.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/holdingfinances.php b/app/Console/Commands/holdingfinances.php index 88587172d..8f7366ab9 100644 --- a/app/Console/Commands/holdingfinances.php +++ b/app/Console/Commands/holdingfinances.php @@ -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); }