From 5887871565e2775b04adfaa216b5ecc3877c0f12 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Mon, 31 Dec 2018 01:07:29 -0600 Subject: [PATCH] mailer --- app/Console/Commands/calculatemarkettax.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Console/Commands/calculatemarkettax.php b/app/Console/Commands/calculatemarkettax.php index 620978340..58513fc4d 100644 --- a/app/Console/Commands/calculatemarkettax.php +++ b/app/Console/Commands/calculatemarkettax.php @@ -98,6 +98,8 @@ class CalculateMarketTax extends Command $bill->year = $start->year; $bill->save(); + //Retrieve the token for main character to send mails from + $token = EsiToken::where(['character_id' => 93738489])->first(); //Create a new esi container and authentication $config = config('esi');