update failover

This commit is contained in:
Taylor Otwell
2025-10-15 07:54:42 -05:00
parent 741aa393f0
commit 976c622ae9

View File

@@ -75,7 +75,7 @@ return [
'failover' => [ 'failover' => [
'driver' => 'failover', 'driver' => 'failover',
'connections' => [ 'connections' => [
env('QUEUE_CONNECTION', 'database'), 'database',
'sync', 'sync',
], ],
], ],