Skip to content

Commit 631e418

Browse files
committed
update drivers
1 parent bedb8c2 commit 631e418

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
*/
143143

144144
'maintenance' => [
145-
'driver' => env('APP_MAINTENANCE_DRIVER', 'cache'),
145+
'driver' => env('APP_MAINTENANCE_DRIVER', 'file'),
146146
'store' => env('APP_MAINTENANCE_STORE', 'database'),
147147
],
148148

config/session.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
|
1919
*/
2020

21-
'driver' => env('SESSION_DRIVER', 'database'),
21+
'driver' => env('SESSION_DRIVER', 'cookie'),
2222

2323
/*
2424
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)