Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 18434c2

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: Fix translator cache_dir default value reference
2 parents 16be49a + 6741d58 commit 18434c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2460,7 +2460,7 @@ translator
24602460
cache_dir
24612461
.........
24622462

2463-
**type**: ``string`` | ``null`` **default**: ``%kernel.cache_dir%/translations/``
2463+
**type**: ``string`` | ``null`` **default**: ``%kernel.cache_dir%/translations``
24642464

24652465
Defines the directory where the translation cache is stored. Use ``null`` to
24662466
disable this cache.

0 commit comments

Comments
 (0)