From 37cd589fae9d1682091c9be4f21d6704c284e69c Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 1 Aug 2020 08:16:18 +0000 Subject: [PATCH] Apply fixes from StyleCI --- config/cache.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/cache.php b/config/cache.php index c76984f3..06ec44c3 100644 --- a/config/cache.php +++ b/config/cache.php @@ -80,9 +80,9 @@ return [ '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), ], ],