ending contracts

This commit is contained in:
2019-05-03 00:23:07 -05:00
parent bf7a6aa168
commit 0110ecf82b

View File

@@ -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([