From 21d92fbabf51ed77c766d38372a652b69ea717db Mon Sep 17 00:00:00 2001 From: Christoph Kempen Date: Tue, 8 Oct 2024 21:55:59 +0200 Subject: [PATCH] - altered the json description to better reflect what is happening --- src/Console/WorkCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/WorkCommand.php b/src/Console/WorkCommand.php index 74bcc7ca..7bb291b7 100644 --- a/src/Console/WorkCommand.php +++ b/src/Console/WorkCommand.php @@ -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.