From aefe83a49a0023137a681d2070da8819598dbef4 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Fri, 3 May 2019 21:45:06 -0500 Subject: [PATCH] thinking about job for wallet journals --- app/Jobs/ProcessWalletJournal.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. *