job library

This commit is contained in:
2019-05-13 23:26:33 -05:00
parent 2a7c556f97
commit b20bde1f56
4 changed files with 1 additions and 58 deletions

View File

@@ -58,16 +58,11 @@ class ProcessWalletJournalJob implements ShouldQueue
*/
public function handle()
{
$status = new JobHelper('Process Wallet Journal');
$status->SetStartStatus();
//Declare the class variable we need
$finance = new FinanceHelper();
$finance->GetWalletJournalPage($this->division, $this->charId, $this->page);
$status->SetStopStatus();
//After the job is completed, delete the job
$this->delete();
}