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:
@@ -10,6 +10,7 @@ require __DIR__ . '/../lib/config.php';
|
||||
|
||||
$container = require __DIR__ . '/../lib/dependencies.php';
|
||||
|
||||
/** @var CacheInterface $cache */
|
||||
$cache = $container['cache'];
|
||||
|
||||
$cache->clear();
|
||||
|
Reference in New Issue
Block a user