update description

This commit is contained in:
root 2025-11-05 04:33:40 +00:00
parent a9f5d575d9
commit ec779b2539
2 changed files with 2 additions and 2 deletions

View File

@ -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
{

View File

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