Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit 7ef681f

Browse files
committed
Fixed deprecated examples
1 parent 7a28144 commit 7ef681f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Docs/Example/app/config/phpfastcache-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ php_fast_cache:
4141
leveldbcache:
4242
type: Leveldb
4343
parameters:
44-
path: %kernel.cache_dir%/phpfastcache_leveldb/
44+
path: "%kernel.cache_dir%/phpfastcache_leveldb/"
4545
securityKey: optionnalSetting
4646
ssdbcache:
4747
type: Ssdb

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ php_fast_cache:
1717
filecache:
1818
type: Files
1919
parameters:
20-
path: %kernel.cache_dir%/phpfastcache/
20+
path: "%kernel.cache_dir%/phpfastcache/"
2121
```
2222
* More examples in Docs/Example/app/config
2323

0 commit comments

Comments
 (0)