update description
This commit is contained in:
parent
a9f5d575d9
commit
ec779b2539
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue