modified some job variables
This commit is contained in:
@@ -45,7 +45,6 @@ class ProcessWalletJournalJob implements ShouldQueue
|
||||
$this->page = $pwj->page;
|
||||
|
||||
$this->delay = 15;
|
||||
$this->connection = 'database';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -43,8 +43,6 @@ class ProcessWalletTransactionJob implements ShouldQueue
|
||||
{
|
||||
$this->division = $pwt->division;
|
||||
$this->charId = $pwt->charId;
|
||||
|
||||
$this->connection = 'database';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -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';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user