X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/e91ef54cc9f8ce6b264bced8191275b6a33e594f..refs/pull/3032/head:/app/Config/cache.php diff --git a/app/Config/cache.php b/app/Config/cache.php index 33d3a1a0b..f9b7ed1d2 100644 --- a/app/Config/cache.php +++ b/app/Config/cache.php @@ -42,8 +42,8 @@ return [ ], 'database' => [ - 'driver' => 'database', - 'table' => 'cache', + 'driver' => 'database', + 'table' => 'cache', 'connection' => null, ], @@ -58,7 +58,7 @@ return [ ], 'redis' => [ - 'driver' => 'redis', + 'driver' => 'redis', 'connection' => 'default', ],