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');