Skip to content

Commit c3f2a05

Browse files
authored
Fixes default maintenance driver on config stub (#50052)
1 parent 1d2247f commit c3f2a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config-stubs/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
*/
146146

147147
'maintenance' => [
148-
'driver' => env('APP_MAINTENANCE_DRIVER', 'cache'),
148+
'driver' => env('APP_MAINTENANCE_DRIVER', 'file'),
149149
'store' => env('APP_MAINTENANCE_STORE', 'database'),
150150
],
151151

0 commit comments

Comments
 (0)