From 419db33055ffbeeaf64c8bd43ef6150cf2a14d92 Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms <tleilax+studip@gmail.com> Date: Wed, 4 Dec 2024 16:49:13 +0100 Subject: [PATCH] re #64 --- controllers/dashboard.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/controllers/dashboard.php b/controllers/dashboard.php index 957afaf..4c87cd7 100644 --- a/controllers/dashboard.php +++ b/controllers/dashboard.php @@ -18,8 +18,6 @@ final class DashboardController extends TracToGitlab\GitlabController $this->activateNavigation('dashboard'); $this->setupSidebar($action); - - $this->setCache(app(\Studip\Cache\MemoryCache::class)); } private function getSelected(string $what) -- GitLab