Skip to content

Commit

Permalink
enable caching by default. also in dev environments
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Feb 15, 2024
1 parent 89d803a commit bef72ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/bundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
| and disable this on your local development environment.
|
*/
'caching' => env('BUNDLE_CACHING', app()->isProduction()),
'caching' => env('BUNDLE_CACHING', true),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit bef72ac

Please sign in to comment.