From c803ff1caa477d5c148b7d594be66bc19286a830 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 16 Nov 2016 15:15:29 -0600 Subject: [PATCH] revert broken PR --- config/database.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/database.php b/config/database.php index b58f6c3c..34c5f3ed 100644 --- a/config/database.php +++ b/config/database.php @@ -111,11 +111,9 @@ return [ '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', ''), - ], ], ],