admincontroller

This commit is contained in:
2018-12-30 02:46:48 -06:00
parent 54587622d4
commit 0b737d9dc8

View File

@@ -63,8 +63,8 @@ class SendMail extends Command
$task->SetStartStatus();
//Retrieve the token for main character to send mails from
$refresh = EsiToken::where(['character_id' => 93738489])->get(['refresh_token']);
var_dump($refresh);
$refresh = EsiToken::where(['character_id' => 93738489])->get();
var_dump($refresh->refresh_token);
//Set the date
$date = Carbon::now()->subMonth();
//Set the mail helper variable