mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-16 17:04:47 +02:00
fix: bug in prior fix (#4243)
Have to tweak the config BEFORE instantiating of course
This commit is contained in:
parent
3e1a8b29d9
commit
bb2f471a03
2 changed files with 5 additions and 4 deletions
|
@ -10,6 +10,7 @@ require __DIR__ . '/../lib/config.php';
|
|||
|
||||
$container = require __DIR__ . '/../lib/dependencies.php';
|
||||
|
||||
/** @var CacheInterface $cache */
|
||||
$cache = $container['cache'];
|
||||
|
||||
$cache->clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue