diff --git a/config/database.php b/config/database.php index 5ea95fa550f..b58f6c3c9ce 100644 --- a/config/database.php +++ b/config/database.php @@ -114,8 +114,8 @@ 'port' => env('REDIS_PORT', 6379), 'database' => 0, 'parameters' => [ - 'password' => env('REDIS_PASSWORD', '') - ] + 'password' => env('REDIS_PASSWORD', ''), + ], ], ],