thinking about job for wallet journals

This commit is contained in:
2019-05-03 21:45:06 -05:00
parent 246e192a9a
commit aefe83a49a

View File

@@ -47,13 +47,13 @@ class ProcessWalletJournal implements ShouldQueue
*
* @return void
*/
public function __construct(EveMailModel $mail) {
$this->eveMail = $mail;
public function __construct() {
}
/**
* Execute the job.
* Utilized by using SendEveMail::dispatch($mail);
* Utilized by using ProcessWalletJournal::dispatch()
* The model is passed into the dispatch function, then added to the queue
* for processing.
*