Skip to content

Commit c032b16

Browse files
authored
Merge pull request #171 from stefanpoensgen/feature/6.5
fix: cache controller
2 parents 6653882 + b9ecc28 commit c032b16

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/Resources/config/services.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@
6262
<service id="frosh.tools.cache.http" class="Frosh\Tools\Components\CacheAdapter">
6363
<argument type="service" id="cache.http"/>
6464
</service>
65+
66+
<service id="Frosh\Tools\Components\CacheRegistry"/>
67+
68+
<service id="Frosh\Tools\Controller\CacheController" public="true">
69+
<argument>%kernel.cache_dir%</argument>
70+
<argument type="service" id="Frosh\Tools\Components\CacheRegistry"/>
71+
</service>
6572

6673
<service id="Frosh\Tools\Controller\QueueController" public="true">
6774
<argument type="service" id="Doctrine\DBAL\Connection"/>

0 commit comments

Comments
 (0)