File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
src/bundle/Core/EventSubscriber
tests/integration/Core/Resources/settings Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 1515use Symfony \Component \HttpKernel \Event \TerminateEvent ;
1616use Symfony \Component \HttpKernel \KernelEvents ;
1717
18- class ClearCollectedContentCacheSubscriber implements EventSubscriberInterface
18+ final class ClearCollectedContentCacheSubscriber implements EventSubscriberInterface
1919{
2020 private TransactionAwareAdapterInterface $ cache ;
2121
Original file line number Diff line number Diff line change @@ -90,9 +90,3 @@ services:
9090
9191 ibexa.siteaccess.provider :
9292 alias : Ibexa\Core\MVC\Symfony\SiteAccess\Provider\ChainSiteAccessProvider
93-
94- # Ibexa\Bundle\Core\EventSubscriber\ClearContentCacheInGracePeriodSubscriber:
95- # autowire: true
96- # autoconfigure: true
97- # arguments:
98- # $cache: '@ibexa.cache_pool'
You can’t perform that action at this time.
0 commit comments