Skip to content

Commit d519be0

Browse files
committed
Use old environment variable fallback to avoid BC
1 parent adcf0c9 commit d519be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/queue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
|
1515
*/
1616

17-
'default' => env('QUEUE_CONNECTION', 'database'),
17+
'default' => env('QUEUE_CONNECTION', env('QUEUE_DRIVER', 'database')),
1818

1919
/*
2020
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)