modified some job variables

This commit is contained in:
2019-05-14 13:20:39 -05:00
parent 5ad0d51001
commit 828510a39d
3 changed files with 0 additions and 5 deletions

View File

@@ -45,7 +45,6 @@ class ProcessWalletJournalJob implements ShouldQueue
$this->page = $pwj->page;
$this->delay = 15;
$this->connection = 'database';
}
/**

View File

@@ -43,8 +43,6 @@ class ProcessWalletTransactionJob implements ShouldQueue
{
$this->division = $pwt->division;
$this->charId = $pwt->charId;
$this->connection = 'database';
}
/**

View File

@@ -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';
}
/**