From 54cea9bb48e8d107584435458d75092ec55bdc56 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Wed, 28 Jul 2021 09:40:34 +0200 Subject: [PATCH] Rename cache.directory to path.cache --- Controller/CalendarController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller/CalendarController.php b/Controller/CalendarController.php index 40da028..45cf8b7 100644 --- a/Controller/CalendarController.php +++ b/Controller/CalendarController.php @@ -199,7 +199,7 @@ class CalendarController extends DefaultController { //With valid token } else { //Retrieve cache object - $cache = new FilesystemAdapter($this->config['cache']['namespace'], $this->config['cache']['lifetime'], $this->config['cache']['directory']); + $cache = new FilesystemAdapter($this->config['cache']['namespace'], $this->config['cache']['lifetime'], $this->config['path']['cache']); //Retrieve calendars $cacheCalendars = $cache->getItem('calendars'); -- 2.41.0