Browse Source

no need for env

Taylor Otwell 7 years ago
parent
commit
d880fb5f85
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/database.php

+ 1 - 1
config/database.php

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