Skip to content

Commit

Permalink
- altered the json description to better reflect what is happening
Browse files Browse the repository at this point in the history
  • Loading branch information
webpatser committed Oct 8, 2024
1 parent 1f73434 commit 21d92fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/WorkCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class WorkCommand extends BaseWorkCommand
{--supervisor= : The name of the supervisor the worker belongs to}
{--timeout=60 : The number of seconds a child process can run}
{--tries=0 : Number of times to attempt a job before logging it failed}
{--json : This is just a placeholder to make the command compatible with the Horizon Queue}';
{--json : This is just a placeholder to make the command compatible with the framework queue}';

/**
* Indicates whether the command should be shown in the Artisan command list.
Expand Down

0 comments on commit 21d92fb

Please sign in to comment.