aboutsummaryrefslogtreecommitdiff
path: root/bin/cache-clear
diff options
context:
space:
mode:
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();