Browse Source

Applied fixes from StyleCI

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

+ 2 - 2
config/database.php

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