add failover driver

This commit is contained in:
Taylor Otwell
2025-10-13 20:17:40 -05:00
parent b45fe690bd
commit e072464072

View File

@@ -72,6 +72,14 @@ return [
'after_commit' => false,
],
'failover' => [
'driver' => 'failover',
'connections' => [
env('QUEUE_CONNECTION', 'database'),
'sync',
],
],
],
/*