From 54587622d4324975bbcfa6bcc6a7156b79176471 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 30 Dec 2018 02:46:07 -0600 Subject: [PATCH] admincontroller --- app/Console/Commands/sendmail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/sendmail.php b/app/Console/Commands/sendmail.php index 0fb5a63e1..731f49a23 100644 --- a/app/Console/Commands/sendmail.php +++ b/app/Console/Commands/sendmail.php @@ -64,7 +64,7 @@ class SendMail extends Command //Retrieve the token for main character to send mails from $refresh = EsiToken::where(['character_id' => 93738489])->get(['refresh_token']); - dd($refresh); + var_dump($refresh); //Set the date $date = Carbon::now()->subMonth(); //Set the mail helper variable