1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-04 23:57:29 +02:00

fix: bug in prior fix (#4243)

Have to tweak the config BEFORE instantiating of course
This commit is contained in:
Dag
2024-08-30 02:44:50 +02:00
committed by GitHub
parent 3e1a8b29d9
commit bb2f471a03
2 changed files with 5 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ require __DIR__ . '/../lib/config.php';
$container = require __DIR__ . '/../lib/dependencies.php';
/** @var CacheInterface $cache */
$cache = $container['cache'];
$cache->clear();