From 19ab03fc80bdf257e74fdfe8b191227d178731e8 Mon Sep 17 00:00:00 2001
From: Jan-Hendrik Willms <tleilax+github@gmail.com>
Date: Tue, 14 May 2024 09:43:08 +0200
Subject: [PATCH] adjust remaining incorrect class name, re #3701

---
 lib/cronjobs/garbage_collector.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/cronjobs/garbage_collector.class.php b/lib/cronjobs/garbage_collector.class.php
index e426cf33b9b..bab44b287e7 100644
--- a/lib/cronjobs/garbage_collector.class.php
+++ b/lib/cronjobs/garbage_collector.class.php
@@ -162,7 +162,7 @@ class GarbageCollectorJob extends CronJob
         ]);
 
         // clean db cache
-        $cache = new StudipDbCache();
+        $cache = new Studip\Cache\DbCache();
         $cache->purge();
 
         // Remove old plugin assets
-- 
GitLab