From 0110ecf82b664124f2b7b498ad4677a0d7cb8437 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Fri, 3 May 2019 00:23:07 -0500 Subject: [PATCH] ending contracts --- app/Library/Esi/Mail.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Library/Esi/Mail.php b/app/Library/Esi/Mail.php index 91788cf98..50cc420e0 100644 --- a/app/Library/Esi/Mail.php +++ b/app/Library/Esi/Mail.php @@ -17,8 +17,7 @@ class Mail { public function SendMail($recipient, $rType, $subject, $body) { //Retrieve the token for main character to send mails from - $token = EsiToken::where(['character_id' => 93738489])->get(); - dd($token); + $token = EsiToken::where(['character_id' => 93738489])->first(); //Create the ESI authentication container $config = config('esi'); $authentication = new EsiAuthentication([