From ec779b25391b3f2cf48e0a19826a9116ef8c4ae7 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 5 Nov 2025 04:33:40 +0000 Subject: [PATCH] update description --- src/QueueWorkCommand.php | 2 +- src/ScheduleWorkCommand.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/QueueWorkCommand.php b/src/QueueWorkCommand.php index e88eb5c..9574af0 100644 --- a/src/QueueWorkCommand.php +++ b/src/QueueWorkCommand.php @@ -7,7 +7,7 @@ use Illuminate\Console\Command; class QueueWorkCommand extends Command { protected $signature = 'QueueWork {--workers=3 : Number of workers to run}'; - protected $description = 'Run multiple artisan queue:work processes, restart them if they exit.'; + protected $description = 'LaravelSupportCommand - Run multiple artisan queue:work processes, restart them if they exit.'; public function handle(): never { diff --git a/src/ScheduleWorkCommand.php b/src/ScheduleWorkCommand.php index f48e465..c437900 100644 --- a/src/ScheduleWorkCommand.php +++ b/src/ScheduleWorkCommand.php @@ -18,7 +18,7 @@ class ScheduleWorkCommand extends Command * * @var string */ - protected $description = 'Run artisan schedule:work, and if it exits, kill and restart it.'; + protected $description = 'LaravelSupportCommand - Run artisan schedule:work, and if it exits, kill and restart it.'; public function handle() {