Use old environment variable fallback to avoid BC

This commit is contained in:
Dane Everitt 2018-12-02 12:46:15 -08:00
parent adcf0c9fee
commit d519be0109
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -14,7 +14,7 @@ return [
|
*/
'default' => env('QUEUE_CONNECTION', 'database'),
'default' => env('QUEUE_CONNECTION', env('QUEUE_DRIVER', 'database')),
/*
|--------------------------------------------------------------------------