Closed Slavenin closed 6 years ago
Hi! I try use this bundle. I do all by guide: add in config:
twig_cache: service: 'asm89_cache'
add in parameters:
twig_cache.adapter.class: Asm89\Twig\CacheExtension\CacheProvider\PsrCacheAdapter
add in services:
asm89_cache: class: Asm89\Twig\CacheExtension\Extension arguments: ["@twig_cache.strategy.lifetime"] tags: - { name: twig.extension }
and i see exception:
ServiceCircularReferenceException in CheckCircularReferencesPass.php line 69: Circular reference detected for service "asm89_cache", path: "asm89_cache -> twig_cache.strategy.lifetime -> twig_cache.adapter -> asm89_cache".
What i do wrong?
Have you solved your problem, or should I take a look at it?
Hi! I try use this bundle. I do all by guide: add in config:
add in parameters:
add in services:
and i see exception:
What i do wrong?