From 3a38704cf9ffc4c33addd7c4a265cf2516ef5622 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Tue, 1 Jan 2019 02:23:42 -0600 Subject: [PATCH] mailer --- 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 189956311..0c4d42194 100644 --- a/app/Console/Commands/sendmail.php +++ b/app/Console/Commands/sendmail.php @@ -35,7 +35,7 @@ class SendMail extends Command * * @var string */ - protected $description = 'Send mail to a character for taxes owed.'; + protected $description = 'Send mail to a character for not having the correct ESI scopes.'; /** * Create a new command instance.