1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 17:14:03 +00:00

Update config.php

This commit is contained in:
j.stein 2022-10-07 11:11:00 -04:00
parent bb634b5326
commit 61d3f16442

View file

@ -253,7 +253,7 @@ return [
* *
*/ */
'maintenance' => [ 'maintenance' => [
'driver' => env('TENANCY_DATABASE_DRIVER', 'database'), 'driver' => env('TENANCY_MAINTENANCE_DRIVER', 'database'),
// 'store' => 'redis', // 'store' => 'redis',
], ],