diff --git a/config/app.php b/config/app.php index b95224fdc..fc5d1e26f 100644 --- a/config/app.php +++ b/config/app.php @@ -141,8 +141,8 @@ return [ */ 'maintenance' => [ - 'driver' => 'file', - // 'store' => 'redis', + 'driver' => 'cache', + 'store' => 'redis', ], /*