revert broken PR

This commit is contained in:
Taylor Otwell 2016-11-16 15:15:29 -06:00
parent fc3b4d161f
commit c803ff1caa
1 changed files with 1 additions and 3 deletions

View File

@ -111,11 +111,9 @@
'default' => [
'host' => env('REDIS_HOST', '127.0.0.1'),
'password' => env('REDIS_PASSWORD', ''),
'port' => env('REDIS_PORT', 6379),
'database' => 0,
'parameters' => [
'password' => env('REDIS_PASSWORD', ''),
],
],
],