Skip to content

Commit b2bc994

Browse files
cvergnehomersimpsons
authored andcommitted
Add symfony cache dir to graphqlite file adapter service
1 parent 54959bd commit b2bc994

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Resources/config/container/graphqlite.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@
115115

116116
<service id="graphqlite.phpfilescache" class="Symfony\Component\Cache\Adapter\PhpFilesAdapter">
117117
<argument>graphqlite</argument>
118+
<argument>0</argument>
119+
<argument>%kernel.cache_dir%</argument>
118120
</service>
119121

120122
<service id="graphqlite.apcucache" class="Symfony\Component\Cache\Adapter\ApcuAdapter">

0 commit comments

Comments
 (0)