Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
markvaneijk committed Apr 27, 2024
1 parent 228fda5 commit 85a0e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/permanent-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// Which is useful for debugging and testing, but also for updating
// the cached value inside another cache when using nested caches
'markers' => [
'enabled' => env('PERMANENT_CACHE_MARKERS_ENABLED', true),
'enabled' => env('PERMANENT_CACHE_MARKERS_ENABLED', false),
'hash' => env('PERMANENT_CACHE_MARKERS_HASH', false),
],
],
Expand Down

0 comments on commit 85a0e9d

Please sign in to comment.