From ce337914f36acd3983b7fd31b78dd3a899d50efb Mon Sep 17 00:00:00 2001 From: Sajjad Hossain Shohag <63788037+sajjadhossainshohag@users.noreply.github.com> Date: Wed, 15 Oct 2025 18:56:37 +0600 Subject: [PATCH] Update queue.php (#6688) --- config/queue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/queue.php b/config/queue.php index 6f195bdd..df9a1ab2 100644 --- a/config/queue.php +++ b/config/queue.php @@ -24,7 +24,7 @@ return [ | used by your application. An example configuration is provided for | each backend supported by Laravel. You're also free to add more. | - | Drivers: "sync", "database", "beanstalkd", "sqs", "redis", "null" + | Drivers: "sync", "database", "beanstalkd", "sqs", "redis", "failover", "null" | */