Skip to content
This repository was archived by the owner on Oct 22, 2019. It is now read-only.

Commit ff8dc2e

Browse files
committed
Fixed YAML deprecations
1 parent f4023c3 commit ff8dc2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Resources/config/services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
services:
22
leapt_cache.manager:
33
class: Leapt\CacheBundle\Manager\CacheManager
4-
arguments: [ %leapt_cache.namespace%, %leapt_cache.caches% ]
4+
arguments: [ "%leapt_cache.namespace%", "%leapt_cache.caches%" ]

0 commit comments

Comments
 (0)