From 61d3f16442ee8cc7a797ef4e8b19d5e812919650 Mon Sep 17 00:00:00 2001 From: "j.stein" Date: Fri, 7 Oct 2022 11:11:00 -0400 Subject: [PATCH] Update config.php --- assets/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/config.php b/assets/config.php index 0d07fd07..86a35499 100644 --- a/assets/config.php +++ b/assets/config.php @@ -253,7 +253,7 @@ return [ * */ 'maintenance' => [ - 'driver' => env('TENANCY_DATABASE_DRIVER', 'database'), + 'driver' => env('TENANCY_MAINTENANCE_DRIVER', 'database'), // 'store' => 'redis', ],