Update maintenance driver and store in app.php

This commit is contained in:
Andras Bacsai 2024-04-13 21:09:20 +02:00
parent e9f4c9e687
commit a972d456ba

View File

@ -141,8 +141,8 @@
*/
'maintenance' => [
'driver' => 'file',
// 'store' => 'redis',
'driver' => 'cache',
'store' => 'redis',
],
/*