admincontroller

This commit is contained in:
2018-12-30 02:45:57 -06:00
parent ce75f421ff
commit 4a3af0ca7a

View File

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