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() {