Applied fixes from StyleCI

This commit is contained in:
Taylor Otwell 2016-11-16 20:57:24 +00:00 committed by StyleCI Bot
parent b122f775e9
commit 8182b99112
1 changed files with 2 additions and 2 deletions

View File

@ -114,8 +114,8 @@
'port' => env('REDIS_PORT', 6379),
'database' => 0,
'parameters' => [
'password' => env('REDIS_PASSWORD', '')
]
'password' => env('REDIS_PASSWORD', ''),
],
],
],