aboutsummaryrefslogtreecommitdiff
path: root/bin/cache-clear
diff options
context:
space:
mode:
authorGravatar Dag <me@dvikan.no> 2024-08-30 02:44:50 +0200
committerGravatar GitHub <noreply@github.com> 2024-08-30 02:44:50 +0200
commitbb2f471a03211a2ebe53de67c14bc3ef97803715 (patch)
treeaeed200bfcac7989e4b327a9c811832a33cfe65e /bin/cache-clear
parent3e1a8b29d95fe7fc0120e813ab623720ae056b8b (diff)
downloadrss-bridge-bb2f471a03211a2ebe53de67c14bc3ef97803715.tar.gz
rss-bridge-bb2f471a03211a2ebe53de67c14bc3ef97803715.tar.zst
rss-bridge-bb2f471a03211a2ebe53de67c14bc3ef97803715.zip
fix: bug in prior fix (#4243)
Have to tweak the config BEFORE instantiating of course
Diffstat (limited to 'bin/cache-clear')
-rwxr-xr-xbin/cache-clear1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/cache-clear b/bin/cache-clear
index c8f53122..2ca84ce6 100755
--- a/bin/cache-clear
+++ b/bin/cache-clear
@@ -10,6 +10,7 @@ require __DIR__ . '/../lib/config.php';
$container = require __DIR__ . '/../lib/dependencies.php';
+/** @var CacheInterface $cache */
$cache = $container['cache'];
$cache->clear();