From 6f50b040cefb32ace69e1d478af8ef65579415cf Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 5 May 2019 01:31:03 -0500 Subject: [PATCH] updating pitransaction job class --- app/Jobs/ProcessWallettransactionJob.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Jobs/ProcessWallettransactionJob.php b/app/Jobs/ProcessWallettransactionJob.php index 27237a3ae..cb18a2490 100644 --- a/app/Jobs/ProcessWallettransactionJob.php +++ b/app/Jobs/ProcessWallettransactionJob.php @@ -32,7 +32,6 @@ class ProcessWalletTransactionJob implements ShouldQueue private $division; private $charId; - private $page; /** * Create a new job instance. @@ -43,7 +42,6 @@ class ProcessWalletTransactionJob implements ShouldQueue { $this->division = $pwt->division; $this->charId = $pwt->charId; - $this->page = $pwt->page; $this->delay = 10; $this->connection = 'database';