diff --git a/app/Console/Commands/TrustLabNotifyExpiring.php b/app/Console/Commands/TrustLabNotifyExpiring.php index 60e7552..a355024 100644 --- a/app/Console/Commands/TrustLabNotifyExpiring.php +++ b/app/Console/Commands/TrustLabNotifyExpiring.php @@ -18,7 +18,7 @@ class TrustLabNotifyExpiring extends Command * * @var string */ - protected $description = 'Command description'; + protected $description = 'Check for expiring or expired certificates and send automated email/system notifications to users'; /** * Execute the console command.