From 114410850b820aee8b3231643f761afa9ae8ee48 Mon Sep 17 00:00:00 2001 From: Adam Rusinowski Date: Mon, 21 Oct 2024 18:45:11 +0200 Subject: [PATCH] updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dffbf0f..d32f328 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ Set up the QueueMonitor configuration in your `config/app_local.php`: ```php // ... 'QueueMonitor' => [ - // With this setting you can enable or disable the queue monitoring without - // 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 'disable' => false, // mailer config, the default is `default` mailer, you can ommit