We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8406018 commit 6659c08Copy full SHA for 6659c08
Resources/config/cache.xml
@@ -111,5 +111,6 @@
111
<service id="cache.global_clearer" parent="cache.default_clearer" public="true" />
112
<service id="cache.app_clearer" alias="cache.default_clearer" public="true" />
113
<service id="Psr\Cache\CacheItemPoolInterface" alias="cache.app" />
114
+ <service id="Symfony\Component\Cache\Adapter\AdapterInterface" alias="cache.app" />
115
</services>
116
</container>
0 commit comments