Skip to content

Commit 8496d80

Browse files
committed
minor #9940 Updated the default values of some Cache config options (javiereguiluz)
This PR was merged into the 3.4 branch. Discussion ---------- Updated the default values of some Cache config options This error was originally spotted by @Majkl578 and the solution verified by @ostrolucky on Symfony Slack. Commits ------- 58a5d25 Updated the default values of some Cache config options
2 parents ff8734a + 58a5d25 commit 8496d80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/configuration/framework.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2117,8 +2117,8 @@ Full Default Configuration
21172117
21182118
# cache configuration
21192119
cache:
2120-
app: cache.app
2121-
system: cache.system
2120+
app: cache.adapter.filesystem
2121+
system: cache.adapter.system
21222122
directory: '%kernel.cache_dir%/pools'
21232123
default_doctrine_provider: ~
21242124
default_psr6_provider: ~

0 commit comments

Comments
 (0)