diff --git a/app/Jobs/ProcessWalletJournal.php b/app/Jobs/ProcessWalletJournal.php index 4e3561b97..a2094c6c6 100644 --- a/app/Jobs/ProcessWalletJournal.php +++ b/app/Jobs/ProcessWalletJournal.php @@ -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. *