adjust variable name

This commit is contained in:
Taylor Otwell
2018-03-13 13:38:47 -05:00
parent 10340d3a02
commit c30adc88c1
2 changed files with 2 additions and 2 deletions

View File

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