From 976c622ae9f1c3bba015319ec6fdcab6162b49bf Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 15 Oct 2025 07:54:42 -0500 Subject: [PATCH] update failover --- config/queue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/queue.php b/config/queue.php index c3e850e2..6f195bdd 100644 --- a/config/queue.php +++ b/config/queue.php @@ -75,7 +75,7 @@ return [ 'failover' => [ 'driver' => 'failover', 'connections' => [ - env('QUEUE_CONNECTION', 'database'), + 'database', 'sync', ], ],