From 0cf5e81b05ab2981768050cbada47cd35e773b6e Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sat, 4 May 2019 00:04:18 -0500 Subject: [PATCH] job troubleshooting --- app/Console/Commands/holdingfinances.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Console/Commands/holdingfinances.php b/app/Console/Commands/holdingfinances.php index 8f7366ab9..d901ed9d5 100644 --- a/app/Console/Commands/holdingfinances.php +++ b/app/Console/Commands/holdingfinances.php @@ -63,6 +63,7 @@ class HoldingFinancesCommand extends Command $job->division = 1; $job->charId = 93738489; $job->page = $i; + $job->save(); ProcessWalletJournalJob::dispatch($job); }