From a972d456ba3db0a1c817437081c51941b37bb7be Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Sat, 13 Apr 2024 21:09:20 +0200 Subject: [PATCH] Update maintenance driver and store in app.php --- config/app.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 @@ */ 'maintenance' => [ - 'driver' => 'file', - // 'store' => 'redis', + 'driver' => 'cache', + 'store' => 'redis', ], /*