Skip to content

Commit 7cba39f

Browse files
author
Grégoire Paris
committed
Pick cache directory over root directory parameter
It is more concise, and also more likely to give the intended result. For instance, the cache could very well be in var/cache .
1 parent f0c066f commit 7cba39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ doctrine_cache:
5959
providers:
6060
tmdb_cache:
6161
file_system:
62-
directory: %kernel.root_dir%/cache/tmdb
62+
directory: %kernel.cache_dir%/tmdb
6363
```
6464
6565
Then update the tmdb configuration with the alias:

0 commit comments

Comments
 (0)