We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 510616c commit 1144108Copy full SHA for 1144108
README.md
@@ -52,8 +52,8 @@ Set up the QueueMonitor configuration in your `config/app_local.php`:
52
```php
53
// ...
54
'QueueMonitor' => [
55
- // With this setting you can enable or disable the queue monitoring without
56
- // restarting the workers, the queue monitoring is enabled by default
+ // With this setting you can enable or disable the queue monitoring, the queue
+ // monitoring is enabled by default
57
'disable' => false,
58
59
// mailer config, the default is `default` mailer, you can ommit
0 commit comments