[SoapBundle] Update the cache dir

This commit is contained in:
Francis Besset 2014-08-15 19:46:23 +02:00
parent 1290573285
commit 50ab5a93ad
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<service id="besimple.soap.cache" class="%besimple.soap.cache.class%">
<argument>%kernel.debug%</argument>
<argument>%besimple.soap.cache.type%</argument>
<argument>%besimple.soap.cache.dir%/php</argument>
<argument>%besimple.soap.cache.dir%/cache</argument>
<argument>%besimple.soap.cache.lifetime%</argument>
<argument>%besimple.soap.cache.limit%</argument>
</service>