From 8182b991125c0d66352fc60dc58d535aa97a61fc Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 16 Nov 2016 20:57:24 +0000 Subject: [PATCH] Applied fixes from StyleCI --- config/database.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', ''), + ], ], ],