no need for env

This commit is contained in:
Taylor Otwell 2016-09-22 12:26:13 -05:00
parent 54ee465deb
commit d880fb5f85
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@
'redis' => [
'client' => env('REDIS_CLIENT', 'predis'),
'client' => 'predis',
'cluster' => false,