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 78e5858 commit 454f65aCopy full SHA for 454f65a
src/Symfony/Bundle/FrameworkBundle/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