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 b81d6b8 commit 438786bCopy full SHA for 438786b
Resources/config/container/graphqlite.xml
@@ -118,7 +118,7 @@
118
119
<service id="graphqlite.cacheclearer" class="Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer">
120
<argument type="collection">
121
- <argument/>
+ <argument type="service" id="graphqlite.cache" />
122
</argument>
123
<tag name="kernel.cache_clearer"/>
124
</service>
0 commit comments