default to null

This commit is contained in:
Taylor Otwell 2015-12-07 12:05:42 -06:00
parent 4fba29c0ec
commit 8c27cb56d0
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@
'default' => [
'host' => env('REDIS_HOST', 'localhost'),
'password' => env('REDIS_PASSWORD', ''),
'password' => env('REDIS_PASSWORD', null),
'port' => env('REDIS_PORT', 6379),
'database' => 0,
],