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 3307a57 commit 64ba59fCopy full SHA for 64ba59f
Resources/config/cache.xml
@@ -149,6 +149,7 @@
149
<service id="Psr\Cache\CacheItemPoolInterface" alias="cache.app" />
150
<service id="Psr\SimpleCache\CacheInterface" alias="cache.app.simple" />
151
<service id="Symfony\Component\Cache\Adapter\AdapterInterface" alias="cache.app" />
152
- <service id="Symfony\Component\Cache\CacheInterface" alias="cache.app.taggable" />
+ <service id="Symfony\Contracts\Cache\CacheInterface" alias="cache.app" />
153
+ <service id="Symfony\Contracts\Cache\TagAwareCacheInterface" alias="cache.app.taggable" />
154
</services>
155
</container>
0 commit comments