diff --git a/app/Jobs/ProcessWalletJournalJob.php b/app/Jobs/ProcessWalletJournalJob.php index fa72ad803..b07dc43f9 100644 --- a/app/Jobs/ProcessWalletJournalJob.php +++ b/app/Jobs/ProcessWalletJournalJob.php @@ -45,7 +45,6 @@ class ProcessWalletJournalJob implements ShouldQueue $this->page = $pwj->page; $this->delay = 15; - $this->connection = 'database'; } /** diff --git a/app/Jobs/ProcessWallettransactionJob.php b/app/Jobs/ProcessWallettransactionJob.php index c95586bdb..aea5a2d31 100644 --- a/app/Jobs/ProcessWallettransactionJob.php +++ b/app/Jobs/ProcessWallettransactionJob.php @@ -43,8 +43,6 @@ class ProcessWalletTransactionJob implements ShouldQueue { $this->division = $pwt->division; $this->charId = $pwt->charId; - - $this->connection = 'database'; } /** diff --git a/app/Jobs/SendEveMailJob.php b/app/Jobs/SendEveMailJob.php index a8af3baca..57a0604de 100644 --- a/app/Jobs/SendEveMailJob.php +++ b/app/Jobs/SendEveMailJob.php @@ -55,8 +55,6 @@ class SendEveMailJob implements ShouldQueue $this->recipient = $mail->recipient; $this->recipient_type = $mail->recipient_type; $this->subject = $mail->subject; - - $this->connection = 'database'; } /**