We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1163aaf commit 5e8e83cCopy full SHA for 5e8e83c
src/Commands/OneTimeOperationsProcessCommand.php
@@ -14,7 +14,7 @@ class OneTimeOperationsProcessCommand extends OneTimeOperationsCommand
14
{--test : Process operation without tagging it as processed, so you can call it again}
15
{--async : Ignore setting in operation and process all operations asynchronously}
16
{--sync : Ignore setting in operation and process all operations synchronously}
17
- {--queue= : Set the queue that all jobs will be dispatched to}';
+ {--queue= : Set the queue, that all jobs will be dispatched to}';
18
19
protected $description = 'Process all unprocessed one-time operations';
20
0 commit comments