1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-22 09:02:28 +01:00

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')),
/*
|--------------------------------------------------------------------------