Skip to content

Commit b9ecc28

Browse files
fix: cache controller
1 parent 23d59e9 commit b9ecc28

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)