Skip to content

Commit

Permalink
Fixes default maintenance driver on config stub (#50052)
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro authored Feb 12, 2024
1 parent 1d2247f commit c3f2a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-stubs/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
*/

'maintenance' => [
'driver' => env('APP_MAINTENANCE_DRIVER', 'cache'),
'driver' => env('APP_MAINTENANCE_DRIVER', 'file'),
'store' => env('APP_MAINTENANCE_STORE', 'database'),
],

Expand Down

0 comments on commit c3f2a05

Please sign in to comment.