Skip to content

Commit

Permalink
Use cache driver for maintenance mode
Browse files Browse the repository at this point in the history
The app configuration file was updated to use the cache driver instead of the file driver for maintenance mode.
  • Loading branch information
Vahn Gomes authored and Vahn Gomes committed Jul 27, 2023
1 parent 340dcd0 commit 6ce187e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
*/

'maintenance' => [
'driver' => 'file',
'driver' => 'cache',
// 'store' => 'redis',
],

Expand Down

0 comments on commit 6ce187e

Please sign in to comment.