From dac2ba64d07c3d3e4833a75e2b04542ead38d2d9 Mon Sep 17 00:00:00 2001 From: dyzulk <66510723+dyzulk@users.noreply.github.com> Date: Wed, 7 Jan 2026 10:18:19 +0700 Subject: [PATCH] docs: improve description for trustlab:notify-expiring command --- app/Console/Commands/TrustLabNotifyExpiring.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.