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