Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk authored and StyleCIBot committed Aug 1, 2020
1 parent e20c024 commit 37cd589
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
'redis' => [
'driver' => 'redis',
'connection' => 'default',
'password' => env('REDIS_PASSWORD', null),
'port' => env('REDIS_PORT', 6379),
'database' => env('REDIS_DB', 0),
'password' => env('REDIS_PASSWORD', null),
'port' => env('REDIS_PORT', 6379),
'database' => env('REDIS_DB', 0),
],

],
Expand Down

0 comments on commit 37cd589

Please sign in to comment.